Shades of Deep Magenta #CC22B8
Tints of Deep Magenta #CC22B8
RGB
CMYK
RGB Variations
Color information
#CC22B8 (or 0xCC22B8) is known color: Deep Magenta. HEX triplet: CC, 22 and B8. RGB value is (204,34,184). Sum of RGB (Red+Green+Blue) = 204+34+184=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC22B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC22B8 is #33DD47. Grayscale: #656565. Windows color (decimal): -3398984 or 12067532. OLE color: 12067532.
HSL color Cylindrical-coordinate representation of color #CC22B8: hue angle of 307.06º 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 #CC22B8 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 184 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.2 |
| HSL | 307.06º | 0.71% | 0.47% | - |
| HSV(B) | 307.06º | 0.83% | 0.8% | - |
| XYZ | 34.13 | 17.44 | 46.92 | - |
| YUV | 101.93 | 174.32 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 184 | 0 | 0.83 | 0.10 | 0.2 | 307.06 | 0.71 | 0.47 |
| Hex | CC | 22 | B8 | 0 | 53 | A | 14 | 133 | 47 | 2F |
| Octal | 314 | 42 | 270 | 0 | 123 | 12 | 24 | 463 | 107 | 57 |
| Binary | 11001100 | 100010 | 10111000 | 0 | 1010011 | 1010 | 10100 | 100110011 | 1000111 | 101111 |
Color Harmonies of #CC22B8
Complementary color
Monochromatic Colors of #CC22B8
Black with #CC22B8
Text Example
Text Example
White with #CC22B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC22B8; }
p { color: rgb(204,34,184); }
H1.HeaderClassName
{
color: #CC22B8;
}
.AnyTagClassName
{
color: #CC22B8;
}
</style>
background-color css
<style>
a { background-color: #CC22B8; }
a { background-color: rgb(204,34,184); }
div.DivClassName
{
background-color: #CC22B8;
}
.BgClassName
{
background-color: #CC22B8;
}
</style>
border-color css
<style>
span { border-color: #CC22B8; }
span { border-color: rgb(204,34,184); }
td.TdClassName
{
border-color: #CC22B8;
}
.TagClassName
{
border-color: #CC22B8;
}
</style>