Shades of Deep Magenta #CB22CC
Tints of Deep Magenta #CB22CC
RGB
CMYK
RGB Variations
Color information
#CB22CC (or 0xCB22CC) is known color: Deep Magenta. HEX triplet: CB, 22 and CC. RGB value is (203,34,204). Sum of RGB (Red+Green+Blue) = 203+34+204=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 34 (13.67% from 255 or 7.71% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB22CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB22CC is #34DD33. Grayscale: #676767. Windows color (decimal): -3464500 or 13378251. OLE color: 13378251.
HSL color Cylindrical-coordinate representation of color #CB22CC: hue angle of 299.65º 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 #CB22CC is Cyan = 0.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 34 | 204 | - |
| CMYK | 0.00 | 0.83 | 0 | 0.2 |
| HSL | 299.65º | 0.71% | 0.47% | - |
| HSV(B) | 299.65º | 0.83% | 0.8% | - |
| XYZ | 36.1 | 18.2 | 58.74 | - |
| YUV | 103.91 | 184.49 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 204 | 0.00 | 0.83 | 0 | 0.2 | 299.65 | 0.71 | 0.47 |
| Hex | CB | 22 | CC | 0 | 53 | 0 | 14 | 12C | 47 | 2F |
| Octal | 313 | 42 | 314 | 0 | 123 | 0 | 24 | 454 | 107 | 57 |
| Binary | 11001011 | 100010 | 11001100 | 0 | 1010011 | 0 | 10100 | 100101100 | 1000111 | 101111 |
Color Harmonies of #CB22CC
Complementary color
Monochromatic Colors of #CB22CC
Black with #CB22CC
Text Example
Text Example
White with #CB22CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB22CC; }
p { color: rgb(203,34,204); }
H1.HeaderClassName
{
color: #CB22CC;
}
.AnyTagClassName
{
color: #CB22CC;
}
</style>
background-color css
<style>
a { background-color: #CB22CC; }
a { background-color: rgb(203,34,204); }
div.DivClassName
{
background-color: #CB22CC;
}
.BgClassName
{
background-color: #CB22CC;
}
</style>
border-color css
<style>
span { border-color: #CB22CC; }
span { border-color: rgb(203,34,204); }
td.TdClassName
{
border-color: #CB22CC;
}
.TagClassName
{
border-color: #CB22CC;
}
</style>