Html Css Color HEX #C80D77 Medium Violet Red

📋 copy color: '#C80D77'

red 200 ◦ green 13 ◦ blue 119

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

Shades of Medium Violet Red #C80D77

Tints of Medium Violet Red #C80D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.92%

 BLUE value IS 119 (46.88% from 255) = 35.84%

R = 60.24%
G = 3.92%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C80D77 (or 0xC80D77) is known color: Medium Violet Red. HEX triplet: C8, 0D and 77. RGB value is (200,13,119). Sum of RGB (Red+Green+Blue) = 200+13+119=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D77 is #37F288. Grayscale: #505050. Windows color (decimal): -3666569 or 7802312. OLE color: 7802312.

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

Color convert

RGB 200 13 119 -
CMYK 0 0.94 0.40 0.22
HSL 325.99º 0.88% 0.42% -
HSV(B) 325.99º 0.94% 0.78% -
XYZ 27.29 13.9 18.7 -
YUV 81 149.45 212.88 -
System Red Green Blue C M Y K H S L
Decimal 200 13 119 0 0.94 0.40 0.22 325.99 0.88 0.42
Hex C8 D 77 0 5E 28 16 146 58 2A
Octal 310 15 167 0 136 50 26 506 130 52
Binary 11001000 1101 1110111 0 1011110 101000 10110 101000110 1011000 101010

Color Harmonies of #C80D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80D77

Black with #C80D77

Text Example


Text Example

White with #C80D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80D77; }

 p { color: rgb(200,13,119); }

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

background-color css

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

 a { background-color: rgb(200,13,119); }

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

border-color css

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

 span { border-color: rgb(200,13,119); }

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