Shades of Medium Violet Red #CE24AF
Tints of Medium Violet Red #CE24AF
RGB
CMYK
RGB Variations
Color information
#CE24AF (or 0xCE24AF) is known color: Medium Violet Red. HEX triplet: CE, 24 and AF. RGB value is (206,36,175). Sum of RGB (Red+Green+Blue) = 206+36+175=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE24AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE24AF is #31DB50. Grayscale: #666666. Windows color (decimal): -3267409 or 11478222. OLE color: 11478222.
HSL color Cylindrical-coordinate representation of color #CE24AF: hue angle of 310.94º 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 #CE24AF is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 175 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.19 |
| HSL | 310.94º | 0.7% | 0.47% | - |
| HSV(B) | 310.94º | 0.83% | 0.81% | - |
| XYZ | 33.82 | 17.48 | 42.15 | - |
| YUV | 102.68 | 168.82 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 175 | 0 | 0.83 | 0.15 | 0.19 | 310.94 | 0.7 | 0.47 |
| Hex | CE | 24 | AF | 0 | 53 | F | 13 | 137 | 46 | 2F |
| Octal | 316 | 44 | 257 | 0 | 123 | 17 | 23 | 467 | 106 | 57 |
| Binary | 11001110 | 100100 | 10101111 | 0 | 1010011 | 1111 | 10011 | 100110111 | 1000110 | 101111 |
Color Harmonies of #CE24AF
Complementary color
Monochromatic Colors of #CE24AF
Black with #CE24AF
Text Example
Text Example
White with #CE24AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24AF; }
p { color: rgb(206,36,175); }
H1.HeaderClassName
{
color: #CE24AF;
}
.AnyTagClassName
{
color: #CE24AF;
}
</style>
background-color css
<style>
a { background-color: #CE24AF; }
a { background-color: rgb(206,36,175); }
div.DivClassName
{
background-color: #CE24AF;
}
.BgClassName
{
background-color: #CE24AF;
}
</style>
border-color css
<style>
span { border-color: #CE24AF; }
span { border-color: rgb(206,36,175); }
td.TdClassName
{
border-color: #CE24AF;
}
.TagClassName
{
border-color: #CE24AF;
}
</style>