Shades of Deep Magenta #CC17CE
Tints of Deep Magenta #CC17CE
RGB
CMYK
RGB Variations
Color information
#CC17CE (or 0xCC17CE) is known color: Deep Magenta. HEX triplet: CC, 17 and CE. RGB value is (204,23,206). Sum of RGB (Red+Green+Blue) = 204+23+206=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC17CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17CE is #33E831. Grayscale: #616161. Windows color (decimal): -3401778 or 13506508. OLE color: 13506508.
HSL color Cylindrical-coordinate representation of color #CC17CE: hue angle of 299.34º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC17CE is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 23 | 206 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.19 |
| HSL | 299.34º | 0.8% | 0.45% | - |
| HSV(B) | 299.34º | 0.89% | 0.81% | - |
| XYZ | 36.35 | 17.91 | 59.93 | - |
| YUV | 97.98 | 188.97 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 206 | 0.01 | 0.89 | 0 | 0.19 | 299.34 | 0.8 | 0.45 |
| Hex | CC | 17 | CE | 1 | 59 | 0 | 13 | 12B | 50 | 2D |
| Octal | 314 | 27 | 316 | 1 | 131 | 0 | 23 | 453 | 120 | 55 |
| Binary | 11001100 | 10111 | 11001110 | 1 | 1011001 | 0 | 10011 | 100101011 | 1010000 | 101101 |
Color Harmonies of #CC17CE
Complementary color
Monochromatic Colors of #CC17CE
Black with #CC17CE
Text Example
Text Example
White with #CC17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17CE; }
p { color: rgb(204,23,206); }
H1.HeaderClassName
{
color: #CC17CE;
}
.AnyTagClassName
{
color: #CC17CE;
}
</style>
background-color css
<style>
a { background-color: #CC17CE; }
a { background-color: rgb(204,23,206); }
div.DivClassName
{
background-color: #CC17CE;
}
.BgClassName
{
background-color: #CC17CE;
}
</style>
border-color css
<style>
span { border-color: #CC17CE; }
span { border-color: rgb(204,23,206); }
td.TdClassName
{
border-color: #CC17CE;
}
.TagClassName
{
border-color: #CC17CE;
}
</style>