Shades of Deep Magenta #CE23BA
Tints of Deep Magenta #CE23BA
RGB
CMYK
RGB Variations
Color information
#CE23BA (or 0xCE23BA) is known color: Deep Magenta. HEX triplet: CE, 23 and BA. RGB value is (206,35,186). Sum of RGB (Red+Green+Blue) = 206+35+186=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE23BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23BA is #31DC45. Grayscale: #666666. Windows color (decimal): -3267654 or 12198862. OLE color: 12198862.
HSL color Cylindrical-coordinate representation of color #CE23BA: hue angle of 307.02º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE23BA is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 186 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.19 |
| HSL | 307.02º | 0.71% | 0.47% | - |
| HSV(B) | 307.02º | 0.83% | 0.81% | - |
| XYZ | 34.92 | 17.87 | 48.06 | - |
| YUV | 103.34 | 174.65 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 186 | 0 | 0.83 | 0.10 | 0.19 | 307.02 | 0.71 | 0.47 |
| Hex | CE | 23 | BA | 0 | 53 | A | 13 | 133 | 47 | 2F |
| Octal | 316 | 43 | 272 | 0 | 123 | 12 | 23 | 463 | 107 | 57 |
| Binary | 11001110 | 100011 | 10111010 | 0 | 1010011 | 1010 | 10011 | 100110011 | 1000111 | 101111 |
Color Harmonies of #CE23BA
Complementary color
Monochromatic Colors of #CE23BA
Black with #CE23BA
Text Example
Text Example
White with #CE23BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23BA; }
p { color: rgb(206,35,186); }
H1.HeaderClassName
{
color: #CE23BA;
}
.AnyTagClassName
{
color: #CE23BA;
}
</style>
background-color css
<style>
a { background-color: #CE23BA; }
a { background-color: rgb(206,35,186); }
div.DivClassName
{
background-color: #CE23BA;
}
.BgClassName
{
background-color: #CE23BA;
}
</style>
border-color css
<style>
span { border-color: #CE23BA; }
span { border-color: rgb(206,35,186); }
td.TdClassName
{
border-color: #CE23BA;
}
.TagClassName
{
border-color: #CE23BA;
}
</style>