Shades of Medium Violet Red #CE137E
Tints of Medium Violet Red #CE137E
RGB
CMYK
RGB Variations
Color information
#CE137E (or 0xCE137E) is known color: Medium Violet Red. HEX triplet: CE, 13 and 7E. RGB value is (206,19,126). Sum of RGB (Red+Green+Blue) = 206+19+126=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE137E is #31EC81. Grayscale: #565656. Windows color (decimal): -3271810 or 8262606. OLE color: 8262606.
HSL color Cylindrical-coordinate representation of color #CE137E: hue angle of 325.67º 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 #CE137E is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 126 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.19 |
| HSL | 325.67º | 0.83% | 0.44% | - |
| HSV(B) | 325.67º | 0.91% | 0.81% | - |
| XYZ | 29.45 | 15.09 | 21.1 | - |
| YUV | 87.11 | 149.95 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 126 | 0 | 0.91 | 0.39 | 0.19 | 325.67 | 0.83 | 0.44 |
| Hex | CE | 13 | 7E | 0 | 5B | 27 | 13 | 146 | 53 | 2C |
| Octal | 316 | 23 | 176 | 0 | 133 | 47 | 23 | 506 | 123 | 54 |
| Binary | 11001110 | 10011 | 1111110 | 0 | 1011011 | 100111 | 10011 | 101000110 | 1010011 | 101100 |
Color Harmonies of #CE137E
Complementary color
Monochromatic Colors of #CE137E
Black with #CE137E
Text Example
Text Example
White with #CE137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE137E; }
p { color: rgb(206,19,126); }
H1.HeaderClassName
{
color: #CE137E;
}
.AnyTagClassName
{
color: #CE137E;
}
</style>
background-color css
<style>
a { background-color: #CE137E; }
a { background-color: rgb(206,19,126); }
div.DivClassName
{
background-color: #CE137E;
}
.BgClassName
{
background-color: #CE137E;
}
</style>
border-color css
<style>
span { border-color: #CE137E; }
span { border-color: rgb(206,19,126); }
td.TdClassName
{
border-color: #CE137E;
}
.TagClassName
{
border-color: #CE137E;
}
</style>