Shades of Medium Violet Red #CE2497
Tints of Medium Violet Red #CE2497
RGB
CMYK
RGB Variations
Color information
#CE2497 (or 0xCE2497) is known color: Medium Violet Red. HEX triplet: CE, 24 and 97. RGB value is (206,36,151). Sum of RGB (Red+Green+Blue) = 206+36+151=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2497 is #31DB68. Grayscale: #636363. Windows color (decimal): -3267433 or 9905358. OLE color: 9905358.
HSL color Cylindrical-coordinate representation of color #CE2497: hue angle of 319.41º 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 #CE2497 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 151 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.19 |
| HSL | 319.41º | 0.7% | 0.47% | - |
| HSV(B) | 319.41º | 0.83% | 0.81% | - |
| XYZ | 31.67 | 16.62 | 30.82 | - |
| YUV | 99.94 | 156.82 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 151 | 0 | 0.83 | 0.27 | 0.19 | 319.41 | 0.7 | 0.47 |
| Hex | CE | 24 | 97 | 0 | 53 | 1B | 13 | 13F | 46 | 2F |
| Octal | 316 | 44 | 227 | 0 | 123 | 33 | 23 | 477 | 106 | 57 |
| Binary | 11001110 | 100100 | 10010111 | 0 | 1010011 | 11011 | 10011 | 100111111 | 1000110 | 101111 |
Color Harmonies of #CE2497
Complementary color
Monochromatic Colors of #CE2497
Black with #CE2497
Text Example
Text Example
White with #CE2497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2497; }
p { color: rgb(206,36,151); }
H1.HeaderClassName
{
color: #CE2497;
}
.AnyTagClassName
{
color: #CE2497;
}
</style>
background-color css
<style>
a { background-color: #CE2497; }
a { background-color: rgb(206,36,151); }
div.DivClassName
{
background-color: #CE2497;
}
.BgClassName
{
background-color: #CE2497;
}
</style>
border-color css
<style>
span { border-color: #CE2497; }
span { border-color: rgb(206,36,151); }
td.TdClassName
{
border-color: #CE2497;
}
.TagClassName
{
border-color: #CE2497;
}
</style>