Shades of Deep Magenta #CC22CA
Tints of Deep Magenta #CC22CA
RGB
CMYK
RGB Variations
Color information
#CC22CA (or 0xCC22CA) is known color: Deep Magenta. HEX triplet: CC, 22 and CA. RGB value is (204,34,202). Sum of RGB (Red+Green+Blue) = 204+34+202=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC22CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC22CA is #33DD35. Grayscale: #676767. Windows color (decimal): -3398966 or 13247180. OLE color: 13247180.
HSL color Cylindrical-coordinate representation of color #CC22CA: hue angle of 300.71º 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 #CC22CA is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 202 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.2 |
| HSL | 300.71º | 0.71% | 0.47% | - |
| HSV(B) | 300.71º | 0.83% | 0.8% | - |
| XYZ | 36.13 | 18.25 | 57.49 | - |
| YUV | 103.98 | 183.32 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 202 | 0 | 0.83 | 0.01 | 0.2 | 300.71 | 0.71 | 0.47 |
| Hex | CC | 22 | CA | 0 | 53 | 1 | 14 | 12D | 47 | 2F |
| Octal | 314 | 42 | 312 | 0 | 123 | 1 | 24 | 455 | 107 | 57 |
| Binary | 11001100 | 100010 | 11001010 | 0 | 1010011 | 1 | 10100 | 100101101 | 1000111 | 101111 |
Color Harmonies of #CC22CA
Complementary color
Monochromatic Colors of #CC22CA
Black with #CC22CA
Text Example
Text Example
White with #CC22CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC22CA; }
p { color: rgb(204,34,202); }
H1.HeaderClassName
{
color: #CC22CA;
}
.AnyTagClassName
{
color: #CC22CA;
}
</style>
background-color css
<style>
a { background-color: #CC22CA; }
a { background-color: rgb(204,34,202); }
div.DivClassName
{
background-color: #CC22CA;
}
.BgClassName
{
background-color: #CC22CA;
}
</style>
border-color css
<style>
span { border-color: #CC22CA; }
span { border-color: rgb(204,34,202); }
td.TdClassName
{
border-color: #CC22CA;
}
.TagClassName
{
border-color: #CC22CA;
}
</style>