Shades of Deep Magenta #CC17E3
Tints of Deep Magenta #CC17E3
RGB
CMYK
RGB Variations
Color information
#CC17E3 (or 0xCC17E3) is known color: Deep Magenta. HEX triplet: CC, 17 and E3. RGB value is (204,23,227). Sum of RGB (Red+Green+Blue) = 204+23+227=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 227 (89.06% from 255 or 50% from 454); Max value from RGB is 227 - color contains mainly: blue. Hex color #CC17E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17E3 is #33E81C. Grayscale: #636363. Windows color (decimal): -3401757 or 14882764. OLE color: 14882764.
HSL color Cylindrical-coordinate representation of color #CC17E3: hue angle of 293.24º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC17E3 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 23 | 227 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.11 |
| HSL | 293.24º | 0.82% | 0.49% | - |
| HSV(B) | 293.24º | 0.9% | 0.89% | - |
| XYZ | 39.07 | 19 | 74.28 | - |
| YUV | 100.38 | 199.47 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 227 | 0.10 | 0.90 | 0 | 0.11 | 293.24 | 0.82 | 0.49 |
| Hex | CC | 17 | E3 | A | 5A | 0 | B | 125 | 52 | 31 |
| Octal | 314 | 27 | 343 | 12 | 132 | 0 | 13 | 445 | 122 | 61 |
| Binary | 11001100 | 10111 | 11100011 | 1010 | 1011010 | 0 | 1011 | 100100101 | 1010010 | 110001 |
Color Harmonies of #CC17E3
Complementary color
Monochromatic Colors of #CC17E3
Black with #CC17E3
Text Example
Text Example
White with #CC17E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17E3; }
p { color: rgb(204,23,227); }
H1.HeaderClassName
{
color: #CC17E3;
}
.AnyTagClassName
{
color: #CC17E3;
}
</style>
background-color css
<style>
a { background-color: #CC17E3; }
a { background-color: rgb(204,23,227); }
div.DivClassName
{
background-color: #CC17E3;
}
.BgClassName
{
background-color: #CC17E3;
}
</style>
border-color css
<style>
span { border-color: #CC17E3; }
span { border-color: rgb(204,23,227); }
td.TdClassName
{
border-color: #CC17E3;
}
.TagClassName
{
border-color: #CC17E3;
}
</style>