Html Css Color HEX #C80E91 Medium Violet Red

📋 copy color: '#C80E91'

red 200 ◦ green 14 ◦ blue 145

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

Shades of Medium Violet Red #C80E91

Tints of Medium Violet Red #C80E91

RGB

 RED value IS 200 (78.52% from 255) = 55.71%

 GREEN value IS 14 (5.86% from 255) = 3.9%

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

R = 55.71%
G = 3.9%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C80E91 (or 0xC80E91) is known color: Medium Violet Red. HEX triplet: C8, 0E and 91. RGB value is (200,14,145). Sum of RGB (Red+Green+Blue) = 200+14+145=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80E91 is #37F16E. Grayscale: #545454. Windows color (decimal): -3666287 or 9506504. OLE color: 9506504.

HSL color Cylindrical-coordinate representation of color #C80E91: hue angle of 317.74º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80E91 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 14 145 -
CMYK 0 0.93 0.28 0.22
HSL 317.74º 0.87% 0.42% -
HSV(B) 317.74º 0.93% 0.78% -
XYZ 29.09 14.64 28.08 -
YUV 84.55 162.12 210.35 -
System Red Green Blue C M Y K H S L
Decimal 200 14 145 0 0.93 0.28 0.22 317.74 0.87 0.42
Hex C8 E 91 0 5D 1C 16 13E 57 2A
Octal 310 16 221 0 135 34 26 476 127 52
Binary 11001000 1110 10010001 0 1011101 11100 10110 100111110 1010111 101010

Color Harmonies of #C80E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80E91

Black with #C80E91

Text Example


Text Example

White with #C80E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80E91; }

 p { color: rgb(200,14,145); }

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

background-color css

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

 a { background-color: rgb(200,14,145); }

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

border-color css

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

 span { border-color: rgb(200,14,145); }

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