Shades of Deep Magenta #CC18AD
Tints of Deep Magenta #CC18AD
RGB
CMYK
RGB Variations
Color information
#CC18AD (or 0xCC18AD) is known color: Deep Magenta. HEX triplet: CC, 18 and AD. RGB value is (204,24,173). Sum of RGB (Red+Green+Blue) = 204+24+173=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC18AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC18AD is #33E752. Grayscale: #5E5E5E. Windows color (decimal): -3401555 or 11344076. OLE color: 11344076.
HSL color Cylindrical-coordinate representation of color #CC18AD: hue angle of 310.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC18AD is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 173 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.2 |
| HSL | 310.33º | 0.79% | 0.45% | - |
| HSV(B) | 310.33º | 0.88% | 0.8% | - |
| XYZ | 32.77 | 16.51 | 40.99 | - |
| YUV | 94.81 | 172.13 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 173 | 0 | 0.88 | 0.15 | 0.2 | 310.33 | 0.79 | 0.45 |
| Hex | CC | 18 | AD | 0 | 58 | F | 14 | 136 | 4F | 2D |
| Octal | 314 | 30 | 255 | 0 | 130 | 17 | 24 | 466 | 117 | 55 |
| Binary | 11001100 | 11000 | 10101101 | 0 | 1011000 | 1111 | 10100 | 100110110 | 1001111 | 101101 |
Color Harmonies of #CC18AD
Complementary color
Monochromatic Colors of #CC18AD
Black with #CC18AD
Text Example
Text Example
White with #CC18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC18AD; }
p { color: rgb(204,24,173); }
H1.HeaderClassName
{
color: #CC18AD;
}
.AnyTagClassName
{
color: #CC18AD;
}
</style>
background-color css
<style>
a { background-color: #CC18AD; }
a { background-color: rgb(204,24,173); }
div.DivClassName
{
background-color: #CC18AD;
}
.BgClassName
{
background-color: #CC18AD;
}
</style>
border-color css
<style>
span { border-color: #CC18AD; }
span { border-color: rgb(204,24,173); }
td.TdClassName
{
border-color: #CC18AD;
}
.TagClassName
{
border-color: #CC18AD;
}
</style>