Shades of Deep Magenta #CC23DC
Tints of Deep Magenta #CC23DC
RGB
CMYK
RGB Variations
Color information
#CC23DC (or 0xCC23DC) is known color: Deep Magenta. HEX triplet: CC, 23 and DC. RGB value is (204,35,220). Sum of RGB (Red+Green+Blue) = 204+35+220=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 35 (14.06% from 255 or 7.63% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC23DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC23DC is #33DC23. Grayscale: #6A6A6A. Windows color (decimal): -3398692 or 14427084. OLE color: 14427084.
HSL color Cylindrical-coordinate representation of color #CC23DC: hue angle of 294.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC23DC is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 35 | 220 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.14 |
| HSL | 294.81º | 0.73% | 0.5% | - |
| HSV(B) | 294.81º | 0.84% | 0.86% | - |
| XYZ | 38.42 | 19.21 | 69.39 | - |
| YUV | 106.62 | 191.99 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 220 | 0.07 | 0.84 | 0 | 0.14 | 294.81 | 0.73 | 0.5 |
| Hex | CC | 23 | DC | 7 | 54 | 0 | E | 127 | 49 | 32 |
| Octal | 314 | 43 | 334 | 7 | 124 | 0 | 16 | 447 | 111 | 62 |
| Binary | 11001100 | 100011 | 11011100 | 111 | 1010100 | 0 | 1110 | 100100111 | 1001001 | 110010 |
Color Harmonies of #CC23DC
Complementary color
Monochromatic Colors of #CC23DC
Black with #CC23DC
Text Example
Text Example
White with #CC23DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC23DC; }
p { color: rgb(204,35,220); }
H1.HeaderClassName
{
color: #CC23DC;
}
.AnyTagClassName
{
color: #CC23DC;
}
</style>
background-color css
<style>
a { background-color: #CC23DC; }
a { background-color: rgb(204,35,220); }
div.DivClassName
{
background-color: #CC23DC;
}
.BgClassName
{
background-color: #CC23DC;
}
</style>
border-color css
<style>
span { border-color: #CC23DC; }
span { border-color: rgb(204,35,220); }
td.TdClassName
{
border-color: #CC23DC;
}
.TagClassName
{
border-color: #CC23DC;
}
</style>