Shades of Deep Magenta #CB1ACD
Tints of Deep Magenta #CB1ACD
RGB
CMYK
RGB Variations
Color information
#CB1ACD (or 0xCB1ACD) is known color: Deep Magenta. HEX triplet: CB, 1A and CD. RGB value is (203,26,205). Sum of RGB (Red+Green+Blue) = 203+26+205=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB1ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1ACD is #34E532. Grayscale: #626262. Windows color (decimal): -3466547 or 13441739. OLE color: 13441739.
HSL color Cylindrical-coordinate representation of color #CB1ACD: hue angle of 299.33º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1ACD is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 26 | 205 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.20 |
| HSL | 299.33º | 0.77% | 0.45% | - |
| HSV(B) | 299.33º | 0.87% | 0.8% | - |
| XYZ | 36.02 | 17.84 | 59.3 | - |
| YUV | 99.33 | 187.64 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 205 | 0.01 | 0.87 | 0 | 0.20 | 299.33 | 0.77 | 0.45 |
| Hex | CB | 1A | CD | 1 | 57 | 0 | 14 | 12B | 4D | 2D |
| Octal | 313 | 32 | 315 | 1 | 127 | 0 | 24 | 453 | 115 | 55 |
| Binary | 11001011 | 11010 | 11001101 | 1 | 1010111 | 0 | 10100 | 100101011 | 1001101 | 101101 |
Color Harmonies of #CB1ACD
Complementary color
Monochromatic Colors of #CB1ACD
Black with #CB1ACD
Text Example
Text Example
White with #CB1ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1ACD; }
p { color: rgb(203,26,205); }
H1.HeaderClassName
{
color: #CB1ACD;
}
.AnyTagClassName
{
color: #CB1ACD;
}
</style>
background-color css
<style>
a { background-color: #CB1ACD; }
a { background-color: rgb(203,26,205); }
div.DivClassName
{
background-color: #CB1ACD;
}
.BgClassName
{
background-color: #CB1ACD;
}
</style>
border-color css
<style>
span { border-color: #CB1ACD; }
span { border-color: rgb(203,26,205); }
td.TdClassName
{
border-color: #CB1ACD;
}
.TagClassName
{
border-color: #CB1ACD;
}
</style>