Shades of Deep Magenta #CC23D8
Tints of Deep Magenta #CC23D8
RGB
CMYK
RGB Variations
Color information
#CC23D8 (or 0xCC23D8) is known color: Deep Magenta. HEX triplet: CC, 23 and D8. RGB value is (204,35,216). Sum of RGB (Red+Green+Blue) = 204+35+216=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC23D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC23D8 is #33DC27. Grayscale: #696969. Windows color (decimal): -3398696 or 14164940. OLE color: 14164940.
HSL color Cylindrical-coordinate representation of color #CC23D8: hue angle of 296.02º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC23D8 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 35 | 216 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.15 |
| HSL | 296.02º | 0.72% | 0.49% | - |
| HSV(B) | 296.02º | 0.84% | 0.85% | - |
| XYZ | 37.9 | 19 | 66.64 | - |
| YUV | 106.17 | 189.99 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 216 | 0.06 | 0.84 | 0 | 0.15 | 296.02 | 0.72 | 0.49 |
| Hex | CC | 23 | D8 | 6 | 54 | 0 | F | 128 | 48 | 31 |
| Octal | 314 | 43 | 330 | 6 | 124 | 0 | 17 | 450 | 110 | 61 |
| Binary | 11001100 | 100011 | 11011000 | 110 | 1010100 | 0 | 1111 | 100101000 | 1001000 | 110001 |
Color Harmonies of #CC23D8
Complementary color
Monochromatic Colors of #CC23D8
Black with #CC23D8
Text Example
Text Example
White with #CC23D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC23D8; }
p { color: rgb(204,35,216); }
H1.HeaderClassName
{
color: #CC23D8;
}
.AnyTagClassName
{
color: #CC23D8;
}
</style>
background-color css
<style>
a { background-color: #CC23D8; }
a { background-color: rgb(204,35,216); }
div.DivClassName
{
background-color: #CC23D8;
}
.BgClassName
{
background-color: #CC23D8;
}
</style>
border-color css
<style>
span { border-color: #CC23D8; }
span { border-color: rgb(204,35,216); }
td.TdClassName
{
border-color: #CC23D8;
}
.TagClassName
{
border-color: #CC23D8;
}
</style>