Shades of Deep Magenta #C602DC
Tints of Deep Magenta #C602DC
RGB
CMYK
RGB Variations
Color information
#C602DC (or 0xC602DC) is known color: Deep Magenta. HEX triplet: C6, 02 and DC. RGB value is (198,2,220). Sum of RGB (Red+Green+Blue) = 198+2+220=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #C602DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602DC is #39FD23. Grayscale: #545454. Windows color (decimal): -3800356 or 14418630. OLE color: 14418630.
HSL color Cylindrical-coordinate representation of color #C602DC: hue angle of 293.94º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602DC is Cyan = 0.1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 2 | 220 | - |
| CMYK | 0.1 | 0.99 | 0 | 0.14 |
| HSL | 293.94º | 0.98% | 0.44% | - |
| HSV(B) | 293.94º | 0.99% | 0.86% | - |
| XYZ | 36.23 | 17.22 | 69.12 | - |
| YUV | 85.46 | 203.93 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 220 | 0.1 | 0.99 | 0 | 0.14 | 293.94 | 0.98 | 0.44 |
| Hex | C6 | 2 | DC | A | 63 | 0 | E | 126 | 62 | 2C |
| Octal | 306 | 2 | 334 | 12 | 143 | 0 | 16 | 446 | 142 | 54 |
| Binary | 11000110 | 10 | 11011100 | 1010 | 1100011 | 0 | 1110 | 100100110 | 1100010 | 101100 |
Color Harmonies of #C602DC
Complementary color
Monochromatic Colors of #C602DC
Black with #C602DC
Text Example
Text Example
White with #C602DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C602DC; }
p { color: rgb(198,2,220); }
H1.HeaderClassName
{
color: #C602DC;
}
.AnyTagClassName
{
color: #C602DC;
}
</style>
background-color css
<style>
a { background-color: #C602DC; }
a { background-color: rgb(198,2,220); }
div.DivClassName
{
background-color: #C602DC;
}
.BgClassName
{
background-color: #C602DC;
}
</style>
border-color css
<style>
span { border-color: #C602DC; }
span { border-color: rgb(198,2,220); }
td.TdClassName
{
border-color: #C602DC;
}
.TagClassName
{
border-color: #C602DC;
}
</style>