Shades of Medium Violet Red #CE137B
Tints of Medium Violet Red #CE137B
RGB
CMYK
RGB Variations
Color information
#CE137B (or 0xCE137B) is known color: Medium Violet Red. HEX triplet: CE, 13 and 7B. RGB value is (206,19,123). Sum of RGB (Red+Green+Blue) = 206+19+123=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE137B is #31EC84. Grayscale: #565656. Windows color (decimal): -3271813 or 8065998. OLE color: 8065998.
HSL color Cylindrical-coordinate representation of color #CE137B: hue angle of 326.63º 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 #CE137B is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 123 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.19 |
| HSL | 326.63º | 0.83% | 0.44% | - |
| HSV(B) | 326.63º | 0.91% | 0.81% | - |
| XYZ | 29.26 | 15.02 | 20.1 | - |
| YUV | 86.77 | 148.45 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 123 | 0 | 0.91 | 0.40 | 0.19 | 326.63 | 0.83 | 0.44 |
| Hex | CE | 13 | 7B | 0 | 5B | 28 | 13 | 147 | 53 | 2C |
| Octal | 316 | 23 | 173 | 0 | 133 | 50 | 23 | 507 | 123 | 54 |
| Binary | 11001110 | 10011 | 1111011 | 0 | 1011011 | 101000 | 10011 | 101000111 | 1010011 | 101100 |
Color Harmonies of #CE137B
Complementary color
Monochromatic Colors of #CE137B
Black with #CE137B
Text Example
Text Example
White with #CE137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE137B; }
p { color: rgb(206,19,123); }
H1.HeaderClassName
{
color: #CE137B;
}
.AnyTagClassName
{
color: #CE137B;
}
</style>
background-color css
<style>
a { background-color: #CE137B; }
a { background-color: rgb(206,19,123); }
div.DivClassName
{
background-color: #CE137B;
}
.BgClassName
{
background-color: #CE137B;
}
</style>
border-color css
<style>
span { border-color: #CE137B; }
span { border-color: rgb(206,19,123); }
td.TdClassName
{
border-color: #CE137B;
}
.TagClassName
{
border-color: #CE137B;
}
</style>