Shades of Deep Magenta #C802B7
Tints of Deep Magenta #C802B7
RGB
CMYK
RGB Variations
Color information
#C802B7 (or 0xC802B7) is known color: Deep Magenta. HEX triplet: C8, 02 and B7. RGB value is (200,2,183). Sum of RGB (Red+Green+Blue) = 200+2+183=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C802B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802B7 is #37FD48. Grayscale: #515151. Windows color (decimal): -3669321 or 11993800. OLE color: 11993800.
HSL color Cylindrical-coordinate representation of color #C802B7: hue angle of 305.15º 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 #C802B7 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 183 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.22 |
| HSL | 305.15º | 0.98% | 0.4% | - |
| HSV(B) | 305.15º | 0.99% | 0.78% | - |
| XYZ | 32.39 | 15.74 | 46.13 | - |
| YUV | 81.84 | 185.1 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 183 | 0 | 0.99 | 0.08 | 0.22 | 305.15 | 0.98 | 0.4 |
| Hex | C8 | 2 | B7 | 0 | 63 | 8 | 16 | 131 | 62 | 28 |
| Octal | 310 | 2 | 267 | 0 | 143 | 10 | 26 | 461 | 142 | 50 |
| Binary | 11001000 | 10 | 10110111 | 0 | 1100011 | 1000 | 10110 | 100110001 | 1100010 | 101000 |
Color Harmonies of #C802B7
Complementary color
Monochromatic Colors of #C802B7
Black with #C802B7
Text Example
Text Example
White with #C802B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802B7; }
p { color: rgb(200,2,183); }
H1.HeaderClassName
{
color: #C802B7;
}
.AnyTagClassName
{
color: #C802B7;
}
</style>
background-color css
<style>
a { background-color: #C802B7; }
a { background-color: rgb(200,2,183); }
div.DivClassName
{
background-color: #C802B7;
}
.BgClassName
{
background-color: #C802B7;
}
</style>
border-color css
<style>
span { border-color: #C802B7; }
span { border-color: rgb(200,2,183); }
td.TdClassName
{
border-color: #C802B7;
}
.TagClassName
{
border-color: #C802B7;
}
</style>