Shades of Deep Magenta #C602CC
Tints of Deep Magenta #C602CC
RGB
CMYK
RGB Variations
Color information
#C602CC (or 0xC602CC) is known color: Deep Magenta. HEX triplet: C6, 02 and CC. RGB value is (198,2,204). Sum of RGB (Red+Green+Blue) = 198+2+204=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #C602CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602CC is #39FD33. Grayscale: #535353. Windows color (decimal): -3800372 or 13370054. OLE color: 13370054.
HSL color Cylindrical-coordinate representation of color #C602CC: hue angle of 298.22º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602CC is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 2 | 204 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.2 |
| HSL | 298.22º | 0.98% | 0.4% | - |
| HSV(B) | 298.22º | 0.99% | 0.8% | - |
| XYZ | 34.21 | 16.41 | 58.49 | - |
| YUV | 83.63 | 195.93 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 204 | 0.03 | 0.99 | 0 | 0.2 | 298.22 | 0.98 | 0.4 |
| Hex | C6 | 2 | CC | 3 | 63 | 0 | 14 | 12A | 62 | 28 |
| Octal | 306 | 2 | 314 | 3 | 143 | 0 | 24 | 452 | 142 | 50 |
| Binary | 11000110 | 10 | 11001100 | 11 | 1100011 | 0 | 10100 | 100101010 | 1100010 | 101000 |
Color Harmonies of #C602CC
Complementary color
Monochromatic Colors of #C602CC
Black with #C602CC
Text Example
Text Example
White with #C602CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C602CC; }
p { color: rgb(198,2,204); }
H1.HeaderClassName
{
color: #C602CC;
}
.AnyTagClassName
{
color: #C602CC;
}
</style>
background-color css
<style>
a { background-color: #C602CC; }
a { background-color: rgb(198,2,204); }
div.DivClassName
{
background-color: #C602CC;
}
.BgClassName
{
background-color: #C602CC;
}
</style>
border-color css
<style>
span { border-color: #C602CC; }
span { border-color: rgb(198,2,204); }
td.TdClassName
{
border-color: #C602CC;
}
.TagClassName
{
border-color: #C602CC;
}
</style>