Shades of Deep Magenta #CB2ADC
Tints of Deep Magenta #CB2ADC
RGB
CMYK
RGB Variations
Color information
#CB2ADC (or 0xCB2ADC) is known color: Deep Magenta. HEX triplet: CB, 2A and DC. RGB value is (203,42,220). Sum of RGB (Red+Green+Blue) = 203+42+220=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB2ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2ADC is #34D523. Grayscale: #6D6D6D. Windows color (decimal): -3462436 or 14428875. OLE color: 14428875.
HSL color Cylindrical-coordinate representation of color #CB2ADC: hue angle of 294.27º degrees, saturation: 0.72, 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 #CB2ADC is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 42 | 220 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.14 |
| HSL | 294.27º | 0.72% | 0.51% | - |
| HSV(B) | 294.27º | 0.81% | 0.86% | - |
| XYZ | 38.37 | 19.52 | 69.46 | - |
| YUV | 110.43 | 189.84 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 220 | 0.08 | 0.81 | 0 | 0.14 | 294.27 | 0.72 | 0.51 |
| Hex | CB | 2A | DC | 8 | 51 | 0 | E | 126 | 48 | 33 |
| Octal | 313 | 52 | 334 | 10 | 121 | 0 | 16 | 446 | 110 | 63 |
| Binary | 11001011 | 101010 | 11011100 | 1000 | 1010001 | 0 | 1110 | 100100110 | 1001000 | 110011 |
Color Harmonies of #CB2ADC
Complementary color
Monochromatic Colors of #CB2ADC
Black with #CB2ADC
Text Example
Text Example
White with #CB2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2ADC; }
p { color: rgb(203,42,220); }
H1.HeaderClassName
{
color: #CB2ADC;
}
.AnyTagClassName
{
color: #CB2ADC;
}
</style>
background-color css
<style>
a { background-color: #CB2ADC; }
a { background-color: rgb(203,42,220); }
div.DivClassName
{
background-color: #CB2ADC;
}
.BgClassName
{
background-color: #CB2ADC;
}
</style>
border-color css
<style>
span { border-color: #CB2ADC; }
span { border-color: rgb(203,42,220); }
td.TdClassName
{
border-color: #CB2ADC;
}
.TagClassName
{
border-color: #CB2ADC;
}
</style>