Shades of Deep Magenta #C802B0
Tints of Deep Magenta #C802B0
RGB
CMYK
RGB Variations
Color information
#C802B0 (or 0xC802B0) is known color: Deep Magenta. HEX triplet: C8, 02 and B0. RGB value is (200,2,176). Sum of RGB (Red+Green+Blue) = 200+2+176=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C802B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C802B0 is #37FD4F. Grayscale: #505050. Windows color (decimal): -3669328 or 11535048. OLE color: 11535048.
HSL color Cylindrical-coordinate representation of color #C802B0: hue angle of 307.27º 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 #C802B0 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.22 |
| HSL | 307.27º | 0.98% | 0.4% | - |
| HSV(B) | 307.27º | 0.99% | 0.78% | - |
| XYZ | 31.68 | 15.46 | 42.39 | - |
| YUV | 81.04 | 181.6 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 176 | 0 | 0.99 | 0.12 | 0.22 | 307.27 | 0.98 | 0.4 |
| Hex | C8 | 2 | B0 | 0 | 63 | C | 16 | 133 | 62 | 28 |
| Octal | 310 | 2 | 260 | 0 | 143 | 14 | 26 | 463 | 142 | 50 |
| Binary | 11001000 | 10 | 10110000 | 0 | 1100011 | 1100 | 10110 | 100110011 | 1100010 | 101000 |
Color Harmonies of #C802B0
Complementary color
Monochromatic Colors of #C802B0
Black with #C802B0
Text Example
Text Example
White with #C802B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802B0; }
p { color: rgb(200,2,176); }
H1.HeaderClassName
{
color: #C802B0;
}
.AnyTagClassName
{
color: #C802B0;
}
</style>
background-color css
<style>
a { background-color: #C802B0; }
a { background-color: rgb(200,2,176); }
div.DivClassName
{
background-color: #C802B0;
}
.BgClassName
{
background-color: #C802B0;
}
</style>
border-color css
<style>
span { border-color: #C802B0; }
span { border-color: rgb(200,2,176); }
td.TdClassName
{
border-color: #C802B0;
}
.TagClassName
{
border-color: #C802B0;
}
</style>