Shades of Deep Magenta #CB1BDF
Tints of Deep Magenta #CB1BDF
RGB
CMYK
RGB Variations
Color information
#CB1BDF (or 0xCB1BDF) is known color: Deep Magenta. HEX triplet: CB, 1B and DF. RGB value is (203,27,223). Sum of RGB (Red+Green+Blue) = 203+27+223=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB1BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1BDF is #34E420. Grayscale: #656565. Windows color (decimal): -3466273 or 14621643. OLE color: 14621643.
HSL color Cylindrical-coordinate representation of color #CB1BDF: hue angle of 293.88º 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 #CB1BDF is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 27 | 223 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.13 |
| HSL | 293.88º | 0.78% | 0.49% | - |
| HSV(B) | 293.88º | 0.88% | 0.87% | - |
| XYZ | 38.34 | 18.81 | 71.42 | - |
| YUV | 101.97 | 196.31 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 223 | 0.09 | 0.88 | 0 | 0.13 | 293.88 | 0.78 | 0.49 |
| Hex | CB | 1B | DF | 9 | 58 | 0 | D | 126 | 4E | 31 |
| Octal | 313 | 33 | 337 | 11 | 130 | 0 | 15 | 446 | 116 | 61 |
| Binary | 11001011 | 11011 | 11011111 | 1001 | 1011000 | 0 | 1101 | 100100110 | 1001110 | 110001 |
Color Harmonies of #CB1BDF
Complementary color
Monochromatic Colors of #CB1BDF
Black with #CB1BDF
Text Example
Text Example
White with #CB1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1BDF; }
p { color: rgb(203,27,223); }
H1.HeaderClassName
{
color: #CB1BDF;
}
.AnyTagClassName
{
color: #CB1BDF;
}
</style>
background-color css
<style>
a { background-color: #CB1BDF; }
a { background-color: rgb(203,27,223); }
div.DivClassName
{
background-color: #CB1BDF;
}
.BgClassName
{
background-color: #CB1BDF;
}
</style>
border-color css
<style>
span { border-color: #CB1BDF; }
span { border-color: rgb(203,27,223); }
td.TdClassName
{
border-color: #CB1BDF;
}
.TagClassName
{
border-color: #CB1BDF;
}
</style>