Html Css Color HEX #C80C71 Medium Violet Red

📋 copy color: '#C80C71'

red 200 ◦ green 12 ◦ blue 113

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

Shades of Medium Violet Red #C80C71

Tints of Medium Violet Red #C80C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.69%

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 61.54%
G = 3.69%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C80C71 (or 0xC80C71) is known color: Medium Violet Red. HEX triplet: C8, 0C and 71. RGB value is (200,12,113). Sum of RGB (Red+Green+Blue) = 200+12+113=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80C71 is #37F38E. Grayscale: #4F4F4F. Windows color (decimal): -3666831 or 7408840. OLE color: 7408840.

HSL color Cylindrical-coordinate representation of color #C80C71: hue angle of 327.77º degrees, saturation: 0.89, 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 #C80C71 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 12 113 -
CMYK 0 0.94 0.44 0.22
HSL 327.77º 0.89% 0.42% -
HSV(B) 327.77º 0.94% 0.78% -
XYZ 26.93 13.73 16.85 -
YUV 79.73 146.78 213.79 -
System Red Green Blue C M Y K H S L
Decimal 200 12 113 0 0.94 0.44 0.22 327.77 0.89 0.42
Hex C8 C 71 0 5E 2C 16 148 59 2A
Octal 310 14 161 0 136 54 26 510 131 52
Binary 11001000 1100 1110001 0 1011110 101100 10110 101001000 1011001 101010

Color Harmonies of #C80C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C71

Black with #C80C71

Text Example


Text Example

White with #C80C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C71; }

 p { color: rgb(200,12,113); }

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

background-color css

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

 a { background-color: rgb(200,12,113); }

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

border-color css

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

 span { border-color: rgb(200,12,113); }

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