Html Css Color HEX #C91E72 Medium Violet Red

📋 copy color: '#C91E72'

red 201 ◦ green 30 ◦ blue 114

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

Shades of Medium Violet Red #C91E72

Tints of Medium Violet Red #C91E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.7%

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

R = 58.26%
G = 8.7%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C91E72 (or 0xC91E72) is known color: Medium Violet Red. HEX triplet: C9, 1E and 72. RGB value is (201,30,114). Sum of RGB (Red+Green+Blue) = 201+30+114=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91E72 is #36E18D. Grayscale: #5A5A5A. Windows color (decimal): -3596686 or 7478985. OLE color: 7478985.

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

Color convert

RGB 201 30 114 -
CMYK 0 0.85 0.43 0.21
HSL 330.53º 0.74% 0.45% -
HSV(B) 330.53º 0.85% 0.79% -
XYZ 27.59 14.56 17.28 -
YUV 90.71 141.15 206.67 -
System Red Green Blue C M Y K H S L
Decimal 201 30 114 0 0.85 0.43 0.21 330.53 0.74 0.45
Hex C9 1E 72 0 55 2B 15 14B 4A 2D
Octal 311 36 162 0 125 53 25 513 112 55
Binary 11001001 11110 1110010 0 1010101 101011 10101 101001011 1001010 101101

Color Harmonies of #C91E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91E72

Black with #C91E72

Text Example


Text Example

White with #C91E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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