Shades of Medium Violet Red #C802A0
Tints of Medium Violet Red #C802A0
RGB
CMYK
RGB Variations
Color information
#C802A0 (or 0xC802A0) is known color: Medium Violet Red. HEX triplet: C8, 02 and A0. RGB value is (200,2,160). Sum of RGB (Red+Green+Blue) = 200+2+160=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C802A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C802A0 is #37FD5F. Grayscale: #4E4E4E. Windows color (decimal): -3669344 or 10486472. OLE color: 10486472.
HSL color Cylindrical-coordinate representation of color #C802A0: hue angle of 312.12º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802A0 is Cyan = 0, Magento = 0.99, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 160 | - |
| CMYK | 0 | 0.99 | 0.2 | 0.22 |
| HSL | 312.12º | 0.98% | 0.4% | - |
| HSV(B) | 312.12º | 0.99% | 0.78% | - |
| XYZ | 30.19 | 14.86 | 34.54 | - |
| YUV | 79.21 | 173.6 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 160 | 0 | 0.99 | 0.2 | 0.22 | 312.12 | 0.98 | 0.4 |
| Hex | C8 | 2 | A0 | 0 | 63 | 14 | 16 | 138 | 62 | 28 |
| Octal | 310 | 2 | 240 | 0 | 143 | 24 | 26 | 470 | 142 | 50 |
| Binary | 11001000 | 10 | 10100000 | 0 | 1100011 | 10100 | 10110 | 100111000 | 1100010 | 101000 |
Color Harmonies of #C802A0
Complementary color
Monochromatic Colors of #C802A0
Black with #C802A0
Text Example
Text Example
White with #C802A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802A0; }
p { color: rgb(200,2,160); }
H1.HeaderClassName
{
color: #C802A0;
}
.AnyTagClassName
{
color: #C802A0;
}
</style>
background-color css
<style>
a { background-color: #C802A0; }
a { background-color: rgb(200,2,160); }
div.DivClassName
{
background-color: #C802A0;
}
.BgClassName
{
background-color: #C802A0;
}
</style>
border-color css
<style>
span { border-color: #C802A0; }
span { border-color: rgb(200,2,160); }
td.TdClassName
{
border-color: #C802A0;
}
.TagClassName
{
border-color: #C802A0;
}
</style>