Shades of Deep Magenta #CC23B5
Tints of Deep Magenta #CC23B5
RGB
CMYK
RGB Variations
Color information
#CC23B5 (or 0xCC23B5) is known color: Deep Magenta. HEX triplet: CC, 23 and B5. RGB value is (204,35,181). Sum of RGB (Red+Green+Blue) = 204+35+181=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC23B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC23B5 is #33DC4A. Grayscale: #656565. Windows color (decimal): -3398731 or 11871180. OLE color: 11871180.
HSL color Cylindrical-coordinate representation of color #CC23B5: hue angle of 308.17º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC23B5 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 181 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.2 |
| HSL | 308.17º | 0.71% | 0.47% | - |
| HSV(B) | 308.17º | 0.83% | 0.8% | - |
| XYZ | 33.84 | 17.38 | 45.29 | - |
| YUV | 102.18 | 172.49 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 181 | 0 | 0.83 | 0.11 | 0.2 | 308.17 | 0.71 | 0.47 |
| Hex | CC | 23 | B5 | 0 | 53 | B | 14 | 134 | 47 | 2F |
| Octal | 314 | 43 | 265 | 0 | 123 | 13 | 24 | 464 | 107 | 57 |
| Binary | 11001100 | 100011 | 10110101 | 0 | 1010011 | 1011 | 10100 | 100110100 | 1000111 | 101111 |
Color Harmonies of #CC23B5
Complementary color
Monochromatic Colors of #CC23B5
Black with #CC23B5
Text Example
Text Example
White with #CC23B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC23B5; }
p { color: rgb(204,35,181); }
H1.HeaderClassName
{
color: #CC23B5;
}
.AnyTagClassName
{
color: #CC23B5;
}
</style>
background-color css
<style>
a { background-color: #CC23B5; }
a { background-color: rgb(204,35,181); }
div.DivClassName
{
background-color: #CC23B5;
}
.BgClassName
{
background-color: #CC23B5;
}
</style>
border-color css
<style>
span { border-color: #CC23B5; }
span { border-color: rgb(204,35,181); }
td.TdClassName
{
border-color: #CC23B5;
}
.TagClassName
{
border-color: #CC23B5;
}
</style>