Shades of Deep Magenta #CC22BD
Tints of Deep Magenta #CC22BD
RGB
CMYK
RGB Variations
Color information
#CC22BD (or 0xCC22BD) is known color: Deep Magenta. HEX triplet: CC, 22 and BD. RGB value is (204,34,189). Sum of RGB (Red+Green+Blue) = 204+34+189=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC22BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC22BD is #33DD42. Grayscale: #666666. Windows color (decimal): -3398979 or 12395212. OLE color: 12395212.
HSL color Cylindrical-coordinate representation of color #CC22BD: hue angle of 305.29º 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 #CC22BD is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 189 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.2 |
| HSL | 305.29º | 0.71% | 0.47% | - |
| HSV(B) | 305.29º | 0.83% | 0.8% | - |
| XYZ | 34.66 | 17.66 | 49.73 | - |
| YUV | 102.5 | 176.82 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 189 | 0 | 0.83 | 0.07 | 0.2 | 305.29 | 0.71 | 0.47 |
| Hex | CC | 22 | BD | 0 | 53 | 7 | 14 | 131 | 47 | 2F |
| Octal | 314 | 42 | 275 | 0 | 123 | 7 | 24 | 461 | 107 | 57 |
| Binary | 11001100 | 100010 | 10111101 | 0 | 1010011 | 111 | 10100 | 100110001 | 1000111 | 101111 |
Color Harmonies of #CC22BD
Complementary color
Monochromatic Colors of #CC22BD
Black with #CC22BD
Text Example
Text Example
White with #CC22BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC22BD; }
p { color: rgb(204,34,189); }
H1.HeaderClassName
{
color: #CC22BD;
}
.AnyTagClassName
{
color: #CC22BD;
}
</style>
background-color css
<style>
a { background-color: #CC22BD; }
a { background-color: rgb(204,34,189); }
div.DivClassName
{
background-color: #CC22BD;
}
.BgClassName
{
background-color: #CC22BD;
}
</style>
border-color css
<style>
span { border-color: #CC22BD; }
span { border-color: rgb(204,34,189); }
td.TdClassName
{
border-color: #CC22BD;
}
.TagClassName
{
border-color: #CC22BD;
}
</style>