Shades of Deep Magenta #CC17DC
Tints of Deep Magenta #CC17DC
RGB
CMYK
RGB Variations
Color information
#CC17DC (or 0xCC17DC) is known color: Deep Magenta. HEX triplet: CC, 17 and DC. RGB value is (204,23,220). Sum of RGB (Red+Green+Blue) = 204+23+220=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC17DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17DC is #33E823. Grayscale: #626262. Windows color (decimal): -3401764 or 14424012. OLE color: 14424012.
HSL color Cylindrical-coordinate representation of color #CC17DC: hue angle of 295.13º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC17DC is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 23 | 220 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.14 |
| HSL | 295.13º | 0.81% | 0.48% | - |
| HSV(B) | 295.13º | 0.9% | 0.86% | - |
| XYZ | 38.13 | 18.62 | 69.29 | - |
| YUV | 99.58 | 195.97 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 220 | 0.07 | 0.90 | 0 | 0.14 | 295.13 | 0.81 | 0.48 |
| Hex | CC | 17 | DC | 7 | 5A | 0 | E | 127 | 51 | 30 |
| Octal | 314 | 27 | 334 | 7 | 132 | 0 | 16 | 447 | 121 | 60 |
| Binary | 11001100 | 10111 | 11011100 | 111 | 1011010 | 0 | 1110 | 100100111 | 1010001 | 110000 |
Color Harmonies of #CC17DC
Complementary color
Monochromatic Colors of #CC17DC
Black with #CC17DC
Text Example
Text Example
White with #CC17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17DC; }
p { color: rgb(204,23,220); }
H1.HeaderClassName
{
color: #CC17DC;
}
.AnyTagClassName
{
color: #CC17DC;
}
</style>
background-color css
<style>
a { background-color: #CC17DC; }
a { background-color: rgb(204,23,220); }
div.DivClassName
{
background-color: #CC17DC;
}
.BgClassName
{
background-color: #CC17DC;
}
</style>
border-color css
<style>
span { border-color: #CC17DC; }
span { border-color: rgb(204,23,220); }
td.TdClassName
{
border-color: #CC17DC;
}
.TagClassName
{
border-color: #CC17DC;
}
</style>