Shades of Deep Magenta #C602CF
Tints of Deep Magenta #C602CF
RGB
CMYK
RGB Variations
Color information
#C602CF (or 0xC602CF) is known color: Deep Magenta. HEX triplet: C6, 02 and CF. RGB value is (198,2,207). Sum of RGB (Red+Green+Blue) = 198+2+207=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #C602CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602CF is #39FD30. Grayscale: #535353. Windows color (decimal): -3800369 or 13566662. OLE color: 13566662.
HSL color Cylindrical-coordinate representation of color #C602CF: hue angle of 297.37º 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 #C602CF is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 2 | 207 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.19 |
| HSL | 297.37º | 0.98% | 0.41% | - |
| HSV(B) | 297.37º | 0.99% | 0.81% | - |
| XYZ | 34.57 | 16.55 | 60.4 | - |
| YUV | 83.97 | 197.43 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 207 | 0.04 | 0.99 | 0 | 0.19 | 297.37 | 0.98 | 0.41 |
| Hex | C6 | 2 | CF | 4 | 63 | 0 | 13 | 129 | 62 | 29 |
| Octal | 306 | 2 | 317 | 4 | 143 | 0 | 23 | 451 | 142 | 51 |
| Binary | 11000110 | 10 | 11001111 | 100 | 1100011 | 0 | 10011 | 100101001 | 1100010 | 101001 |
Color Harmonies of #C602CF
Complementary color
Monochromatic Colors of #C602CF
Black with #C602CF
Text Example
Text Example
White with #C602CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C602CF; }
p { color: rgb(198,2,207); }
H1.HeaderClassName
{
color: #C602CF;
}
.AnyTagClassName
{
color: #C602CF;
}
</style>
background-color css
<style>
a { background-color: #C602CF; }
a { background-color: rgb(198,2,207); }
div.DivClassName
{
background-color: #C602CF;
}
.BgClassName
{
background-color: #C602CF;
}
</style>
border-color css
<style>
span { border-color: #C602CF; }
span { border-color: rgb(198,2,207); }
td.TdClassName
{
border-color: #C602CF;
}
.TagClassName
{
border-color: #C602CF;
}
</style>