Shades of Medium Violet Red #CE157A
Tints of Medium Violet Red #CE157A
RGB
CMYK
RGB Variations
Color information
#CE157A (or 0xCE157A) is known color: Medium Violet Red. HEX triplet: CE, 15 and 7A. RGB value is (206,21,122). Sum of RGB (Red+Green+Blue) = 206+21+122=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE157A is #31EA85. Grayscale: #575757. Windows color (decimal): -3271302 or 8000974. OLE color: 8000974.
HSL color Cylindrical-coordinate representation of color #CE157A: hue angle of 327.24º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE157A is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 122 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.19 |
| HSL | 327.24º | 0.81% | 0.45% | - |
| HSV(B) | 327.24º | 0.9% | 0.81% | - |
| XYZ | 29.23 | 15.06 | 19.78 | - |
| YUV | 87.83 | 147.29 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 122 | 0 | 0.90 | 0.41 | 0.19 | 327.24 | 0.81 | 0.45 |
| Hex | CE | 15 | 7A | 0 | 5A | 29 | 13 | 147 | 51 | 2D |
| Octal | 316 | 25 | 172 | 0 | 132 | 51 | 23 | 507 | 121 | 55 |
| Binary | 11001110 | 10101 | 1111010 | 0 | 1011010 | 101001 | 10011 | 101000111 | 1010001 | 101101 |
Color Harmonies of #CE157A
Complementary color
Monochromatic Colors of #CE157A
Black with #CE157A
Text Example
Text Example
White with #CE157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE157A; }
p { color: rgb(206,21,122); }
H1.HeaderClassName
{
color: #CE157A;
}
.AnyTagClassName
{
color: #CE157A;
}
</style>
background-color css
<style>
a { background-color: #CE157A; }
a { background-color: rgb(206,21,122); }
div.DivClassName
{
background-color: #CE157A;
}
.BgClassName
{
background-color: #CE157A;
}
</style>
border-color css
<style>
span { border-color: #CE157A; }
span { border-color: rgb(206,21,122); }
td.TdClassName
{
border-color: #CE157A;
}
.TagClassName
{
border-color: #CE157A;
}
</style>