Shades of Deep Magenta #CD1EBA
Tints of Deep Magenta #CD1EBA
RGB
CMYK
RGB Variations
Color information
#CD1EBA (or 0xCD1EBA) is known color: Deep Magenta. HEX triplet: CD, 1E and BA. RGB value is (205,30,186). Sum of RGB (Red+Green+Blue) = 205+30+186=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1EBA is #32E145. Grayscale: #636363. Windows color (decimal): -3334470 or 12197581. OLE color: 12197581.
HSL color Cylindrical-coordinate representation of color #CD1EBA: hue angle of 306.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1EBA is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 30 | 186 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.20 |
| HSL | 306.51º | 0.74% | 0.46% | - |
| HSV(B) | 306.51º | 0.85% | 0.8% | - |
| XYZ | 34.5 | 17.45 | 48 | - |
| YUV | 100.11 | 176.48 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 30 | 186 | 0 | 0.85 | 0.09 | 0.20 | 306.51 | 0.74 | 0.46 |
| Hex | CD | 1E | BA | 0 | 55 | 9 | 14 | 133 | 4A | 2E |
| Octal | 315 | 36 | 272 | 0 | 125 | 11 | 24 | 463 | 112 | 56 |
| Binary | 11001101 | 11110 | 10111010 | 0 | 1010101 | 1001 | 10100 | 100110011 | 1001010 | 101110 |
Color Harmonies of #CD1EBA
Complementary color
Monochromatic Colors of #CD1EBA
Black with #CD1EBA
Text Example
Text Example
White with #CD1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1EBA; }
p { color: rgb(205,30,186); }
H1.HeaderClassName
{
color: #CD1EBA;
}
.AnyTagClassName
{
color: #CD1EBA;
}
</style>
background-color css
<style>
a { background-color: #CD1EBA; }
a { background-color: rgb(205,30,186); }
div.DivClassName
{
background-color: #CD1EBA;
}
.BgClassName
{
background-color: #CD1EBA;
}
</style>
border-color css
<style>
span { border-color: #CD1EBA; }
span { border-color: rgb(205,30,186); }
td.TdClassName
{
border-color: #CD1EBA;
}
.TagClassName
{
border-color: #CD1EBA;
}
</style>