Shades of Deep Magenta #CB1BD0
Tints of Deep Magenta #CB1BD0
RGB
CMYK
RGB Variations
Color information
#CB1BD0 (or 0xCB1BD0) is known color: Deep Magenta. HEX triplet: CB, 1B and D0. RGB value is (203,27,208). Sum of RGB (Red+Green+Blue) = 203+27+208=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB1BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1BD0 is #34E42F. Grayscale: #636363. Windows color (decimal): -3466288 or 13638603. OLE color: 13638603.
HSL color Cylindrical-coordinate representation of color #CB1BD0: hue angle of 298.34º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1BD0 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 27 | 208 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.18 |
| HSL | 298.34º | 0.77% | 0.46% | - |
| HSV(B) | 298.34º | 0.87% | 0.82% | - |
| XYZ | 36.41 | 18.03 | 61.24 | - |
| YUV | 100.26 | 188.81 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 208 | 0.02 | 0.87 | 0 | 0.18 | 298.34 | 0.77 | 0.46 |
| Hex | CB | 1B | D0 | 2 | 57 | 0 | 12 | 12A | 4D | 2E |
| Octal | 313 | 33 | 320 | 2 | 127 | 0 | 22 | 452 | 115 | 56 |
| Binary | 11001011 | 11011 | 11010000 | 10 | 1010111 | 0 | 10010 | 100101010 | 1001101 | 101110 |
Color Harmonies of #CB1BD0
Complementary color
Monochromatic Colors of #CB1BD0
Black with #CB1BD0
Text Example
Text Example
White with #CB1BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1BD0; }
p { color: rgb(203,27,208); }
H1.HeaderClassName
{
color: #CB1BD0;
}
.AnyTagClassName
{
color: #CB1BD0;
}
</style>
background-color css
<style>
a { background-color: #CB1BD0; }
a { background-color: rgb(203,27,208); }
div.DivClassName
{
background-color: #CB1BD0;
}
.BgClassName
{
background-color: #CB1BD0;
}
</style>
border-color css
<style>
span { border-color: #CB1BD0; }
span { border-color: rgb(203,27,208); }
td.TdClassName
{
border-color: #CB1BD0;
}
.TagClassName
{
border-color: #CB1BD0;
}
</style>