Shades of Deep Magenta #CC09AF
Tints of Deep Magenta #CC09AF
RGB
CMYK
RGB Variations
Color information
#CC09AF (or 0xCC09AF) is known color: Deep Magenta. HEX triplet: CC, 09 and AF. RGB value is (204,9,175). Sum of RGB (Red+Green+Blue) = 204+9+175=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC09AF is #33F650. Grayscale: #555555. Windows color (decimal): -3405393 or 11471308. OLE color: 11471308.
HSL color Cylindrical-coordinate representation of color #CC09AF: hue angle of 308.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09AF is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 175 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.2 |
| HSL | 308.92º | 0.92% | 0.42% | - |
| HSV(B) | 308.92º | 0.96% | 0.8% | - |
| XYZ | 32.74 | 16.13 | 41.94 | - |
| YUV | 86.23 | 178.1 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 175 | 0 | 0.96 | 0.14 | 0.2 | 308.92 | 0.92 | 0.42 |
| Hex | CC | 9 | AF | 0 | 60 | E | 14 | 135 | 5C | 2A |
| Octal | 314 | 11 | 257 | 0 | 140 | 16 | 24 | 465 | 134 | 52 |
| Binary | 11001100 | 1001 | 10101111 | 0 | 1100000 | 1110 | 10100 | 100110101 | 1011100 | 101010 |
Color Harmonies of #CC09AF
Complementary color
Monochromatic Colors of #CC09AF
Black with #CC09AF
Text Example
Text Example
White with #CC09AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09AF; }
p { color: rgb(204,9,175); }
H1.HeaderClassName
{
color: #CC09AF;
}
.AnyTagClassName
{
color: #CC09AF;
}
</style>
background-color css
<style>
a { background-color: #CC09AF; }
a { background-color: rgb(204,9,175); }
div.DivClassName
{
background-color: #CC09AF;
}
.BgClassName
{
background-color: #CC09AF;
}
</style>
border-color css
<style>
span { border-color: #CC09AF; }
span { border-color: rgb(204,9,175); }
td.TdClassName
{
border-color: #CC09AF;
}
.TagClassName
{
border-color: #CC09AF;
}
</style>