Shades of Deep Magenta #CB1EB6
Tints of Deep Magenta #CB1EB6
RGB
CMYK
RGB Variations
Color information
#CB1EB6 (or 0xCB1EB6) is known color: Deep Magenta. HEX triplet: CB, 1E and B6. RGB value is (203,30,182). Sum of RGB (Red+Green+Blue) = 203+30+182=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1EB6 is #34E149. Grayscale: #626262. Windows color (decimal): -3465546 or 11935435. OLE color: 11935435.
HSL color Cylindrical-coordinate representation of color #CB1EB6: hue angle of 307.28º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1EB6 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 182 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.20 |
| HSL | 307.28º | 0.74% | 0.46% | - |
| HSV(B) | 307.28º | 0.85% | 0.8% | - |
| XYZ | 33.54 | 17 | 45.77 | - |
| YUV | 99.06 | 174.81 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 182 | 0 | 0.85 | 0.10 | 0.20 | 307.28 | 0.74 | 0.46 |
| Hex | CB | 1E | B6 | 0 | 55 | A | 14 | 133 | 4A | 2E |
| Octal | 313 | 36 | 266 | 0 | 125 | 12 | 24 | 463 | 112 | 56 |
| Binary | 11001011 | 11110 | 10110110 | 0 | 1010101 | 1010 | 10100 | 100110011 | 1001010 | 101110 |
Color Harmonies of #CB1EB6
Complementary color
Monochromatic Colors of #CB1EB6
Black with #CB1EB6
Text Example
Text Example
White with #CB1EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1EB6; }
p { color: rgb(203,30,182); }
H1.HeaderClassName
{
color: #CB1EB6;
}
.AnyTagClassName
{
color: #CB1EB6;
}
</style>
background-color css
<style>
a { background-color: #CB1EB6; }
a { background-color: rgb(203,30,182); }
div.DivClassName
{
background-color: #CB1EB6;
}
.BgClassName
{
background-color: #CB1EB6;
}
</style>
border-color css
<style>
span { border-color: #CB1EB6; }
span { border-color: rgb(203,30,182); }
td.TdClassName
{
border-color: #CB1EB6;
}
.TagClassName
{
border-color: #CB1EB6;
}
</style>