Shades of Deep Magenta #CB2ADF
Tints of Deep Magenta #CB2ADF
RGB
CMYK
RGB Variations
Color information
#CB2ADF (or 0xCB2ADF) is known color: Deep Magenta. HEX triplet: CB, 2A and DF. RGB value is (203,42,223). Sum of RGB (Red+Green+Blue) = 203+42+223=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB2ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2ADF is #34D520. Grayscale: #6E6E6E. Windows color (decimal): -3462433 or 14625483. OLE color: 14625483.
HSL color Cylindrical-coordinate representation of color #CB2ADF: hue angle of 293.37º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2ADF is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 42 | 223 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.13 |
| HSL | 293.37º | 0.74% | 0.52% | - |
| HSV(B) | 293.37º | 0.81% | 0.87% | - |
| XYZ | 38.78 | 19.68 | 71.57 | - |
| YUV | 110.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 223 | 0.09 | 0.81 | 0 | 0.13 | 293.37 | 0.74 | 0.52 |
| Hex | CB | 2A | DF | 9 | 51 | 0 | D | 125 | 4A | 34 |
| Octal | 313 | 52 | 337 | 11 | 121 | 0 | 15 | 445 | 112 | 64 |
| Binary | 11001011 | 101010 | 11011111 | 1001 | 1010001 | 0 | 1101 | 100100101 | 1001010 | 110100 |
Color Harmonies of #CB2ADF
Complementary color
Monochromatic Colors of #CB2ADF
Black with #CB2ADF
Text Example
Text Example
White with #CB2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2ADF; }
p { color: rgb(203,42,223); }
H1.HeaderClassName
{
color: #CB2ADF;
}
.AnyTagClassName
{
color: #CB2ADF;
}
</style>
background-color css
<style>
a { background-color: #CB2ADF; }
a { background-color: rgb(203,42,223); }
div.DivClassName
{
background-color: #CB2ADF;
}
.BgClassName
{
background-color: #CB2ADF;
}
</style>
border-color css
<style>
span { border-color: #CB2ADF; }
span { border-color: rgb(203,42,223); }
td.TdClassName
{
border-color: #CB2ADF;
}
.TagClassName
{
border-color: #CB2ADF;
}
</style>