Shades of Deep Magenta #CC23CF
Tints of Deep Magenta #CC23CF
RGB
CMYK
RGB Variations
Color information
#CC23CF (or 0xCC23CF) is known color: Deep Magenta. HEX triplet: CC, 23 and CF. RGB value is (204,35,207). Sum of RGB (Red+Green+Blue) = 204+35+207=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC23CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC23CF is #33DC30. Grayscale: #686868. Windows color (decimal): -3398705 or 13575116. OLE color: 13575116.
HSL color Cylindrical-coordinate representation of color #CC23CF: hue angle of 298.95º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC23CF is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 35 | 207 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.19 |
| HSL | 298.95º | 0.71% | 0.47% | - |
| HSV(B) | 298.95º | 0.83% | 0.81% | - |
| XYZ | 36.77 | 18.54 | 60.67 | - |
| YUV | 105.14 | 185.49 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 207 | 0.01 | 0.83 | 0 | 0.19 | 298.95 | 0.71 | 0.47 |
| Hex | CC | 23 | CF | 1 | 53 | 0 | 13 | 12B | 47 | 2F |
| Octal | 314 | 43 | 317 | 1 | 123 | 0 | 23 | 453 | 107 | 57 |
| Binary | 11001100 | 100011 | 11001111 | 1 | 1010011 | 0 | 10011 | 100101011 | 1000111 | 101111 |
Color Harmonies of #CC23CF
Complementary color
Monochromatic Colors of #CC23CF
Black with #CC23CF
Text Example
Text Example
White with #CC23CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC23CF; }
p { color: rgb(204,35,207); }
H1.HeaderClassName
{
color: #CC23CF;
}
.AnyTagClassName
{
color: #CC23CF;
}
</style>
background-color css
<style>
a { background-color: #CC23CF; }
a { background-color: rgb(204,35,207); }
div.DivClassName
{
background-color: #CC23CF;
}
.BgClassName
{
background-color: #CC23CF;
}
</style>
border-color css
<style>
span { border-color: #CC23CF; }
span { border-color: rgb(204,35,207); }
td.TdClassName
{
border-color: #CC23CF;
}
.TagClassName
{
border-color: #CC23CF;
}
</style>