Shades of Deep Magenta #CB1EB2
Tints of Deep Magenta #CB1EB2
RGB
CMYK
RGB Variations
Color information
#CB1EB2 (or 0xCB1EB2) is known color: Deep Magenta. HEX triplet: CB, 1E and B2. RGB value is (203,30,178). Sum of RGB (Red+Green+Blue) = 203+30+178=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1EB2 is #34E14D. Grayscale: #626262. Windows color (decimal): -3465550 or 11673291. OLE color: 11673291.
HSL color Cylindrical-coordinate representation of color #CB1EB2: hue angle of 308.67º 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 #CB1EB2 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 178 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.20 |
| HSL | 308.67º | 0.74% | 0.46% | - |
| HSV(B) | 308.67º | 0.85% | 0.8% | - |
| XYZ | 33.13 | 16.84 | 43.62 | - |
| YUV | 98.6 | 172.81 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 178 | 0 | 0.85 | 0.12 | 0.20 | 308.67 | 0.74 | 0.46 |
| Hex | CB | 1E | B2 | 0 | 55 | C | 14 | 135 | 4A | 2E |
| Octal | 313 | 36 | 262 | 0 | 125 | 14 | 24 | 465 | 112 | 56 |
| Binary | 11001011 | 11110 | 10110010 | 0 | 1010101 | 1100 | 10100 | 100110101 | 1001010 | 101110 |
Color Harmonies of #CB1EB2
Complementary color
Monochromatic Colors of #CB1EB2
Black with #CB1EB2
Text Example
Text Example
White with #CB1EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1EB2; }
p { color: rgb(203,30,178); }
H1.HeaderClassName
{
color: #CB1EB2;
}
.AnyTagClassName
{
color: #CB1EB2;
}
</style>
background-color css
<style>
a { background-color: #CB1EB2; }
a { background-color: rgb(203,30,178); }
div.DivClassName
{
background-color: #CB1EB2;
}
.BgClassName
{
background-color: #CB1EB2;
}
</style>
border-color css
<style>
span { border-color: #CB1EB2; }
span { border-color: rgb(203,30,178); }
td.TdClassName
{
border-color: #CB1EB2;
}
.TagClassName
{
border-color: #CB1EB2;
}
</style>