Shades of Medium Violet Red #CE24AC
Tints of Medium Violet Red #CE24AC
RGB
CMYK
RGB Variations
Color information
#CE24AC (or 0xCE24AC) is known color: Medium Violet Red. HEX triplet: CE, 24 and AC. RGB value is (206,36,172). Sum of RGB (Red+Green+Blue) = 206+36+172=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE24AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE24AC is #31DB53. Grayscale: #656565. Windows color (decimal): -3267412 or 11281614. OLE color: 11281614.
HSL color Cylindrical-coordinate representation of color #CE24AC: hue angle of 312º degrees, saturation: 0.7, 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 #CE24AC is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 172 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.19 |
| HSL | 312º | 0.7% | 0.47% | - |
| HSV(B) | 312º | 0.83% | 0.81% | - |
| XYZ | 33.53 | 17.36 | 40.61 | - |
| YUV | 102.33 | 167.32 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 172 | 0 | 0.83 | 0.17 | 0.19 | 312 | 0.7 | 0.47 |
| Hex | CE | 24 | AC | 0 | 53 | 11 | 13 | 138 | 46 | 2F |
| Octal | 316 | 44 | 254 | 0 | 123 | 21 | 23 | 470 | 106 | 57 |
| Binary | 11001110 | 100100 | 10101100 | 0 | 1010011 | 10001 | 10011 | 100111000 | 1000110 | 101111 |
Color Harmonies of #CE24AC
Complementary color
Monochromatic Colors of #CE24AC
Black with #CE24AC
Text Example
Text Example
White with #CE24AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24AC; }
p { color: rgb(206,36,172); }
H1.HeaderClassName
{
color: #CE24AC;
}
.AnyTagClassName
{
color: #CE24AC;
}
</style>
background-color css
<style>
a { background-color: #CE24AC; }
a { background-color: rgb(206,36,172); }
div.DivClassName
{
background-color: #CE24AC;
}
.BgClassName
{
background-color: #CE24AC;
}
</style>
border-color css
<style>
span { border-color: #CE24AC; }
span { border-color: rgb(206,36,172); }
td.TdClassName
{
border-color: #CE24AC;
}
.TagClassName
{
border-color: #CE24AC;
}
</style>