Shades of Deep Magenta #CC17AC
Tints of Deep Magenta #CC17AC
RGB
CMYK
RGB Variations
Color information
#CC17AC (or 0xCC17AC) is known color: Deep Magenta. HEX triplet: CC, 17 and AC. RGB value is (204,23,172). Sum of RGB (Red+Green+Blue) = 204+23+172=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC17AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC17AC is #33E853. Grayscale: #5D5D5D. Windows color (decimal): -3401812 or 11278284. OLE color: 11278284.
HSL color Cylindrical-coordinate representation of color #CC17AC: hue angle of 310.61º 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 #CC17AC is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 172 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.2 |
| HSL | 310.61º | 0.8% | 0.45% | - |
| HSV(B) | 310.61º | 0.89% | 0.8% | - |
| XYZ | 32.65 | 16.43 | 40.48 | - |
| YUV | 94.11 | 171.97 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 172 | 0 | 0.89 | 0.16 | 0.2 | 310.61 | 0.8 | 0.45 |
| Hex | CC | 17 | AC | 0 | 59 | 10 | 14 | 137 | 50 | 2D |
| Octal | 314 | 27 | 254 | 0 | 131 | 20 | 24 | 467 | 120 | 55 |
| Binary | 11001100 | 10111 | 10101100 | 0 | 1011001 | 10000 | 10100 | 100110111 | 1010000 | 101101 |
Color Harmonies of #CC17AC
Complementary color
Monochromatic Colors of #CC17AC
Black with #CC17AC
Text Example
Text Example
White with #CC17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17AC; }
p { color: rgb(204,23,172); }
H1.HeaderClassName
{
color: #CC17AC;
}
.AnyTagClassName
{
color: #CC17AC;
}
</style>
background-color css
<style>
a { background-color: #CC17AC; }
a { background-color: rgb(204,23,172); }
div.DivClassName
{
background-color: #CC17AC;
}
.BgClassName
{
background-color: #CC17AC;
}
</style>
border-color css
<style>
span { border-color: #CC17AC; }
span { border-color: rgb(204,23,172); }
td.TdClassName
{
border-color: #CC17AC;
}
.TagClassName
{
border-color: #CC17AC;
}
</style>