Shades of Deep Magenta #CB1DCD
Tints of Deep Magenta #CB1DCD
RGB
CMYK
RGB Variations
Color information
#CB1DCD (or 0xCB1DCD) is known color: Deep Magenta. HEX triplet: CB, 1D and CD. RGB value is (203,29,205). Sum of RGB (Red+Green+Blue) = 203+29+205=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB1DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1DCD is #34E232. Grayscale: #646464. Windows color (decimal): -3465779 or 13442507. OLE color: 13442507.
HSL color Cylindrical-coordinate representation of color #CB1DCD: hue angle of 299.32º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1DCD is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 205 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.20 |
| HSL | 299.32º | 0.75% | 0.46% | - |
| HSV(B) | 299.32º | 0.86% | 0.8% | - |
| XYZ | 36.09 | 17.98 | 59.33 | - |
| YUV | 101.09 | 186.65 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 205 | 0.01 | 0.86 | 0 | 0.20 | 299.32 | 0.75 | 0.46 |
| Hex | CB | 1D | CD | 1 | 56 | 0 | 14 | 12B | 4B | 2E |
| Octal | 313 | 35 | 315 | 1 | 126 | 0 | 24 | 453 | 113 | 56 |
| Binary | 11001011 | 11101 | 11001101 | 1 | 1010110 | 0 | 10100 | 100101011 | 1001011 | 101110 |
Color Harmonies of #CB1DCD
Complementary color
Monochromatic Colors of #CB1DCD
Black with #CB1DCD
Text Example
Text Example
White with #CB1DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DCD; }
p { color: rgb(203,29,205); }
H1.HeaderClassName
{
color: #CB1DCD;
}
.AnyTagClassName
{
color: #CB1DCD;
}
</style>
background-color css
<style>
a { background-color: #CB1DCD; }
a { background-color: rgb(203,29,205); }
div.DivClassName
{
background-color: #CB1DCD;
}
.BgClassName
{
background-color: #CB1DCD;
}
</style>
border-color css
<style>
span { border-color: #CB1DCD; }
span { border-color: rgb(203,29,205); }
td.TdClassName
{
border-color: #CB1DCD;
}
.TagClassName
{
border-color: #CB1DCD;
}
</style>