Shades of Deep Magenta #CE2BD0
Tints of Deep Magenta #CE2BD0
RGB
CMYK
RGB Variations
Color information
#CE2BD0 (or 0xCE2BD0) is known color: Deep Magenta. HEX triplet: CE, 2B and D0. RGB value is (206,43,208). Sum of RGB (Red+Green+Blue) = 206+43+208=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 43 (17.19% from 255 or 9.41% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE2BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2BD0 is #31D42F. Grayscale: #6E6E6E. Windows color (decimal): -3265584 or 13642702. OLE color: 13642702.
HSL color Cylindrical-coordinate representation of color #CE2BD0: hue angle of 299.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2BD0 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 43 | 208 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.18 |
| HSL | 299.27º | 0.66% | 0.49% | - |
| HSV(B) | 299.27º | 0.79% | 0.82% | - |
| XYZ | 37.7 | 19.4 | 61.43 | - |
| YUV | 110.55 | 183 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 208 | 0.01 | 0.79 | 0 | 0.18 | 299.27 | 0.66 | 0.49 |
| Hex | CE | 2B | D0 | 1 | 4F | 0 | 12 | 12B | 42 | 31 |
| Octal | 316 | 53 | 320 | 1 | 117 | 0 | 22 | 453 | 102 | 61 |
| Binary | 11001110 | 101011 | 11010000 | 1 | 1001111 | 0 | 10010 | 100101011 | 1000010 | 110001 |
Color Harmonies of #CE2BD0
Complementary color
Monochromatic Colors of #CE2BD0
Black with #CE2BD0
Text Example
Text Example
White with #CE2BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2BD0; }
p { color: rgb(206,43,208); }
H1.HeaderClassName
{
color: #CE2BD0;
}
.AnyTagClassName
{
color: #CE2BD0;
}
</style>
background-color css
<style>
a { background-color: #CE2BD0; }
a { background-color: rgb(206,43,208); }
div.DivClassName
{
background-color: #CE2BD0;
}
.BgClassName
{
background-color: #CE2BD0;
}
</style>
border-color css
<style>
span { border-color: #CE2BD0; }
span { border-color: rgb(206,43,208); }
td.TdClassName
{
border-color: #CE2BD0;
}
.TagClassName
{
border-color: #CE2BD0;
}
</style>