Shades of Deep Magenta #CC23E4
Tints of Deep Magenta #CC23E4
RGB
CMYK
RGB Variations
Color information
#CC23E4 (or 0xCC23E4) is known color: Deep Magenta. HEX triplet: CC, 23 and E4. RGB value is (204,35,228). Sum of RGB (Red+Green+Blue) = 204+35+228=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC23E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC23E4 is #33DC1B. Grayscale: #6A6A6A. Windows color (decimal): -3398684 or 14951372. OLE color: 14951372.
HSL color Cylindrical-coordinate representation of color #CC23E4: hue angle of 292.54º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC23E4 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 35 | 228 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.11 |
| HSL | 292.54º | 0.78% | 0.52% | - |
| HSV(B) | 292.54º | 0.85% | 0.89% | - |
| XYZ | 39.51 | 19.64 | 75.11 | - |
| YUV | 107.53 | 195.99 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 228 | 0.11 | 0.85 | 0 | 0.11 | 292.54 | 0.78 | 0.52 |
| Hex | CC | 23 | E4 | B | 55 | 0 | B | 125 | 4E | 34 |
| Octal | 314 | 43 | 344 | 13 | 125 | 0 | 13 | 445 | 116 | 64 |
| Binary | 11001100 | 100011 | 11100100 | 1011 | 1010101 | 0 | 1011 | 100100101 | 1001110 | 110100 |
Color Harmonies of #CC23E4
Complementary color
Monochromatic Colors of #CC23E4
Black with #CC23E4
Text Example
Text Example
White with #CC23E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC23E4; }
p { color: rgb(204,35,228); }
H1.HeaderClassName
{
color: #CC23E4;
}
.AnyTagClassName
{
color: #CC23E4;
}
</style>
background-color css
<style>
a { background-color: #CC23E4; }
a { background-color: rgb(204,35,228); }
div.DivClassName
{
background-color: #CC23E4;
}
.BgClassName
{
background-color: #CC23E4;
}
</style>
border-color css
<style>
span { border-color: #CC23E4; }
span { border-color: rgb(204,35,228); }
td.TdClassName
{
border-color: #CC23E4;
}
.TagClassName
{
border-color: #CC23E4;
}
</style>