Shades of Medium Violet Red #CE24A2
Tints of Medium Violet Red #CE24A2
RGB
CMYK
RGB Variations
Color information
#CE24A2 (or 0xCE24A2) is known color: Medium Violet Red. HEX triplet: CE, 24 and A2. RGB value is (206,36,162). Sum of RGB (Red+Green+Blue) = 206+36+162=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE24A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE24A2 is #31DB5D. Grayscale: #646464. Windows color (decimal): -3267422 or 10626254. OLE color: 10626254.
HSL color Cylindrical-coordinate representation of color #CE24A2: hue angle of 315.53º 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 #CE24A2 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 162 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.19 |
| HSL | 315.53º | 0.7% | 0.47% | - |
| HSV(B) | 315.53º | 0.83% | 0.81% | - |
| XYZ | 32.61 | 16.99 | 35.74 | - |
| YUV | 101.19 | 162.32 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 162 | 0 | 0.83 | 0.21 | 0.19 | 315.53 | 0.7 | 0.47 |
| Hex | CE | 24 | A2 | 0 | 53 | 15 | 13 | 13C | 46 | 2F |
| Octal | 316 | 44 | 242 | 0 | 123 | 25 | 23 | 474 | 106 | 57 |
| Binary | 11001110 | 100100 | 10100010 | 0 | 1010011 | 10101 | 10011 | 100111100 | 1000110 | 101111 |
Color Harmonies of #CE24A2
Complementary color
Monochromatic Colors of #CE24A2
Black with #CE24A2
Text Example
Text Example
White with #CE24A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24A2; }
p { color: rgb(206,36,162); }
H1.HeaderClassName
{
color: #CE24A2;
}
.AnyTagClassName
{
color: #CE24A2;
}
</style>
background-color css
<style>
a { background-color: #CE24A2; }
a { background-color: rgb(206,36,162); }
div.DivClassName
{
background-color: #CE24A2;
}
.BgClassName
{
background-color: #CE24A2;
}
</style>
border-color css
<style>
span { border-color: #CE24A2; }
span { border-color: rgb(206,36,162); }
td.TdClassName
{
border-color: #CE24A2;
}
.TagClassName
{
border-color: #CE24A2;
}
</style>