Shades of Deep Magenta #C602CD
Tints of Deep Magenta #C602CD
RGB
CMYK
RGB Variations
Color information
#C602CD (or 0xC602CD) is known color: Deep Magenta. HEX triplet: C6, 02 and CD. RGB value is (198,2,205). Sum of RGB (Red+Green+Blue) = 198+2+205=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #C602CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602CD is #39FD32. Grayscale: #535353. Windows color (decimal): -3800371 or 13435590. OLE color: 13435590.
HSL color Cylindrical-coordinate representation of color #C602CD: hue angle of 297.93º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602CD is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 2 | 205 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.20 |
| HSL | 297.93º | 0.98% | 0.41% | - |
| HSV(B) | 297.93º | 0.99% | 0.8% | - |
| XYZ | 34.33 | 16.46 | 59.12 | - |
| YUV | 83.75 | 196.43 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 205 | 0.03 | 0.99 | 0 | 0.20 | 297.93 | 0.98 | 0.41 |
| Hex | C6 | 2 | CD | 3 | 63 | 0 | 14 | 12A | 62 | 29 |
| Octal | 306 | 2 | 315 | 3 | 143 | 0 | 24 | 452 | 142 | 51 |
| Binary | 11000110 | 10 | 11001101 | 11 | 1100011 | 0 | 10100 | 100101010 | 1100010 | 101001 |
Color Harmonies of #C602CD
Complementary color
Monochromatic Colors of #C602CD
Black with #C602CD
Text Example
Text Example
White with #C602CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C602CD; }
p { color: rgb(198,2,205); }
H1.HeaderClassName
{
color: #C602CD;
}
.AnyTagClassName
{
color: #C602CD;
}
</style>
background-color css
<style>
a { background-color: #C602CD; }
a { background-color: rgb(198,2,205); }
div.DivClassName
{
background-color: #C602CD;
}
.BgClassName
{
background-color: #C602CD;
}
</style>
border-color css
<style>
span { border-color: #C602CD; }
span { border-color: rgb(198,2,205); }
td.TdClassName
{
border-color: #C602CD;
}
.TagClassName
{
border-color: #C602CD;
}
</style>