Html Css Color HEX #C80476 Medium Violet Red

📋 copy color: '#C80476'

red 200 ◦ green 4 ◦ blue 118

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

Shades of Medium Violet Red #C80476

Tints of Medium Violet Red #C80476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 62.11%
G = 1.24%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C80476 (or 0xC80476) is known color: Medium Violet Red. HEX triplet: C8, 04 and 76. RGB value is (200,4,118). Sum of RGB (Red+Green+Blue) = 200+4+118=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C80476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80476 is #37FB89. Grayscale: #4B4B4B. Windows color (decimal): -3668874 or 7734472. OLE color: 7734472.

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

Color convert

RGB 200 4 118 -
CMYK 0 0.98 0.41 0.22
HSL 325.1º 0.96% 0.4% -
HSV(B) 325.1º 0.98% 0.78% -
XYZ 27.13 13.67 18.35 -
YUV 75.6 151.93 216.73 -
System Red Green Blue C M Y K H S L
Decimal 200 4 118 0 0.98 0.41 0.22 325.1 0.96 0.4
Hex C8 4 76 0 62 29 16 145 60 28
Octal 310 4 166 0 142 51 26 505 140 50
Binary 11001000 100 1110110 0 1100010 101001 10110 101000101 1100000 101000

Color Harmonies of #C80476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80476

Black with #C80476

Text Example


Text Example

White with #C80476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80476; }

 p { color: rgb(200,4,118); }

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

background-color css

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

 a { background-color: rgb(200,4,118); }

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

border-color css

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

 span { border-color: rgb(200,4,118); }

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