Shades of Deep Magenta #CC23D5
Tints of Deep Magenta #CC23D5
RGB
CMYK
RGB Variations
Color information
#CC23D5 (or 0xCC23D5) is known color: Deep Magenta. HEX triplet: CC, 23 and D5. RGB value is (204,35,213). Sum of RGB (Red+Green+Blue) = 204+35+213=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC23D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC23D5 is #33DC2A. Grayscale: #696969. Windows color (decimal): -3398699 or 13968332. OLE color: 13968332.
HSL color Cylindrical-coordinate representation of color #CC23D5: hue angle of 296.97º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC23D5 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 35 | 213 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.16 |
| HSL | 296.97º | 0.72% | 0.49% | - |
| HSV(B) | 296.97º | 0.84% | 0.84% | - |
| XYZ | 37.51 | 18.84 | 64.61 | - |
| YUV | 105.82 | 188.49 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 213 | 0.04 | 0.84 | 0 | 0.16 | 296.97 | 0.72 | 0.49 |
| Hex | CC | 23 | D5 | 4 | 54 | 0 | 10 | 129 | 48 | 31 |
| Octal | 314 | 43 | 325 | 4 | 124 | 0 | 20 | 451 | 110 | 61 |
| Binary | 11001100 | 100011 | 11010101 | 100 | 1010100 | 0 | 10000 | 100101001 | 1001000 | 110001 |
Color Harmonies of #CC23D5
Complementary color
Monochromatic Colors of #CC23D5
Black with #CC23D5
Text Example
Text Example
White with #CC23D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC23D5; }
p { color: rgb(204,35,213); }
H1.HeaderClassName
{
color: #CC23D5;
}
.AnyTagClassName
{
color: #CC23D5;
}
</style>
background-color css
<style>
a { background-color: #CC23D5; }
a { background-color: rgb(204,35,213); }
div.DivClassName
{
background-color: #CC23D5;
}
.BgClassName
{
background-color: #CC23D5;
}
</style>
border-color css
<style>
span { border-color: #CC23D5; }
span { border-color: rgb(204,35,213); }
td.TdClassName
{
border-color: #CC23D5;
}
.TagClassName
{
border-color: #CC23D5;
}
</style>