Html Css Color HEX #C80E9C Medium Violet Red

📋 copy color: '#C80E9C'

red 200 ◦ green 14 ◦ blue 156

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

Shades of Medium Violet Red #C80E9C

Tints of Medium Violet Red #C80E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.16%

R = 54.05%
G = 3.78%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C80E9C (or 0xC80E9C) is known color: Medium Violet Red. HEX triplet: C8, 0E and 9C. RGB value is (200,14,156). Sum of RGB (Red+Green+Blue) = 200+14+156=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80E9C is #37F163. Grayscale: #555555. Windows color (decimal): -3666276 or 10227400. OLE color: 10227400.

HSL color Cylindrical-coordinate representation of color #C80E9C: hue angle of 314.19º 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 #C80E9C is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 14 156 -
CMYK 0 0.93 0.22 0.22
HSL 314.19º 0.87% 0.42% -
HSV(B) 314.19º 0.93% 0.78% -
XYZ 29.98 14.99 32.77 -
YUV 85.8 167.62 209.45 -
System Red Green Blue C M Y K H S L
Decimal 200 14 156 0 0.93 0.22 0.22 314.19 0.87 0.42
Hex C8 E 9C 0 5D 16 16 13A 57 2A
Octal 310 16 234 0 135 26 26 472 127 52
Binary 11001000 1110 10011100 0 1011101 10110 10110 100111010 1010111 101010

Color Harmonies of #C80E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80E9C

Black with #C80E9C

Text Example


Text Example

White with #C80E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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