Html Css Color HEX #C80B77 Medium Violet Red

📋 copy color: '#C80B77'

red 200 ◦ green 11 ◦ blue 119

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

Shades of Medium Violet Red #C80B77

Tints of Medium Violet Red #C80B77

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.33%

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

R = 60.61%
G = 3.33%
B = 36.06%

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

#C80B77 (or 0xC80B77) is known color: Medium Violet Red. HEX triplet: C8, 0B and 77. RGB value is (200,11,119). Sum of RGB (Red+Green+Blue) = 200+11+119=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80B77 is #37F488. Grayscale: #4F4F4F. Windows color (decimal): -3667081 or 7801800. OLE color: 7801800.

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

Color convert

RGB 200 11 119 -
CMYK 0 0.94 0.40 0.22
HSL 325.71º 0.9% 0.41% -
HSV(B) 325.71º 0.95% 0.78% -
XYZ 27.27 13.85 18.69 -
YUV 79.82 150.12 213.72 -
System Red Green Blue C M Y K H S L
Decimal 200 11 119 0 0.94 0.40 0.22 325.71 0.9 0.41
Hex C8 B 77 0 5E 28 16 146 5A 29
Octal 310 13 167 0 136 50 26 506 132 51
Binary 11001000 1011 1110111 0 1011110 101000 10110 101000110 1011010 101001

Color Harmonies of #C80B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B77

Black with #C80B77

Text Example


Text Example

White with #C80B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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