Html Css Color HEX #C80471 Medium Violet Red

📋 copy color: '#C80471'

red 200 ◦ green 4 ◦ blue 113

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

Shades of Medium Violet Red #C80471

Tints of Medium Violet Red #C80471

RGB

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

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

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

R = 63.09%
G = 1.26%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C80471 (or 0xC80471) is known color: Medium Violet Red. HEX triplet: C8, 04 and 71. RGB value is (200,4,113). Sum of RGB (Red+Green+Blue) = 200+4+113=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C80471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80471 is #37FB8E. Grayscale: #4A4A4A. Windows color (decimal): -3668879 or 7406792. OLE color: 7406792.

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

Color convert

RGB 200 4 113 -
CMYK 0 0.98 0.44 0.22
HSL 326.63º 0.96% 0.4% -
HSV(B) 326.63º 0.98% 0.78% -
XYZ 26.84 13.56 16.83 -
YUV 75.03 149.43 217.14 -
System Red Green Blue C M Y K H S L
Decimal 200 4 113 0 0.98 0.44 0.22 326.63 0.96 0.4
Hex C8 4 71 0 62 2C 16 147 60 28
Octal 310 4 161 0 142 54 26 507 140 50
Binary 11001000 100 1110001 0 1100010 101100 10110 101000111 1100000 101000

Color Harmonies of #C80471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80471

Black with #C80471

Text Example


Text Example

White with #C80471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80471; }

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

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

background-color css

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

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

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

border-color css

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

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

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