Shades of Deep Magenta #C602AF
Tints of Deep Magenta #C602AF
RGB
CMYK
RGB Variations
Color information
#C602AF (or 0xC602AF) is known color: Deep Magenta. HEX triplet: C6, 02 and AF. RGB value is (198,2,175). Sum of RGB (Red+Green+Blue) = 198+2+175=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C602AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C602AF is #39FD50. Grayscale: #4F4F4F. Windows color (decimal): -3800401 or 11469510. OLE color: 11469510.
HSL color Cylindrical-coordinate representation of color #C602AF: hue angle of 307.04º 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 #C602AF is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.22 |
| HSL | 307.04º | 0.98% | 0.39% | - |
| HSV(B) | 307.04º | 0.99% | 0.78% | - |
| XYZ | 31.05 | 15.14 | 41.84 | - |
| YUV | 80.33 | 181.43 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 175 | 0 | 0.99 | 0.12 | 0.22 | 307.04 | 0.98 | 0.39 |
| Hex | C6 | 2 | AF | 0 | 63 | C | 16 | 133 | 62 | 27 |
| Octal | 306 | 2 | 257 | 0 | 143 | 14 | 26 | 463 | 142 | 47 |
| Binary | 11000110 | 10 | 10101111 | 0 | 1100011 | 1100 | 10110 | 100110011 | 1100010 | 100111 |
Color Harmonies of #C602AF
Complementary color
Monochromatic Colors of #C602AF
Black with #C602AF
Text Example
Text Example
White with #C602AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C602AF; }
p { color: rgb(198,2,175); }
H1.HeaderClassName
{
color: #C602AF;
}
.AnyTagClassName
{
color: #C602AF;
}
</style>
background-color css
<style>
a { background-color: #C602AF; }
a { background-color: rgb(198,2,175); }
div.DivClassName
{
background-color: #C602AF;
}
.BgClassName
{
background-color: #C602AF;
}
</style>
border-color css
<style>
span { border-color: #C602AF; }
span { border-color: rgb(198,2,175); }
td.TdClassName
{
border-color: #C602AF;
}
.TagClassName
{
border-color: #C602AF;
}
</style>