Shades of Deep Magenta #CC06AF
Tints of Deep Magenta #CC06AF
RGB
CMYK
RGB Variations
Color information
#CC06AF (or 0xCC06AF) is known color: Deep Magenta. HEX triplet: CC, 06 and AF. RGB value is (204,6,175). Sum of RGB (Red+Green+Blue) = 204+6+175=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC06AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC06AF is #33F950. Grayscale: #535353. Windows color (decimal): -3406161 or 11470540. OLE color: 11470540.
HSL color Cylindrical-coordinate representation of color #CC06AF: hue angle of 308.79º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC06AF is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 175 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.2 |
| HSL | 308.79º | 0.94% | 0.41% | - |
| HSV(B) | 308.79º | 0.97% | 0.8% | - |
| XYZ | 32.7 | 16.06 | 41.93 | - |
| YUV | 84.47 | 179.1 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 175 | 0 | 0.97 | 0.14 | 0.2 | 308.79 | 0.94 | 0.41 |
| Hex | CC | 6 | AF | 0 | 61 | E | 14 | 135 | 5E | 29 |
| Octal | 314 | 6 | 257 | 0 | 141 | 16 | 24 | 465 | 136 | 51 |
| Binary | 11001100 | 110 | 10101111 | 0 | 1100001 | 1110 | 10100 | 100110101 | 1011110 | 101001 |
Color Harmonies of #CC06AF
Complementary color
Monochromatic Colors of #CC06AF
Black with #CC06AF
Text Example
Text Example
White with #CC06AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC06AF; }
p { color: rgb(204,6,175); }
H1.HeaderClassName
{
color: #CC06AF;
}
.AnyTagClassName
{
color: #CC06AF;
}
</style>
background-color css
<style>
a { background-color: #CC06AF; }
a { background-color: rgb(204,6,175); }
div.DivClassName
{
background-color: #CC06AF;
}
.BgClassName
{
background-color: #CC06AF;
}
</style>
border-color css
<style>
span { border-color: #CC06AF; }
span { border-color: rgb(204,6,175); }
td.TdClassName
{
border-color: #CC06AF;
}
.TagClassName
{
border-color: #CC06AF;
}
</style>