Shades of Deep Magenta #CB22DA
Tints of Deep Magenta #CB22DA
RGB
CMYK
RGB Variations
Color information
#CB22DA (or 0xCB22DA) is known color: Deep Magenta. HEX triplet: CB, 22 and DA. RGB value is (203,34,218). Sum of RGB (Red+Green+Blue) = 203+34+218=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 34 (13.67% from 255 or 7.47% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB22DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB22DA is #34DD25. Grayscale: #686868. Windows color (decimal): -3464486 or 14295755. OLE color: 14295755.
HSL color Cylindrical-coordinate representation of color #CB22DA: hue angle of 295.11º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB22DA is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 34 | 218 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.15 |
| HSL | 295.11º | 0.73% | 0.49% | - |
| HSV(B) | 295.11º | 0.84% | 0.85% | - |
| XYZ | 37.86 | 18.9 | 67.98 | - |
| YUV | 105.51 | 191.49 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 218 | 0.07 | 0.84 | 0 | 0.15 | 295.11 | 0.73 | 0.49 |
| Hex | CB | 22 | DA | 7 | 54 | 0 | F | 127 | 49 | 31 |
| Octal | 313 | 42 | 332 | 7 | 124 | 0 | 17 | 447 | 111 | 61 |
| Binary | 11001011 | 100010 | 11011010 | 111 | 1010100 | 0 | 1111 | 100100111 | 1001001 | 110001 |
Color Harmonies of #CB22DA
Complementary color
Monochromatic Colors of #CB22DA
Black with #CB22DA
Text Example
Text Example
White with #CB22DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB22DA; }
p { color: rgb(203,34,218); }
H1.HeaderClassName
{
color: #CB22DA;
}
.AnyTagClassName
{
color: #CB22DA;
}
</style>
background-color css
<style>
a { background-color: #CB22DA; }
a { background-color: rgb(203,34,218); }
div.DivClassName
{
background-color: #CB22DA;
}
.BgClassName
{
background-color: #CB22DA;
}
</style>
border-color css
<style>
span { border-color: #CB22DA; }
span { border-color: rgb(203,34,218); }
td.TdClassName
{
border-color: #CB22DA;
}
.TagClassName
{
border-color: #CB22DA;
}
</style>