Shades of Deep Magenta #CE23B7
Tints of Deep Magenta #CE23B7
RGB
CMYK
RGB Variations
Color information
#CE23B7 (or 0xCE23B7) is known color: Deep Magenta. HEX triplet: CE, 23 and B7. RGB value is (206,35,183). Sum of RGB (Red+Green+Blue) = 206+35+183=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE23B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23B7 is #31DC48. Grayscale: #666666. Windows color (decimal): -3267657 or 12002254. OLE color: 12002254.
HSL color Cylindrical-coordinate representation of color #CE23B7: hue angle of 308.07º 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 #CE23B7 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 183 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.19 |
| HSL | 308.07º | 0.71% | 0.47% | - |
| HSV(B) | 308.07º | 0.83% | 0.81% | - |
| XYZ | 34.6 | 17.74 | 46.4 | - |
| YUV | 103 | 173.15 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 183 | 0 | 0.83 | 0.11 | 0.19 | 308.07 | 0.71 | 0.47 |
| Hex | CE | 23 | B7 | 0 | 53 | B | 13 | 134 | 47 | 2F |
| Octal | 316 | 43 | 267 | 0 | 123 | 13 | 23 | 464 | 107 | 57 |
| Binary | 11001110 | 100011 | 10110111 | 0 | 1010011 | 1011 | 10011 | 100110100 | 1000111 | 101111 |
Color Harmonies of #CE23B7
Complementary color
Monochromatic Colors of #CE23B7
Black with #CE23B7
Text Example
Text Example
White with #CE23B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23B7; }
p { color: rgb(206,35,183); }
H1.HeaderClassName
{
color: #CE23B7;
}
.AnyTagClassName
{
color: #CE23B7;
}
</style>
background-color css
<style>
a { background-color: #CE23B7; }
a { background-color: rgb(206,35,183); }
div.DivClassName
{
background-color: #CE23B7;
}
.BgClassName
{
background-color: #CE23B7;
}
</style>
border-color css
<style>
span { border-color: #CE23B7; }
span { border-color: rgb(206,35,183); }
td.TdClassName
{
border-color: #CE23B7;
}
.TagClassName
{
border-color: #CE23B7;
}
</style>