Shades of Deep Magenta #C602D7
Tints of Deep Magenta #C602D7
RGB
CMYK
RGB Variations
Color information
#C602D7 (or 0xC602D7) is known color: Deep Magenta. HEX triplet: C6, 02 and D7. RGB value is (198,2,215). Sum of RGB (Red+Green+Blue) = 198+2+215=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #C602D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602D7 is #39FD28. Grayscale: #545454. Windows color (decimal): -3800361 or 14090950. OLE color: 14090950.
HSL color Cylindrical-coordinate representation of color #C602D7: hue angle of 295.21º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602D7 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 2 | 215 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.16 |
| HSL | 295.21º | 0.98% | 0.43% | - |
| HSV(B) | 295.21º | 0.99% | 0.84% | - |
| XYZ | 35.58 | 16.96 | 65.69 | - |
| YUV | 84.89 | 201.43 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 215 | 0.08 | 0.99 | 0 | 0.16 | 295.21 | 0.98 | 0.43 |
| Hex | C6 | 2 | D7 | 8 | 63 | 0 | 10 | 127 | 62 | 2B |
| Octal | 306 | 2 | 327 | 10 | 143 | 0 | 20 | 447 | 142 | 53 |
| Binary | 11000110 | 10 | 11010111 | 1000 | 1100011 | 0 | 10000 | 100100111 | 1100010 | 101011 |
Color Harmonies of #C602D7
Complementary color
Monochromatic Colors of #C602D7
Black with #C602D7
Text Example
Text Example
White with #C602D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C602D7; }
p { color: rgb(198,2,215); }
H1.HeaderClassName
{
color: #C602D7;
}
.AnyTagClassName
{
color: #C602D7;
}
</style>
background-color css
<style>
a { background-color: #C602D7; }
a { background-color: rgb(198,2,215); }
div.DivClassName
{
background-color: #C602D7;
}
.BgClassName
{
background-color: #C602D7;
}
</style>
border-color css
<style>
span { border-color: #C602D7; }
span { border-color: rgb(198,2,215); }
td.TdClassName
{
border-color: #C602D7;
}
.TagClassName
{
border-color: #C602D7;
}
</style>