Shades of Deep Magenta #CB1DBC
Tints of Deep Magenta #CB1DBC
RGB
CMYK
RGB Variations
Color information
#CB1DBC (or 0xCB1DBC) is known color: Deep Magenta. HEX triplet: CB, 1D and BC. RGB value is (203,29,188). Sum of RGB (Red+Green+Blue) = 203+29+188=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1DBC is #34E243. Grayscale: #626262. Windows color (decimal): -3465796 or 12328395. OLE color: 12328395.
HSL color Cylindrical-coordinate representation of color #CB1DBC: hue angle of 305.17º 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 #CB1DBC is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 188 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.20 |
| HSL | 305.17º | 0.75% | 0.45% | - |
| HSV(B) | 305.17º | 0.86% | 0.8% | - |
| XYZ | 34.15 | 17.21 | 49.1 | - |
| YUV | 99.15 | 178.15 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 188 | 0 | 0.86 | 0.07 | 0.20 | 305.17 | 0.75 | 0.45 |
| Hex | CB | 1D | BC | 0 | 56 | 7 | 14 | 131 | 4B | 2D |
| Octal | 313 | 35 | 274 | 0 | 126 | 7 | 24 | 461 | 113 | 55 |
| Binary | 11001011 | 11101 | 10111100 | 0 | 1010110 | 111 | 10100 | 100110001 | 1001011 | 101101 |
Color Harmonies of #CB1DBC
Complementary color
Monochromatic Colors of #CB1DBC
Black with #CB1DBC
Text Example
Text Example
White with #CB1DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DBC; }
p { color: rgb(203,29,188); }
H1.HeaderClassName
{
color: #CB1DBC;
}
.AnyTagClassName
{
color: #CB1DBC;
}
</style>
background-color css
<style>
a { background-color: #CB1DBC; }
a { background-color: rgb(203,29,188); }
div.DivClassName
{
background-color: #CB1DBC;
}
.BgClassName
{
background-color: #CB1DBC;
}
</style>
border-color css
<style>
span { border-color: #CB1DBC; }
span { border-color: rgb(203,29,188); }
td.TdClassName
{
border-color: #CB1DBC;
}
.TagClassName
{
border-color: #CB1DBC;
}
</style>