Shades of Deep Magenta #CC17D7
Tints of Deep Magenta #CC17D7
RGB
CMYK
RGB Variations
Color information
#CC17D7 (or 0xCC17D7) is known color: Deep Magenta. HEX triplet: CC, 17 and D7. RGB value is (204,23,215). Sum of RGB (Red+Green+Blue) = 204+23+215=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC17D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17D7 is #33E828. Grayscale: #626262. Windows color (decimal): -3401769 or 14096332. OLE color: 14096332.
HSL color Cylindrical-coordinate representation of color #CC17D7: hue angle of 296.56º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC17D7 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 23 | 215 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.16 |
| HSL | 296.56º | 0.81% | 0.47% | - |
| HSV(B) | 296.56º | 0.89% | 0.84% | - |
| XYZ | 37.47 | 18.36 | 65.86 | - |
| YUV | 99.01 | 193.47 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 215 | 0.05 | 0.89 | 0 | 0.16 | 296.56 | 0.81 | 0.47 |
| Hex | CC | 17 | D7 | 5 | 59 | 0 | 10 | 129 | 51 | 2F |
| Octal | 314 | 27 | 327 | 5 | 131 | 0 | 20 | 451 | 121 | 57 |
| Binary | 11001100 | 10111 | 11010111 | 101 | 1011001 | 0 | 10000 | 100101001 | 1010001 | 101111 |
Color Harmonies of #CC17D7
Complementary color
Monochromatic Colors of #CC17D7
Black with #CC17D7
Text Example
Text Example
White with #CC17D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17D7; }
p { color: rgb(204,23,215); }
H1.HeaderClassName
{
color: #CC17D7;
}
.AnyTagClassName
{
color: #CC17D7;
}
</style>
background-color css
<style>
a { background-color: #CC17D7; }
a { background-color: rgb(204,23,215); }
div.DivClassName
{
background-color: #CC17D7;
}
.BgClassName
{
background-color: #CC17D7;
}
</style>
border-color css
<style>
span { border-color: #CC17D7; }
span { border-color: rgb(204,23,215); }
td.TdClassName
{
border-color: #CC17D7;
}
.TagClassName
{
border-color: #CC17D7;
}
</style>