Html Css Color HEX #C80470 Medium Violet Red

📋 copy color: '#C80470'

red 200 ◦ green 4 ◦ blue 112

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

Shades of Medium Violet Red #C80470

Tints of Medium Violet Red #C80470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.44%

R = 63.29%
G = 1.27%
B = 35.44%

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

#C80470 (or 0xC80470) is known color: Medium Violet Red. HEX triplet: C8, 04 and 70. RGB value is (200,4,112). Sum of RGB (Red+Green+Blue) = 200+4+112=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C80470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80470 is #37FB8F. Grayscale: #4A4A4A. Windows color (decimal): -3668880 or 7341256. OLE color: 7341256.

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

Color convert

RGB 200 4 112 -
CMYK 0 0.98 0.44 0.22
HSL 326.94º 0.96% 0.4% -
HSV(B) 326.94º 0.98% 0.78% -
XYZ 26.79 13.54 16.53 -
YUV 74.92 148.93 217.22 -
System Red Green Blue C M Y K H S L
Decimal 200 4 112 0 0.98 0.44 0.22 326.94 0.96 0.4
Hex C8 4 70 0 62 2C 16 147 60 28
Octal 310 4 160 0 142 54 26 507 140 50
Binary 11001000 100 1110000 0 1100010 101100 10110 101000111 1100000 101000

Color Harmonies of #C80470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80470

Black with #C80470

Text Example


Text Example

White with #C80470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80470; }

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

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

background-color css

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

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

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

border-color css

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

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

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