Html Css Color HEX #C91184 Medium Violet Red

📋 copy color: '#C91184'

red 201 ◦ green 17 ◦ blue 132

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

Shades of Medium Violet Red #C91184

Tints of Medium Violet Red #C91184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.86%

 BLUE value IS 132 (51.95% from 255) = 37.71%

R = 57.43%
G = 4.86%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C91184 (or 0xC91184) is known color: Medium Violet Red. HEX triplet: C9, 11 and 84. RGB value is (201,17,132). Sum of RGB (Red+Green+Blue) = 201+17+132=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C91184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91184 is #36EE7B. Grayscale: #545454. Windows color (decimal): -3599996 or 8655305. OLE color: 8655305.

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

Color convert

RGB 201 17 132 -
CMYK 0 0.92 0.34 0.21
HSL 322.5º 0.84% 0.43% -
HSV(B) 322.5º 0.92% 0.79% -
XYZ 28.45 14.48 23.13 -
YUV 85.13 154.46 210.65 -
System Red Green Blue C M Y K H S L
Decimal 201 17 132 0 0.92 0.34 0.21 322.5 0.84 0.43
Hex C9 11 84 0 5C 22 15 142 54 2B
Octal 311 21 204 0 134 42 25 502 124 53
Binary 11001001 10001 10000100 0 1011100 100010 10101 101000010 1010100 101011

Color Harmonies of #C91184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91184

Black with #C91184

Text Example


Text Example

White with #C91184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91184; }

 p { color: rgb(201,17,132); }

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

background-color css

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

 a { background-color: rgb(201,17,132); }

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

border-color css

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

 span { border-color: rgb(201,17,132); }

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