Html Css Color HEX #C92093 Medium Violet Red

📋 copy color: '#C92093'

red 201 ◦ green 32 ◦ blue 147

#C92093
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C92093

Tints of Medium Violet Red #C92093

RGB

 RED value IS 201 (78.91% from 255) = 52.89%

 GREEN value IS 32 (12.89% from 255) = 8.42%

 BLUE value IS 147 (57.81% from 255) = 38.68%

R = 52.89%
G = 8.42%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C92093 (or 0xC92093) is known color: Medium Violet Red. HEX triplet: C9, 20 and 93. RGB value is (201,32,147). Sum of RGB (Red+Green+Blue) = 201+32+147=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C92093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92093 is #36DF6C. Grayscale: #5F5F5F. Windows color (decimal): -3596141 or 9642185. OLE color: 9642185.

HSL color Cylindrical-coordinate representation of color #C92093: hue angle of 319.17º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92093 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 32 147 -
CMYK 0 0.84 0.27 0.21
HSL 319.17º 0.73% 0.46% -
HSV(B) 319.17º 0.84% 0.79% -
XYZ 29.87 15.56 29.03 -
YUV 95.64 156.99 203.15 -
System Red Green Blue C M Y K H S L
Decimal 201 32 147 0 0.84 0.27 0.21 319.17 0.73 0.46
Hex C9 20 93 0 54 1B 15 13F 49 2E
Octal 311 40 223 0 124 33 25 477 111 56
Binary 11001001 100000 10010011 0 1010100 11011 10101 100111111 1001001 101110

Color Harmonies of #C92093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92093

Black with #C92093

Text Example


Text Example

White with #C92093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92093; }

 p { color: rgb(201,32,147); }

 H1.HeaderClassName
 {
   color: #C92093;
 }
 .AnyTagClassName
 {
   color: #C92093;
 }
</style>

background-color css

<style>
 a { background-color: #C92093; }

 a { background-color: rgb(201,32,147); }

 div.DivClassName
 {
   background-color: #C92093;
 }
 .BgClassName
 {
   background-color: #C92093;
 }
</style>

border-color css

<style>
 span { border-color: #C92093; }

 span { border-color: rgb(201,32,147); }

 td.TdClassName
 {
   border-color: #C92093;
 }
 .TagClassName
 {
   border-color: #C92093;
 }
</style>