Shades of Deep Magenta #CB0ABF
Tints of Deep Magenta #CB0ABF
RGB
CMYK
RGB Variations
Color information
#CB0ABF (or 0xCB0ABF) is known color: Deep Magenta. HEX triplet: CB, 0A and BF. RGB value is (203,10,191). Sum of RGB (Red+Green+Blue) = 203+10+191=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0ABF is #34F540. Grayscale: #575757. Windows color (decimal): -3470657 or 12520139. OLE color: 12520139.
HSL color Cylindrical-coordinate representation of color #CB0ABF: hue angle of 303.73º 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 #CB0ABF is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 10 | 191 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.20 |
| HSL | 303.73º | 0.91% | 0.42% | - |
| HSV(B) | 303.73º | 0.95% | 0.8% | - |
| XYZ | 34.14 | 16.68 | 50.71 | - |
| YUV | 88.34 | 185.94 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 191 | 0 | 0.95 | 0.06 | 0.20 | 303.73 | 0.91 | 0.42 |
| Hex | CB | A | BF | 0 | 5F | 6 | 14 | 130 | 5B | 2A |
| Octal | 313 | 12 | 277 | 0 | 137 | 6 | 24 | 460 | 133 | 52 |
| Binary | 11001011 | 1010 | 10111111 | 0 | 1011111 | 110 | 10100 | 100110000 | 1011011 | 101010 |
Color Harmonies of #CB0ABF
Complementary color
Monochromatic Colors of #CB0ABF
Black with #CB0ABF
Text Example
Text Example
White with #CB0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0ABF; }
p { color: rgb(203,10,191); }
H1.HeaderClassName
{
color: #CB0ABF;
}
.AnyTagClassName
{
color: #CB0ABF;
}
</style>
background-color css
<style>
a { background-color: #CB0ABF; }
a { background-color: rgb(203,10,191); }
div.DivClassName
{
background-color: #CB0ABF;
}
.BgClassName
{
background-color: #CB0ABF;
}
</style>
border-color css
<style>
span { border-color: #CB0ABF; }
span { border-color: rgb(203,10,191); }
td.TdClassName
{
border-color: #CB0ABF;
}
.TagClassName
{
border-color: #CB0ABF;
}
</style>