Shades of Deep Magenta #C802CF
Tints of Deep Magenta #C802CF
RGB
CMYK
RGB Variations
Color information
#C802CF (or 0xC802CF) is known color: Deep Magenta. HEX triplet: C8, 02 and CF. RGB value is (200,2,207). Sum of RGB (Red+Green+Blue) = 200+2+207=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #C802CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802CF is #37FD30. Grayscale: #535353. Windows color (decimal): -3669297 or 13566664. OLE color: 13566664.
HSL color Cylindrical-coordinate representation of color #C802CF: hue angle of 297.95º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802CF is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 2 | 207 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.19 |
| HSL | 297.95º | 0.98% | 0.41% | - |
| HSV(B) | 297.95º | 0.99% | 0.81% | - |
| XYZ | 35.1 | 16.83 | 60.43 | - |
| YUV | 84.57 | 197.1 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 207 | 0.03 | 0.99 | 0 | 0.19 | 297.95 | 0.98 | 0.41 |
| Hex | C8 | 2 | CF | 3 | 63 | 0 | 13 | 12A | 62 | 29 |
| Octal | 310 | 2 | 317 | 3 | 143 | 0 | 23 | 452 | 142 | 51 |
| Binary | 11001000 | 10 | 11001111 | 11 | 1100011 | 0 | 10011 | 100101010 | 1100010 | 101001 |
Color Harmonies of #C802CF
Complementary color
Monochromatic Colors of #C802CF
Black with #C802CF
Text Example
Text Example
White with #C802CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802CF; }
p { color: rgb(200,2,207); }
H1.HeaderClassName
{
color: #C802CF;
}
.AnyTagClassName
{
color: #C802CF;
}
</style>
background-color css
<style>
a { background-color: #C802CF; }
a { background-color: rgb(200,2,207); }
div.DivClassName
{
background-color: #C802CF;
}
.BgClassName
{
background-color: #C802CF;
}
</style>
border-color css
<style>
span { border-color: #C802CF; }
span { border-color: rgb(200,2,207); }
td.TdClassName
{
border-color: #C802CF;
}
.TagClassName
{
border-color: #C802CF;
}
</style>