Shades of Deep Magenta #CB2ACD
Tints of Deep Magenta #CB2ACD
RGB
CMYK
RGB Variations
Color information
#CB2ACD (or 0xCB2ACD) is known color: Deep Magenta. HEX triplet: CB, 2A and CD. RGB value is (203,42,205). Sum of RGB (Red+Green+Blue) = 203+42+205=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 42 (16.80% from 255 or 9.33% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB2ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2ACD is #34D532. Grayscale: #6C6C6C. Windows color (decimal): -3462451 or 13445835. OLE color: 13445835.
HSL color Cylindrical-coordinate representation of color #CB2ACD: hue angle of 299.26º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2ACD is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 42 | 205 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.20 |
| HSL | 299.26º | 0.66% | 0.48% | - |
| HSV(B) | 299.26º | 0.8% | 0.8% | - |
| XYZ | 36.48 | 18.76 | 59.46 | - |
| YUV | 108.72 | 182.34 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 205 | 0.01 | 0.80 | 0 | 0.20 | 299.26 | 0.66 | 0.48 |
| Hex | CB | 2A | CD | 1 | 50 | 0 | 14 | 12B | 42 | 30 |
| Octal | 313 | 52 | 315 | 1 | 120 | 0 | 24 | 453 | 102 | 60 |
| Binary | 11001011 | 101010 | 11001101 | 1 | 1010000 | 0 | 10100 | 100101011 | 1000010 | 110000 |
Color Harmonies of #CB2ACD
Complementary color
Monochromatic Colors of #CB2ACD
Black with #CB2ACD
Text Example
Text Example
White with #CB2ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2ACD; }
p { color: rgb(203,42,205); }
H1.HeaderClassName
{
color: #CB2ACD;
}
.AnyTagClassName
{
color: #CB2ACD;
}
</style>
background-color css
<style>
a { background-color: #CB2ACD; }
a { background-color: rgb(203,42,205); }
div.DivClassName
{
background-color: #CB2ACD;
}
.BgClassName
{
background-color: #CB2ACD;
}
</style>
border-color css
<style>
span { border-color: #CB2ACD; }
span { border-color: rgb(203,42,205); }
td.TdClassName
{
border-color: #CB2ACD;
}
.TagClassName
{
border-color: #CB2ACD;
}
</style>