Shades of Deep Magenta #CB1DD6
Tints of Deep Magenta #CB1DD6
RGB
CMYK
RGB Variations
Color information
#CB1DD6 (or 0xCB1DD6) is known color: Deep Magenta. HEX triplet: CB, 1D and D6. RGB value is (203,29,214). Sum of RGB (Red+Green+Blue) = 203+29+214=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB1DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1DD6 is #34E229. Grayscale: #656565. Windows color (decimal): -3465770 or 14032331. OLE color: 14032331.
HSL color Cylindrical-coordinate representation of color #CB1DD6: hue angle of 296.43º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1DD6 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 29 | 214 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.16 |
| HSL | 296.43º | 0.76% | 0.48% | - |
| HSV(B) | 296.43º | 0.86% | 0.84% | - |
| XYZ | 37.21 | 18.43 | 65.21 | - |
| YUV | 102.12 | 191.15 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 214 | 0.05 | 0.86 | 0 | 0.16 | 296.43 | 0.76 | 0.48 |
| Hex | CB | 1D | D6 | 5 | 56 | 0 | 10 | 128 | 4C | 30 |
| Octal | 313 | 35 | 326 | 5 | 126 | 0 | 20 | 450 | 114 | 60 |
| Binary | 11001011 | 11101 | 11010110 | 101 | 1010110 | 0 | 10000 | 100101000 | 1001100 | 110000 |
Color Harmonies of #CB1DD6
Complementary color
Monochromatic Colors of #CB1DD6
Black with #CB1DD6
Text Example
Text Example
White with #CB1DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DD6; }
p { color: rgb(203,29,214); }
H1.HeaderClassName
{
color: #CB1DD6;
}
.AnyTagClassName
{
color: #CB1DD6;
}
</style>
background-color css
<style>
a { background-color: #CB1DD6; }
a { background-color: rgb(203,29,214); }
div.DivClassName
{
background-color: #CB1DD6;
}
.BgClassName
{
background-color: #CB1DD6;
}
</style>
border-color css
<style>
span { border-color: #CB1DD6; }
span { border-color: rgb(203,29,214); }
td.TdClassName
{
border-color: #CB1DD6;
}
.TagClassName
{
border-color: #CB1DD6;
}
</style>