Shades of Deep Magenta #CC17BD
Tints of Deep Magenta #CC17BD
RGB
CMYK
RGB Variations
Color information
#CC17BD (or 0xCC17BD) is known color: Deep Magenta. HEX triplet: CC, 17 and BD. RGB value is (204,23,189). Sum of RGB (Red+Green+Blue) = 204+23+189=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC17BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17BD is #33E842. Grayscale: #5F5F5F. Windows color (decimal): -3401795 or 12392396. OLE color: 12392396.
HSL color Cylindrical-coordinate representation of color #CC17BD: hue angle of 304.97º 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 #CC17BD is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 189 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.2 |
| HSL | 304.97º | 0.8% | 0.45% | - |
| HSV(B) | 304.97º | 0.89% | 0.8% | - |
| XYZ | 34.39 | 17.12 | 49.64 | - |
| YUV | 96.04 | 180.47 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 189 | 0 | 0.89 | 0.07 | 0.2 | 304.97 | 0.8 | 0.45 |
| Hex | CC | 17 | BD | 0 | 59 | 7 | 14 | 131 | 50 | 2D |
| Octal | 314 | 27 | 275 | 0 | 131 | 7 | 24 | 461 | 120 | 55 |
| Binary | 11001100 | 10111 | 10111101 | 0 | 1011001 | 111 | 10100 | 100110001 | 1010000 | 101101 |
Color Harmonies of #CC17BD
Complementary color
Monochromatic Colors of #CC17BD
Black with #CC17BD
Text Example
Text Example
White with #CC17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17BD; }
p { color: rgb(204,23,189); }
H1.HeaderClassName
{
color: #CC17BD;
}
.AnyTagClassName
{
color: #CC17BD;
}
</style>
background-color css
<style>
a { background-color: #CC17BD; }
a { background-color: rgb(204,23,189); }
div.DivClassName
{
background-color: #CC17BD;
}
.BgClassName
{
background-color: #CC17BD;
}
</style>
border-color css
<style>
span { border-color: #CC17BD; }
span { border-color: rgb(204,23,189); }
td.TdClassName
{
border-color: #CC17BD;
}
.TagClassName
{
border-color: #CC17BD;
}
</style>