Shades of Deep Magenta #CC17D8
Tints of Deep Magenta #CC17D8
RGB
CMYK
RGB Variations
Color information
#CC17D8 (or 0xCC17D8) is known color: Deep Magenta. HEX triplet: CC, 17 and D8. RGB value is (204,23,216). Sum of RGB (Red+Green+Blue) = 204+23+216=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC17D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17D8 is #33E827. Grayscale: #626262. Windows color (decimal): -3401768 or 14161868. OLE color: 14161868.
HSL color Cylindrical-coordinate representation of color #CC17D8: hue angle of 296.27º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC17D8 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 23 | 216 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.15 |
| HSL | 296.27º | 0.81% | 0.47% | - |
| HSV(B) | 296.27º | 0.89% | 0.85% | - |
| XYZ | 37.6 | 18.41 | 66.54 | - |
| YUV | 99.12 | 193.97 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 216 | 0.06 | 0.89 | 0 | 0.15 | 296.27 | 0.81 | 0.47 |
| Hex | CC | 17 | D8 | 6 | 59 | 0 | F | 128 | 51 | 2F |
| Octal | 314 | 27 | 330 | 6 | 131 | 0 | 17 | 450 | 121 | 57 |
| Binary | 11001100 | 10111 | 11011000 | 110 | 1011001 | 0 | 1111 | 100101000 | 1010001 | 101111 |
Color Harmonies of #CC17D8
Complementary color
Monochromatic Colors of #CC17D8
Black with #CC17D8
Text Example
Text Example
White with #CC17D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17D8; }
p { color: rgb(204,23,216); }
H1.HeaderClassName
{
color: #CC17D8;
}
.AnyTagClassName
{
color: #CC17D8;
}
</style>
background-color css
<style>
a { background-color: #CC17D8; }
a { background-color: rgb(204,23,216); }
div.DivClassName
{
background-color: #CC17D8;
}
.BgClassName
{
background-color: #CC17D8;
}
</style>
border-color css
<style>
span { border-color: #CC17D8; }
span { border-color: rgb(204,23,216); }
td.TdClassName
{
border-color: #CC17D8;
}
.TagClassName
{
border-color: #CC17D8;
}
</style>