Shades of Deep Magenta #CB2ADB
Tints of Deep Magenta #CB2ADB
RGB
CMYK
RGB Variations
Color information
#CB2ADB (or 0xCB2ADB) is known color: Deep Magenta. HEX triplet: CB, 2A and DB. RGB value is (203,42,219). Sum of RGB (Red+Green+Blue) = 203+42+219=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB2ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2ADB is #34D524. Grayscale: #6D6D6D. Windows color (decimal): -3462437 or 14363339. OLE color: 14363339.
HSL color Cylindrical-coordinate representation of color #CB2ADB: hue angle of 294.58º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2ADB is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 42 | 219 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.14 |
| HSL | 294.58º | 0.71% | 0.51% | - |
| HSV(B) | 294.58º | 0.81% | 0.86% | - |
| XYZ | 38.24 | 19.47 | 68.76 | - |
| YUV | 110.32 | 189.34 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 219 | 0.07 | 0.81 | 0 | 0.14 | 294.58 | 0.71 | 0.51 |
| Hex | CB | 2A | DB | 7 | 51 | 0 | E | 127 | 47 | 33 |
| Octal | 313 | 52 | 333 | 7 | 121 | 0 | 16 | 447 | 107 | 63 |
| Binary | 11001011 | 101010 | 11011011 | 111 | 1010001 | 0 | 1110 | 100100111 | 1000111 | 110011 |
Color Harmonies of #CB2ADB
Complementary color
Monochromatic Colors of #CB2ADB
Black with #CB2ADB
Text Example
Text Example
White with #CB2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2ADB; }
p { color: rgb(203,42,219); }
H1.HeaderClassName
{
color: #CB2ADB;
}
.AnyTagClassName
{
color: #CB2ADB;
}
</style>
background-color css
<style>
a { background-color: #CB2ADB; }
a { background-color: rgb(203,42,219); }
div.DivClassName
{
background-color: #CB2ADB;
}
.BgClassName
{
background-color: #CB2ADB;
}
</style>
border-color css
<style>
span { border-color: #CB2ADB; }
span { border-color: rgb(203,42,219); }
td.TdClassName
{
border-color: #CB2ADB;
}
.TagClassName
{
border-color: #CB2ADB;
}
</style>