Shades of Medium Violet Red #C802A1
Tints of Medium Violet Red #C802A1
RGB
CMYK
RGB Variations
Color information
#C802A1 (or 0xC802A1) is known color: Medium Violet Red. HEX triplet: C8, 02 and A1. RGB value is (200,2,161). Sum of RGB (Red+Green+Blue) = 200+2+161=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C802A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C802A1 is #37FD5E. Grayscale: #4E4E4E. Windows color (decimal): -3669343 or 10552008. OLE color: 10552008.
HSL color Cylindrical-coordinate representation of color #C802A1: hue angle of 311.82º 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 #C802A1 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 161 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.22 |
| HSL | 311.82º | 0.98% | 0.4% | - |
| HSV(B) | 311.82º | 0.99% | 0.78% | - |
| XYZ | 30.27 | 14.9 | 35 | - |
| YUV | 79.33 | 174.1 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 161 | 0 | 0.99 | 0.19 | 0.22 | 311.82 | 0.98 | 0.4 |
| Hex | C8 | 2 | A1 | 0 | 63 | 13 | 16 | 138 | 62 | 28 |
| Octal | 310 | 2 | 241 | 0 | 143 | 23 | 26 | 470 | 142 | 50 |
| Binary | 11001000 | 10 | 10100001 | 0 | 1100011 | 10011 | 10110 | 100111000 | 1100010 | 101000 |
Color Harmonies of #C802A1
Complementary color
Monochromatic Colors of #C802A1
Black with #C802A1
Text Example
Text Example
White with #C802A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802A1; }
p { color: rgb(200,2,161); }
H1.HeaderClassName
{
color: #C802A1;
}
.AnyTagClassName
{
color: #C802A1;
}
</style>
background-color css
<style>
a { background-color: #C802A1; }
a { background-color: rgb(200,2,161); }
div.DivClassName
{
background-color: #C802A1;
}
.BgClassName
{
background-color: #C802A1;
}
</style>
border-color css
<style>
span { border-color: #C802A1; }
span { border-color: rgb(200,2,161); }
td.TdClassName
{
border-color: #C802A1;
}
.TagClassName
{
border-color: #C802A1;
}
</style>