Shades of Deep Magenta #CB1BDD
Tints of Deep Magenta #CB1BDD
RGB
CMYK
RGB Variations
Color information
#CB1BDD (or 0xCB1BDD) is known color: Deep Magenta. HEX triplet: CB, 1B and DD. RGB value is (203,27,221). Sum of RGB (Red+Green+Blue) = 203+27+221=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB1BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1BDD is #34E422. Grayscale: #656565. Windows color (decimal): -3466275 or 14490571. OLE color: 14490571.
HSL color Cylindrical-coordinate representation of color #CB1BDD: hue angle of 294.43º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1BDD is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 27 | 221 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.13 |
| HSL | 294.43º | 0.78% | 0.49% | - |
| HSV(B) | 294.43º | 0.88% | 0.87% | - |
| XYZ | 38.07 | 18.7 | 70.01 | - |
| YUV | 101.74 | 195.31 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 221 | 0.08 | 0.88 | 0 | 0.13 | 294.43 | 0.78 | 0.49 |
| Hex | CB | 1B | DD | 8 | 58 | 0 | D | 126 | 4E | 31 |
| Octal | 313 | 33 | 335 | 10 | 130 | 0 | 15 | 446 | 116 | 61 |
| Binary | 11001011 | 11011 | 11011101 | 1000 | 1011000 | 0 | 1101 | 100100110 | 1001110 | 110001 |
Color Harmonies of #CB1BDD
Complementary color
Monochromatic Colors of #CB1BDD
Black with #CB1BDD
Text Example
Text Example
White with #CB1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1BDD; }
p { color: rgb(203,27,221); }
H1.HeaderClassName
{
color: #CB1BDD;
}
.AnyTagClassName
{
color: #CB1BDD;
}
</style>
background-color css
<style>
a { background-color: #CB1BDD; }
a { background-color: rgb(203,27,221); }
div.DivClassName
{
background-color: #CB1BDD;
}
.BgClassName
{
background-color: #CB1BDD;
}
</style>
border-color css
<style>
span { border-color: #CB1BDD; }
span { border-color: rgb(203,27,221); }
td.TdClassName
{
border-color: #CB1BDD;
}
.TagClassName
{
border-color: #CB1BDD;
}
</style>