Shades of Deep Magenta #C802BA
Tints of Deep Magenta #C802BA
RGB
CMYK
RGB Variations
Color information
#C802BA (or 0xC802BA) is known color: Deep Magenta. HEX triplet: C8, 02 and BA. RGB value is (200,2,186). Sum of RGB (Red+Green+Blue) = 200+2+186=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C802BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802BA is #37FD45. Grayscale: #515151. Windows color (decimal): -3669318 or 12190408. OLE color: 12190408.
HSL color Cylindrical-coordinate representation of color #C802BA: hue angle of 304.24º 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 #C802BA is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.22 |
| HSL | 304.24º | 0.98% | 0.4% | - |
| HSV(B) | 304.24º | 0.99% | 0.78% | - |
| XYZ | 32.7 | 15.87 | 47.79 | - |
| YUV | 82.18 | 186.6 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 186 | 0 | 0.99 | 0.07 | 0.22 | 304.24 | 0.98 | 0.4 |
| Hex | C8 | 2 | BA | 0 | 63 | 7 | 16 | 130 | 62 | 28 |
| Octal | 310 | 2 | 272 | 0 | 143 | 7 | 26 | 460 | 142 | 50 |
| Binary | 11001000 | 10 | 10111010 | 0 | 1100011 | 111 | 10110 | 100110000 | 1100010 | 101000 |
Color Harmonies of #C802BA
Complementary color
Monochromatic Colors of #C802BA
Black with #C802BA
Text Example
Text Example
White with #C802BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802BA; }
p { color: rgb(200,2,186); }
H1.HeaderClassName
{
color: #C802BA;
}
.AnyTagClassName
{
color: #C802BA;
}
</style>
background-color css
<style>
a { background-color: #C802BA; }
a { background-color: rgb(200,2,186); }
div.DivClassName
{
background-color: #C802BA;
}
.BgClassName
{
background-color: #C802BA;
}
</style>
border-color css
<style>
span { border-color: #C802BA; }
span { border-color: rgb(200,2,186); }
td.TdClassName
{
border-color: #C802BA;
}
.TagClassName
{
border-color: #C802BA;
}
</style>