Shades of Deep Magenta #C602AB
Tints of Deep Magenta #C602AB
RGB
CMYK
RGB Variations
Color information
#C602AB (or 0xC602AB) is known color: Deep Magenta. HEX triplet: C6, 02 and AB. RGB value is (198,2,171). Sum of RGB (Red+Green+Blue) = 198+2+171=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C602AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C602AB is #39FD54. Grayscale: #4F4F4F. Windows color (decimal): -3800405 or 11207366. OLE color: 11207366.
HSL color Cylindrical-coordinate representation of color #C602AB: hue angle of 308.27º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602AB is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.22 |
| HSL | 308.27º | 0.98% | 0.39% | - |
| HSV(B) | 308.27º | 0.99% | 0.78% | - |
| XYZ | 30.66 | 14.99 | 39.81 | - |
| YUV | 79.87 | 179.43 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 171 | 0 | 0.99 | 0.14 | 0.22 | 308.27 | 0.98 | 0.39 |
| Hex | C6 | 2 | AB | 0 | 63 | E | 16 | 134 | 62 | 27 |
| Octal | 306 | 2 | 253 | 0 | 143 | 16 | 26 | 464 | 142 | 47 |
| Binary | 11000110 | 10 | 10101011 | 0 | 1100011 | 1110 | 10110 | 100110100 | 1100010 | 100111 |
Color Harmonies of #C602AB
Complementary color
Monochromatic Colors of #C602AB
Black with #C602AB
Text Example
Text Example
White with #C602AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C602AB; }
p { color: rgb(198,2,171); }
H1.HeaderClassName
{
color: #C602AB;
}
.AnyTagClassName
{
color: #C602AB;
}
</style>
background-color css
<style>
a { background-color: #C602AB; }
a { background-color: rgb(198,2,171); }
div.DivClassName
{
background-color: #C602AB;
}
.BgClassName
{
background-color: #C602AB;
}
</style>
border-color css
<style>
span { border-color: #C602AB; }
span { border-color: rgb(198,2,171); }
td.TdClassName
{
border-color: #C602AB;
}
.TagClassName
{
border-color: #C602AB;
}
</style>