Shades of Deep Magenta #CC0DAD
Tints of Deep Magenta #CC0DAD
RGB
CMYK
RGB Variations
Color information
#CC0DAD (or 0xCC0DAD) is known color: Deep Magenta. HEX triplet: CC, 0D and AD. RGB value is (204,13,173). Sum of RGB (Red+Green+Blue) = 204+13+173=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0DAD is #33F252. Grayscale: #575757. Windows color (decimal): -3404371 or 11341260. OLE color: 11341260.
HSL color Cylindrical-coordinate representation of color #CC0DAD: hue angle of 309.74º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0DAD is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 173 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.2 |
| HSL | 309.74º | 0.88% | 0.43% | - |
| HSV(B) | 309.74º | 0.94% | 0.8% | - |
| XYZ | 32.59 | 16.14 | 40.93 | - |
| YUV | 88.35 | 175.78 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 173 | 0 | 0.94 | 0.15 | 0.2 | 309.74 | 0.88 | 0.43 |
| Hex | CC | D | AD | 0 | 5E | F | 14 | 136 | 58 | 2B |
| Octal | 314 | 15 | 255 | 0 | 136 | 17 | 24 | 466 | 130 | 53 |
| Binary | 11001100 | 1101 | 10101101 | 0 | 1011110 | 1111 | 10100 | 100110110 | 1011000 | 101011 |
Color Harmonies of #CC0DAD
Complementary color
Monochromatic Colors of #CC0DAD
Black with #CC0DAD
Text Example
Text Example
White with #CC0DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DAD; }
p { color: rgb(204,13,173); }
H1.HeaderClassName
{
color: #CC0DAD;
}
.AnyTagClassName
{
color: #CC0DAD;
}
</style>
background-color css
<style>
a { background-color: #CC0DAD; }
a { background-color: rgb(204,13,173); }
div.DivClassName
{
background-color: #CC0DAD;
}
.BgClassName
{
background-color: #CC0DAD;
}
</style>
border-color css
<style>
span { border-color: #CC0DAD; }
span { border-color: rgb(204,13,173); }
td.TdClassName
{
border-color: #CC0DAD;
}
.TagClassName
{
border-color: #CC0DAD;
}
</style>