Shades of Deep Magenta #CB0ABE
Tints of Deep Magenta #CB0ABE
RGB
CMYK
RGB Variations
Color information
#CB0ABE (or 0xCB0ABE) is known color: Deep Magenta. HEX triplet: CB, 0A and BE. RGB value is (203,10,190). Sum of RGB (Red+Green+Blue) = 203+10+190=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0ABE is #34F541. Grayscale: #575757. Windows color (decimal): -3470658 or 12454603. OLE color: 12454603.
HSL color Cylindrical-coordinate representation of color #CB0ABE: hue angle of 304.04º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0ABE is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 10 | 190 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.20 |
| HSL | 304.04º | 0.91% | 0.42% | - |
| HSV(B) | 304.04º | 0.95% | 0.8% | - |
| XYZ | 34.03 | 16.63 | 50.13 | - |
| YUV | 88.23 | 185.44 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 190 | 0 | 0.95 | 0.06 | 0.20 | 304.04 | 0.91 | 0.42 |
| Hex | CB | A | BE | 0 | 5F | 6 | 14 | 130 | 5B | 2A |
| Octal | 313 | 12 | 276 | 0 | 137 | 6 | 24 | 460 | 133 | 52 |
| Binary | 11001011 | 1010 | 10111110 | 0 | 1011111 | 110 | 10100 | 100110000 | 1011011 | 101010 |
Color Harmonies of #CB0ABE
Complementary color
Monochromatic Colors of #CB0ABE
Black with #CB0ABE
Text Example
Text Example
White with #CB0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0ABE; }
p { color: rgb(203,10,190); }
H1.HeaderClassName
{
color: #CB0ABE;
}
.AnyTagClassName
{
color: #CB0ABE;
}
</style>
background-color css
<style>
a { background-color: #CB0ABE; }
a { background-color: rgb(203,10,190); }
div.DivClassName
{
background-color: #CB0ABE;
}
.BgClassName
{
background-color: #CB0ABE;
}
</style>
border-color css
<style>
span { border-color: #CB0ABE; }
span { border-color: rgb(203,10,190); }
td.TdClassName
{
border-color: #CB0ABE;
}
.TagClassName
{
border-color: #CB0ABE;
}
</style>