Shades of Deep Magenta #CC17C3
Tints of Deep Magenta #CC17C3
RGB
CMYK
RGB Variations
Color information
#CC17C3 (or 0xCC17C3) is known color: Deep Magenta. HEX triplet: CC, 17 and C3. RGB value is (204,23,195). Sum of RGB (Red+Green+Blue) = 204+23+195=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC17C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17C3 is #33E83C. Grayscale: #606060. Windows color (decimal): -3401789 or 12785612. OLE color: 12785612.
HSL color Cylindrical-coordinate representation of color #CC17C3: hue angle of 302.98º 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 #CC17C3 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 195 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.2 |
| HSL | 302.98º | 0.8% | 0.45% | - |
| HSV(B) | 302.98º | 0.89% | 0.8% | - |
| XYZ | 35.06 | 17.39 | 53.14 | - |
| YUV | 96.73 | 183.47 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 195 | 0 | 0.89 | 0.04 | 0.2 | 302.98 | 0.8 | 0.45 |
| Hex | CC | 17 | C3 | 0 | 59 | 4 | 14 | 12F | 50 | 2D |
| Octal | 314 | 27 | 303 | 0 | 131 | 4 | 24 | 457 | 120 | 55 |
| Binary | 11001100 | 10111 | 11000011 | 0 | 1011001 | 100 | 10100 | 100101111 | 1010000 | 101101 |
Color Harmonies of #CC17C3
Complementary color
Monochromatic Colors of #CC17C3
Black with #CC17C3
Text Example
Text Example
White with #CC17C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17C3; }
p { color: rgb(204,23,195); }
H1.HeaderClassName
{
color: #CC17C3;
}
.AnyTagClassName
{
color: #CC17C3;
}
</style>
background-color css
<style>
a { background-color: #CC17C3; }
a { background-color: rgb(204,23,195); }
div.DivClassName
{
background-color: #CC17C3;
}
.BgClassName
{
background-color: #CC17C3;
}
</style>
border-color css
<style>
span { border-color: #CC17C3; }
span { border-color: rgb(204,23,195); }
td.TdClassName
{
border-color: #CC17C3;
}
.TagClassName
{
border-color: #CC17C3;
}
</style>