Shades of Deep Magenta #CB1DCC
Tints of Deep Magenta #CB1DCC
RGB
CMYK
RGB Variations
Color information
#CB1DCC (or 0xCB1DCC) is known color: Deep Magenta. HEX triplet: CB, 1D and CC. RGB value is (203,29,204). Sum of RGB (Red+Green+Blue) = 203+29+204=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB1DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1DCC is #34E233. Grayscale: #646464. Windows color (decimal): -3465780 or 13376971. OLE color: 13376971.
HSL color Cylindrical-coordinate representation of color #CB1DCC: hue angle of 299.66º 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 #CB1DCC is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 29 | 204 | - |
| CMYK | 0.00 | 0.86 | 0 | 0.2 |
| HSL | 299.66º | 0.75% | 0.46% | - |
| HSV(B) | 299.66º | 0.86% | 0.8% | - |
| XYZ | 35.97 | 17.93 | 58.69 | - |
| YUV | 100.98 | 186.15 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 204 | 0.00 | 0.86 | 0 | 0.2 | 299.66 | 0.75 | 0.46 |
| Hex | CB | 1D | CC | 0 | 56 | 0 | 14 | 12C | 4B | 2E |
| Octal | 313 | 35 | 314 | 0 | 126 | 0 | 24 | 454 | 113 | 56 |
| Binary | 11001011 | 11101 | 11001100 | 0 | 1010110 | 0 | 10100 | 100101100 | 1001011 | 101110 |
Color Harmonies of #CB1DCC
Complementary color
Monochromatic Colors of #CB1DCC
Black with #CB1DCC
Text Example
Text Example
White with #CB1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DCC; }
p { color: rgb(203,29,204); }
H1.HeaderClassName
{
color: #CB1DCC;
}
.AnyTagClassName
{
color: #CB1DCC;
}
</style>
background-color css
<style>
a { background-color: #CB1DCC; }
a { background-color: rgb(203,29,204); }
div.DivClassName
{
background-color: #CB1DCC;
}
.BgClassName
{
background-color: #CB1DCC;
}
</style>
border-color css
<style>
span { border-color: #CB1DCC; }
span { border-color: rgb(203,29,204); }
td.TdClassName
{
border-color: #CB1DCC;
}
.TagClassName
{
border-color: #CB1DCC;
}
</style>