Shades of Deep Magenta #CC17BA
Tints of Deep Magenta #CC17BA
RGB
CMYK
RGB Variations
Color information
#CC17BA (or 0xCC17BA) is known color: Deep Magenta. HEX triplet: CC, 17 and BA. RGB value is (204,23,186). Sum of RGB (Red+Green+Blue) = 204+23+186=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC17BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17BA is #33E845. Grayscale: #5F5F5F. Windows color (decimal): -3401798 or 12195788. OLE color: 12195788.
HSL color Cylindrical-coordinate representation of color #CC17BA: hue angle of 305.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 #CC17BA is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 186 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.2 |
| HSL | 305.97º | 0.8% | 0.45% | - |
| HSV(B) | 305.97º | 0.89% | 0.8% | - |
| XYZ | 34.07 | 17 | 47.94 | - |
| YUV | 95.7 | 178.97 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 186 | 0 | 0.89 | 0.09 | 0.2 | 305.97 | 0.8 | 0.45 |
| Hex | CC | 17 | BA | 0 | 59 | 9 | 14 | 132 | 50 | 2D |
| Octal | 314 | 27 | 272 | 0 | 131 | 11 | 24 | 462 | 120 | 55 |
| Binary | 11001100 | 10111 | 10111010 | 0 | 1011001 | 1001 | 10100 | 100110010 | 1010000 | 101101 |
Color Harmonies of #CC17BA
Complementary color
Monochromatic Colors of #CC17BA
Black with #CC17BA
Text Example
Text Example
White with #CC17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17BA; }
p { color: rgb(204,23,186); }
H1.HeaderClassName
{
color: #CC17BA;
}
.AnyTagClassName
{
color: #CC17BA;
}
</style>
background-color css
<style>
a { background-color: #CC17BA; }
a { background-color: rgb(204,23,186); }
div.DivClassName
{
background-color: #CC17BA;
}
.BgClassName
{
background-color: #CC17BA;
}
</style>
border-color css
<style>
span { border-color: #CC17BA; }
span { border-color: rgb(204,23,186); }
td.TdClassName
{
border-color: #CC17BA;
}
.TagClassName
{
border-color: #CC17BA;
}
</style>