Shades of Deep Magenta #CB1DC0
Tints of Deep Magenta #CB1DC0
RGB
CMYK
RGB Variations
Color information
#CB1DC0 (or 0xCB1DC0) is known color: Deep Magenta. HEX triplet: CB, 1D and C0. RGB value is (203,29,192). Sum of RGB (Red+Green+Blue) = 203+29+192=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1DC0 is #34E23F. Grayscale: #636363. Windows color (decimal): -3465792 or 12590539. OLE color: 12590539.
HSL color Cylindrical-coordinate representation of color #CB1DC0: hue angle of 303.79º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1DC0 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 192 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.20 |
| HSL | 303.79º | 0.75% | 0.45% | - |
| HSV(B) | 303.79º | 0.86% | 0.8% | - |
| XYZ | 34.58 | 17.38 | 51.4 | - |
| YUV | 99.61 | 180.15 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 192 | 0 | 0.86 | 0.05 | 0.20 | 303.79 | 0.75 | 0.45 |
| Hex | CB | 1D | C0 | 0 | 56 | 5 | 14 | 130 | 4B | 2D |
| Octal | 313 | 35 | 300 | 0 | 126 | 5 | 24 | 460 | 113 | 55 |
| Binary | 11001011 | 11101 | 11000000 | 0 | 1010110 | 101 | 10100 | 100110000 | 1001011 | 101101 |
Color Harmonies of #CB1DC0
Complementary color
Monochromatic Colors of #CB1DC0
Black with #CB1DC0
Text Example
Text Example
White with #CB1DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DC0; }
p { color: rgb(203,29,192); }
H1.HeaderClassName
{
color: #CB1DC0;
}
.AnyTagClassName
{
color: #CB1DC0;
}
</style>
background-color css
<style>
a { background-color: #CB1DC0; }
a { background-color: rgb(203,29,192); }
div.DivClassName
{
background-color: #CB1DC0;
}
.BgClassName
{
background-color: #CB1DC0;
}
</style>
border-color css
<style>
span { border-color: #CB1DC0; }
span { border-color: rgb(203,29,192); }
td.TdClassName
{
border-color: #CB1DC0;
}
.TagClassName
{
border-color: #CB1DC0;
}
</style>