Shades of Deep Magenta #CC17AD
Tints of Deep Magenta #CC17AD
RGB
CMYK
RGB Variations
Color information
#CC17AD (or 0xCC17AD) is known color: Deep Magenta. HEX triplet: CC, 17 and AD. RGB value is (204,23,173). Sum of RGB (Red+Green+Blue) = 204+23+173=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC17AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC17AD is #33E852. Grayscale: #5D5D5D. Windows color (decimal): -3401811 or 11343820. OLE color: 11343820.
HSL color Cylindrical-coordinate representation of color #CC17AD: hue angle of 310.28º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC17AD is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 173 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.2 |
| HSL | 310.28º | 0.8% | 0.45% | - |
| HSV(B) | 310.28º | 0.89% | 0.8% | - |
| XYZ | 32.75 | 16.47 | 40.99 | - |
| YUV | 94.22 | 172.47 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 173 | 0 | 0.89 | 0.15 | 0.2 | 310.28 | 0.8 | 0.45 |
| Hex | CC | 17 | AD | 0 | 59 | F | 14 | 136 | 50 | 2D |
| Octal | 314 | 27 | 255 | 0 | 131 | 17 | 24 | 466 | 120 | 55 |
| Binary | 11001100 | 10111 | 10101101 | 0 | 1011001 | 1111 | 10100 | 100110110 | 1010000 | 101101 |
Color Harmonies of #CC17AD
Complementary color
Monochromatic Colors of #CC17AD
Black with #CC17AD
Text Example
Text Example
White with #CC17AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17AD; }
p { color: rgb(204,23,173); }
H1.HeaderClassName
{
color: #CC17AD;
}
.AnyTagClassName
{
color: #CC17AD;
}
</style>
background-color css
<style>
a { background-color: #CC17AD; }
a { background-color: rgb(204,23,173); }
div.DivClassName
{
background-color: #CC17AD;
}
.BgClassName
{
background-color: #CC17AD;
}
</style>
border-color css
<style>
span { border-color: #CC17AD; }
span { border-color: rgb(204,23,173); }
td.TdClassName
{
border-color: #CC17AD;
}
.TagClassName
{
border-color: #CC17AD;
}
</style>