Shades of Deep Magenta #C802BC
Tints of Deep Magenta #C802BC
RGB
CMYK
RGB Variations
Color information
#C802BC (or 0xC802BC) is known color: Deep Magenta. HEX triplet: C8, 02 and BC. RGB value is (200,2,188). Sum of RGB (Red+Green+Blue) = 200+2+188=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C802BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802BC is #37FD43. Grayscale: #515151. Windows color (decimal): -3669316 or 12321480. OLE color: 12321480.
HSL color Cylindrical-coordinate representation of color #C802BC: hue angle of 303.64º 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 #C802BC is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 188 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.22 |
| HSL | 303.64º | 0.98% | 0.4% | - |
| HSV(B) | 303.64º | 0.99% | 0.78% | - |
| XYZ | 32.92 | 15.95 | 48.92 | - |
| YUV | 82.41 | 187.6 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 188 | 0 | 0.99 | 0.06 | 0.22 | 303.64 | 0.98 | 0.4 |
| Hex | C8 | 2 | BC | 0 | 63 | 6 | 16 | 130 | 62 | 28 |
| Octal | 310 | 2 | 274 | 0 | 143 | 6 | 26 | 460 | 142 | 50 |
| Binary | 11001000 | 10 | 10111100 | 0 | 1100011 | 110 | 10110 | 100110000 | 1100010 | 101000 |
Color Harmonies of #C802BC
Complementary color
Monochromatic Colors of #C802BC
Black with #C802BC
Text Example
Text Example
White with #C802BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802BC; }
p { color: rgb(200,2,188); }
H1.HeaderClassName
{
color: #C802BC;
}
.AnyTagClassName
{
color: #C802BC;
}
</style>
background-color css
<style>
a { background-color: #C802BC; }
a { background-color: rgb(200,2,188); }
div.DivClassName
{
background-color: #C802BC;
}
.BgClassName
{
background-color: #C802BC;
}
</style>
border-color css
<style>
span { border-color: #C802BC; }
span { border-color: rgb(200,2,188); }
td.TdClassName
{
border-color: #C802BC;
}
.TagClassName
{
border-color: #C802BC;
}
</style>