Shades of Deep Magenta #CB01BA
Tints of Deep Magenta #CB01BA
RGB
CMYK
RGB Variations
Color information
#CB01BA (or 0xCB01BA) is known color: Deep Magenta. HEX triplet: CB, 01 and BA. RGB value is (203,1,186). Sum of RGB (Red+Green+Blue) = 203+1+186=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB01BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01BA is #34FE45. Grayscale: #515151. Windows color (decimal): -3472966 or 12190155. OLE color: 12190155.
HSL color Cylindrical-coordinate representation of color #CB01BA: hue angle of 305.05º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01BA is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.20 |
| HSL | 305.05º | 0.99% | 0.4% | - |
| HSV(B) | 305.05º | 1% | 0.8% | - |
| XYZ | 33.5 | 16.26 | 47.83 | - |
| YUV | 82.49 | 186.42 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 186 | 0 | 1.00 | 0.08 | 0.20 | 305.05 | 0.99 | 0.4 |
| Hex | CB | 1 | BA | 0 | 64 | 8 | 14 | 131 | 63 | 28 |
| Octal | 313 | 1 | 272 | 0 | 144 | 10 | 24 | 461 | 143 | 50 |
| Binary | 11001011 | 1 | 10111010 | 0 | 1100100 | 1000 | 10100 | 100110001 | 1100011 | 101000 |
Color Harmonies of #CB01BA
Complementary color
Monochromatic Colors of #CB01BA
Black with #CB01BA
Text Example
Text Example
White with #CB01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB01BA; }
p { color: rgb(203,1,186); }
H1.HeaderClassName
{
color: #CB01BA;
}
.AnyTagClassName
{
color: #CB01BA;
}
</style>
background-color css
<style>
a { background-color: #CB01BA; }
a { background-color: rgb(203,1,186); }
div.DivClassName
{
background-color: #CB01BA;
}
.BgClassName
{
background-color: #CB01BA;
}
</style>
border-color css
<style>
span { border-color: #CB01BA; }
span { border-color: rgb(203,1,186); }
td.TdClassName
{
border-color: #CB01BA;
}
.TagClassName
{
border-color: #CB01BA;
}
</style>