Shades of Deep Magenta #CB2ACE
Tints of Deep Magenta #CB2ACE
RGB
CMYK
RGB Variations
Color information
#CB2ACE (or 0xCB2ACE) is known color: Deep Magenta. HEX triplet: CB, 2A and CE. RGB value is (203,42,206). Sum of RGB (Red+Green+Blue) = 203+42+206=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB2ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2ACE is #34D531. Grayscale: #6C6C6C. Windows color (decimal): -3462450 or 13511371. OLE color: 13511371.
HSL color Cylindrical-coordinate representation of color #CB2ACE: hue angle of 298.9º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2ACE is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 42 | 206 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.19 |
| HSL | 298.9º | 0.66% | 0.49% | - |
| HSV(B) | 298.9º | 0.8% | 0.81% | - |
| XYZ | 36.6 | 18.81 | 60.09 | - |
| YUV | 108.84 | 182.84 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 206 | 0.01 | 0.80 | 0 | 0.19 | 298.9 | 0.66 | 0.49 |
| Hex | CB | 2A | CE | 1 | 50 | 0 | 13 | 12B | 42 | 31 |
| Octal | 313 | 52 | 316 | 1 | 120 | 0 | 23 | 453 | 102 | 61 |
| Binary | 11001011 | 101010 | 11001110 | 1 | 1010000 | 0 | 10011 | 100101011 | 1000010 | 110001 |
Color Harmonies of #CB2ACE
Complementary color
Monochromatic Colors of #CB2ACE
Black with #CB2ACE
Text Example
Text Example
White with #CB2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2ACE; }
p { color: rgb(203,42,206); }
H1.HeaderClassName
{
color: #CB2ACE;
}
.AnyTagClassName
{
color: #CB2ACE;
}
</style>
background-color css
<style>
a { background-color: #CB2ACE; }
a { background-color: rgb(203,42,206); }
div.DivClassName
{
background-color: #CB2ACE;
}
.BgClassName
{
background-color: #CB2ACE;
}
</style>
border-color css
<style>
span { border-color: #CB2ACE; }
span { border-color: rgb(203,42,206); }
td.TdClassName
{
border-color: #CB2ACE;
}
.TagClassName
{
border-color: #CB2ACE;
}
</style>