Html Css Color HEX #C92391 Medium Violet Red

📋 copy color: '#C92391'

red 201 ◦ green 35 ◦ blue 145

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

Shades of Medium Violet Red #C92391

Tints of Medium Violet Red #C92391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.19%

 BLUE value IS 145 (57.03% from 255) = 38.06%

R = 52.76%
G = 9.19%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C92391 (or 0xC92391) is known color: Medium Violet Red. HEX triplet: C9, 23 and 91. RGB value is (201,35,145). Sum of RGB (Red+Green+Blue) = 201+35+145=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C92391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92391 is #36DC6E. Grayscale: #606060. Windows color (decimal): -3595375 or 9511881. OLE color: 9511881.

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

Color convert

RGB 201 35 145 -
CMYK 0 0.83 0.28 0.21
HSL 320.24º 0.7% 0.46% -
HSV(B) 320.24º 0.83% 0.79% -
XYZ 29.8 15.66 28.24 -
YUV 97.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 201 35 145 0 0.83 0.28 0.21 320.24 0.7 0.46
Hex C9 23 91 0 53 1C 15 140 46 2E
Octal 311 43 221 0 123 34 25 500 106 56
Binary 11001001 100011 10010001 0 1010011 11100 10101 101000000 1000110 101110

Color Harmonies of #C92391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92391

Black with #C92391

Text Example


Text Example

White with #C92391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92391; }

 p { color: rgb(201,35,145); }

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

background-color css

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

 a { background-color: rgb(201,35,145); }

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

border-color css

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

 span { border-color: rgb(201,35,145); }

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