Shades of Deep Magenta #C802D3
Tints of Deep Magenta #C802D3
RGB
CMYK
RGB Variations
Color information
#C802D3 (or 0xC802D3) is known color: Deep Magenta. HEX triplet: C8, 02 and D3. RGB value is (200,2,211). Sum of RGB (Red+Green+Blue) = 200+2+211=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 211 (82.81% from 255 or 51.09% from 413); Max value from RGB is 211 - color contains mainly: blue. Hex color #C802D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802D3 is #37FD2C. Grayscale: #545454. Windows color (decimal): -3669293 or 13828808. OLE color: 13828808.
HSL color Cylindrical-coordinate representation of color #C802D3: hue angle of 296.84º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802D3 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 2 | 211 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.17 |
| HSL | 296.84º | 0.98% | 0.42% | - |
| HSV(B) | 296.84º | 0.99% | 0.83% | - |
| XYZ | 35.6 | 17.03 | 63.04 | - |
| YUV | 85.03 | 199.1 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 211 | 0.05 | 0.99 | 0 | 0.17 | 296.84 | 0.98 | 0.42 |
| Hex | C8 | 2 | D3 | 5 | 63 | 0 | 11 | 129 | 62 | 2A |
| Octal | 310 | 2 | 323 | 5 | 143 | 0 | 21 | 451 | 142 | 52 |
| Binary | 11001000 | 10 | 11010011 | 101 | 1100011 | 0 | 10001 | 100101001 | 1100010 | 101010 |
Color Harmonies of #C802D3
Complementary color
Monochromatic Colors of #C802D3
Black with #C802D3
Text Example
Text Example
White with #C802D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802D3; }
p { color: rgb(200,2,211); }
H1.HeaderClassName
{
color: #C802D3;
}
.AnyTagClassName
{
color: #C802D3;
}
</style>
background-color css
<style>
a { background-color: #C802D3; }
a { background-color: rgb(200,2,211); }
div.DivClassName
{
background-color: #C802D3;
}
.BgClassName
{
background-color: #C802D3;
}
</style>
border-color css
<style>
span { border-color: #C802D3; }
span { border-color: rgb(200,2,211); }
td.TdClassName
{
border-color: #C802D3;
}
.TagClassName
{
border-color: #C802D3;
}
</style>