Html Css Color HEX #C91972 Medium Violet Red

📋 copy color: '#C91972'

red 201 ◦ green 25 ◦ blue 114

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

Shades of Medium Violet Red #C91972

Tints of Medium Violet Red #C91972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.35%

 BLUE value IS 114 (44.92% from 255) = 33.53%

R = 59.12%
G = 7.35%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C91972 (or 0xC91972) is known color: Medium Violet Red. HEX triplet: C9, 19 and 72. RGB value is (201,25,114). Sum of RGB (Red+Green+Blue) = 201+25+114=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C91972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91972 is #36E68D. Grayscale: #575757. Windows color (decimal): -3597966 or 7477705. OLE color: 7477705.

HSL color Cylindrical-coordinate representation of color #C91972: hue angle of 329.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91972 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 114 -
CMYK 0 0.88 0.43 0.21
HSL 329.66º 0.78% 0.44% -
HSV(B) 329.66º 0.88% 0.79% -
XYZ 27.47 14.33 17.24 -
YUV 87.77 142.81 208.76 -
System Red Green Blue C M Y K H S L
Decimal 201 25 114 0 0.88 0.43 0.21 329.66 0.78 0.44
Hex C9 19 72 0 58 2B 15 14A 4E 2C
Octal 311 31 162 0 130 53 25 512 116 54
Binary 11001001 11001 1110010 0 1011000 101011 10101 101001010 1001110 101100

Color Harmonies of #C91972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91972

Black with #C91972

Text Example


Text Example

White with #C91972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91972; }

 p { color: rgb(201,25,114); }

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

background-color css

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

 a { background-color: rgb(201,25,114); }

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

border-color css

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

 span { border-color: rgb(201,25,114); }

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