Shades of Deep Magenta #CC13AF
Tints of Deep Magenta #CC13AF
RGB
CMYK
RGB Variations
Color information
#CC13AF (or 0xCC13AF) is known color: Deep Magenta. HEX triplet: CC, 13 and AF. RGB value is (204,19,175). Sum of RGB (Red+Green+Blue) = 204+19+175=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC13AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC13AF is #33EC50. Grayscale: #5B5B5B. Windows color (decimal): -3402833 or 11473868. OLE color: 11473868.
HSL color Cylindrical-coordinate representation of color #CC13AF: hue angle of 309.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC13AF is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 175 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.2 |
| HSL | 309.41º | 0.83% | 0.44% | - |
| HSV(B) | 309.41º | 0.91% | 0.8% | - |
| XYZ | 32.87 | 16.4 | 41.99 | - |
| YUV | 92.1 | 174.79 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 175 | 0 | 0.91 | 0.14 | 0.2 | 309.41 | 0.83 | 0.44 |
| Hex | CC | 13 | AF | 0 | 5B | E | 14 | 135 | 53 | 2C |
| Octal | 314 | 23 | 257 | 0 | 133 | 16 | 24 | 465 | 123 | 54 |
| Binary | 11001100 | 10011 | 10101111 | 0 | 1011011 | 1110 | 10100 | 100110101 | 1010011 | 101100 |
Color Harmonies of #CC13AF
Complementary color
Monochromatic Colors of #CC13AF
Black with #CC13AF
Text Example
Text Example
White with #CC13AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC13AF; }
p { color: rgb(204,19,175); }
H1.HeaderClassName
{
color: #CC13AF;
}
.AnyTagClassName
{
color: #CC13AF;
}
</style>
background-color css
<style>
a { background-color: #CC13AF; }
a { background-color: rgb(204,19,175); }
div.DivClassName
{
background-color: #CC13AF;
}
.BgClassName
{
background-color: #CC13AF;
}
</style>
border-color css
<style>
span { border-color: #CC13AF; }
span { border-color: rgb(204,19,175); }
td.TdClassName
{
border-color: #CC13AF;
}
.TagClassName
{
border-color: #CC13AF;
}
</style>