Shades of Deep Magenta #CE23CF
Tints of Deep Magenta #CE23CF
RGB
CMYK
RGB Variations
Color information
#CE23CF (or 0xCE23CF) is known color: Deep Magenta. HEX triplet: CE, 23 and CF. RGB value is (206,35,207). Sum of RGB (Red+Green+Blue) = 206+35+207=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE23CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23CF is #31DC30. Grayscale: #696969. Windows color (decimal): -3267633 or 13575118. OLE color: 13575118.
HSL color Cylindrical-coordinate representation of color #CE23CF: hue angle of 299.65º 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 #CE23CF is Cyan = 0.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 207 | - |
| CMYK | 0.00 | 0.83 | 0 | 0.19 |
| HSL | 299.65º | 0.71% | 0.47% | - |
| HSV(B) | 299.65º | 0.83% | 0.81% | - |
| XYZ | 37.32 | 18.83 | 60.7 | - |
| YUV | 105.74 | 185.15 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 207 | 0.00 | 0.83 | 0 | 0.19 | 299.65 | 0.71 | 0.47 |
| Hex | CE | 23 | CF | 0 | 53 | 0 | 13 | 12C | 47 | 2F |
| Octal | 316 | 43 | 317 | 0 | 123 | 0 | 23 | 454 | 107 | 57 |
| Binary | 11001110 | 100011 | 11001111 | 0 | 1010011 | 0 | 10011 | 100101100 | 1000111 | 101111 |
Color Harmonies of #CE23CF
Complementary color
Monochromatic Colors of #CE23CF
Black with #CE23CF
Text Example
Text Example
White with #CE23CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23CF; }
p { color: rgb(206,35,207); }
H1.HeaderClassName
{
color: #CE23CF;
}
.AnyTagClassName
{
color: #CE23CF;
}
</style>
background-color css
<style>
a { background-color: #CE23CF; }
a { background-color: rgb(206,35,207); }
div.DivClassName
{
background-color: #CE23CF;
}
.BgClassName
{
background-color: #CE23CF;
}
</style>
border-color css
<style>
span { border-color: #CE23CF; }
span { border-color: rgb(206,35,207); }
td.TdClassName
{
border-color: #CE23CF;
}
.TagClassName
{
border-color: #CE23CF;
}
</style>