Shades of Deep Magenta #C602DF
Tints of Deep Magenta #C602DF
RGB
CMYK
RGB Variations
Color information
#C602DF (or 0xC602DF) is known color: Deep Magenta. HEX triplet: C6, 02 and DF. RGB value is (198,2,223). Sum of RGB (Red+Green+Blue) = 198+2+223=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #C602DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602DF is #39FD20. Grayscale: #555555. Windows color (decimal): -3800353 or 14615238. OLE color: 14615238.
HSL color Cylindrical-coordinate representation of color #C602DF: hue angle of 293.21º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602DF is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 2 | 223 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.13 |
| HSL | 293.21º | 0.98% | 0.44% | - |
| HSV(B) | 293.21º | 0.99% | 0.87% | - |
| XYZ | 36.63 | 17.38 | 71.24 | - |
| YUV | 85.8 | 205.43 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 223 | 0.11 | 0.99 | 0 | 0.13 | 293.21 | 0.98 | 0.44 |
| Hex | C6 | 2 | DF | B | 63 | 0 | D | 125 | 62 | 2C |
| Octal | 306 | 2 | 337 | 13 | 143 | 0 | 15 | 445 | 142 | 54 |
| Binary | 11000110 | 10 | 11011111 | 1011 | 1100011 | 0 | 1101 | 100100101 | 1100010 | 101100 |
Color Harmonies of #C602DF
Complementary color
Monochromatic Colors of #C602DF
Black with #C602DF
Text Example
Text Example
White with #C602DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C602DF; }
p { color: rgb(198,2,223); }
H1.HeaderClassName
{
color: #C602DF;
}
.AnyTagClassName
{
color: #C602DF;
}
</style>
background-color css
<style>
a { background-color: #C602DF; }
a { background-color: rgb(198,2,223); }
div.DivClassName
{
background-color: #C602DF;
}
.BgClassName
{
background-color: #C602DF;
}
</style>
border-color css
<style>
span { border-color: #C602DF; }
span { border-color: rgb(198,2,223); }
td.TdClassName
{
border-color: #C602DF;
}
.TagClassName
{
border-color: #C602DF;
}
</style>