Shades of Medium Violet Red #CE137A
Tints of Medium Violet Red #CE137A
RGB
CMYK
RGB Variations
Color information
#CE137A (or 0xCE137A) is known color: Medium Violet Red. HEX triplet: CE, 13 and 7A. RGB value is (206,19,122). Sum of RGB (Red+Green+Blue) = 206+19+122=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE137A is #31EC85. Grayscale: #565656. Windows color (decimal): -3271814 or 8000462. OLE color: 8000462.
HSL color Cylindrical-coordinate representation of color #CE137A: hue angle of 326.95º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE137A is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 122 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.19 |
| HSL | 326.95º | 0.83% | 0.44% | - |
| HSV(B) | 326.95º | 0.91% | 0.81% | - |
| XYZ | 29.2 | 14.99 | 19.77 | - |
| YUV | 86.66 | 147.95 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 122 | 0 | 0.91 | 0.41 | 0.19 | 326.95 | 0.83 | 0.44 |
| Hex | CE | 13 | 7A | 0 | 5B | 29 | 13 | 147 | 53 | 2C |
| Octal | 316 | 23 | 172 | 0 | 133 | 51 | 23 | 507 | 123 | 54 |
| Binary | 11001110 | 10011 | 1111010 | 0 | 1011011 | 101001 | 10011 | 101000111 | 1010011 | 101100 |
Color Harmonies of #CE137A
Complementary color
Monochromatic Colors of #CE137A
Black with #CE137A
Text Example
Text Example
White with #CE137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE137A; }
p { color: rgb(206,19,122); }
H1.HeaderClassName
{
color: #CE137A;
}
.AnyTagClassName
{
color: #CE137A;
}
</style>
background-color css
<style>
a { background-color: #CE137A; }
a { background-color: rgb(206,19,122); }
div.DivClassName
{
background-color: #CE137A;
}
.BgClassName
{
background-color: #CE137A;
}
</style>
border-color css
<style>
span { border-color: #CE137A; }
span { border-color: rgb(206,19,122); }
td.TdClassName
{
border-color: #CE137A;
}
.TagClassName
{
border-color: #CE137A;
}
</style>