Shades of Deep Magenta #CB1DBA
Tints of Deep Magenta #CB1DBA
RGB
CMYK
RGB Variations
Color information
#CB1DBA (or 0xCB1DBA) is known color: Deep Magenta. HEX triplet: CB, 1D and BA. RGB value is (203,29,186). Sum of RGB (Red+Green+Blue) = 203+29+186=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1DBA is #34E245. Grayscale: #626262. Windows color (decimal): -3465798 or 12197323. OLE color: 12197323.
HSL color Cylindrical-coordinate representation of color #CB1DBA: hue angle of 305.86º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1DBA is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 186 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.20 |
| HSL | 305.86º | 0.75% | 0.45% | - |
| HSV(B) | 305.86º | 0.86% | 0.8% | - |
| XYZ | 33.93 | 17.12 | 47.97 | - |
| YUV | 98.92 | 177.15 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 186 | 0 | 0.86 | 0.08 | 0.20 | 305.86 | 0.75 | 0.45 |
| Hex | CB | 1D | BA | 0 | 56 | 8 | 14 | 132 | 4B | 2D |
| Octal | 313 | 35 | 272 | 0 | 126 | 10 | 24 | 462 | 113 | 55 |
| Binary | 11001011 | 11101 | 10111010 | 0 | 1010110 | 1000 | 10100 | 100110010 | 1001011 | 101101 |
Color Harmonies of #CB1DBA
Complementary color
Monochromatic Colors of #CB1DBA
Black with #CB1DBA
Text Example
Text Example
White with #CB1DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DBA; }
p { color: rgb(203,29,186); }
H1.HeaderClassName
{
color: #CB1DBA;
}
.AnyTagClassName
{
color: #CB1DBA;
}
</style>
background-color css
<style>
a { background-color: #CB1DBA; }
a { background-color: rgb(203,29,186); }
div.DivClassName
{
background-color: #CB1DBA;
}
.BgClassName
{
background-color: #CB1DBA;
}
</style>
border-color css
<style>
span { border-color: #CB1DBA; }
span { border-color: rgb(203,29,186); }
td.TdClassName
{
border-color: #CB1DBA;
}
.TagClassName
{
border-color: #CB1DBA;
}
</style>