Shades of Deep Magenta #C602DA
Tints of Deep Magenta #C602DA
RGB
CMYK
RGB Variations
Color information
#C602DA (or 0xC602DA) is known color: Deep Magenta. HEX triplet: C6, 02 and DA. RGB value is (198,2,218). Sum of RGB (Red+Green+Blue) = 198+2+218=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #C602DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602DA is #39FD25. Grayscale: #545454. Windows color (decimal): -3800358 or 14287558. OLE color: 14287558.
HSL color Cylindrical-coordinate representation of color #C602DA: hue angle of 294.44º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602DA is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 2 | 218 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.15 |
| HSL | 294.44º | 0.98% | 0.43% | - |
| HSV(B) | 294.44º | 0.99% | 0.85% | - |
| XYZ | 35.97 | 17.11 | 67.74 | - |
| YUV | 85.23 | 202.93 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 218 | 0.09 | 0.99 | 0 | 0.15 | 294.44 | 0.98 | 0.43 |
| Hex | C6 | 2 | DA | 9 | 63 | 0 | F | 126 | 62 | 2B |
| Octal | 306 | 2 | 332 | 11 | 143 | 0 | 17 | 446 | 142 | 53 |
| Binary | 11000110 | 10 | 11011010 | 1001 | 1100011 | 0 | 1111 | 100100110 | 1100010 | 101011 |
Color Harmonies of #C602DA
Complementary color
Monochromatic Colors of #C602DA
Black with #C602DA
Text Example
Text Example
White with #C602DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C602DA; }
p { color: rgb(198,2,218); }
H1.HeaderClassName
{
color: #C602DA;
}
.AnyTagClassName
{
color: #C602DA;
}
</style>
background-color css
<style>
a { background-color: #C602DA; }
a { background-color: rgb(198,2,218); }
div.DivClassName
{
background-color: #C602DA;
}
.BgClassName
{
background-color: #C602DA;
}
</style>
border-color css
<style>
span { border-color: #C602DA; }
span { border-color: rgb(198,2,218); }
td.TdClassName
{
border-color: #C602DA;
}
.TagClassName
{
border-color: #C602DA;
}
</style>