Shades of Medium Violet Red #CE158B
Tints of Medium Violet Red #CE158B
RGB
CMYK
RGB Variations
Color information
#CE158B (or 0xCE158B) is known color: Medium Violet Red. HEX triplet: CE, 15 and 8B. RGB value is (206,21,139). Sum of RGB (Red+Green+Blue) = 206+21+139=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE158B is #31EA74. Grayscale: #595959. Windows color (decimal): -3271285 or 9115086. OLE color: 9115086.
HSL color Cylindrical-coordinate representation of color #CE158B: hue angle of 321.73º 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 #CE158B is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 139 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.19 |
| HSL | 321.73º | 0.81% | 0.45% | - |
| HSV(B) | 321.73º | 0.9% | 0.81% | - |
| XYZ | 30.38 | 15.52 | 25.82 | - |
| YUV | 89.77 | 155.79 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 139 | 0 | 0.90 | 0.33 | 0.19 | 321.73 | 0.81 | 0.45 |
| Hex | CE | 15 | 8B | 0 | 5A | 21 | 13 | 142 | 51 | 2D |
| Octal | 316 | 25 | 213 | 0 | 132 | 41 | 23 | 502 | 121 | 55 |
| Binary | 11001110 | 10101 | 10001011 | 0 | 1011010 | 100001 | 10011 | 101000010 | 1010001 | 101101 |
Color Harmonies of #CE158B
Complementary color
Monochromatic Colors of #CE158B
Black with #CE158B
Text Example
Text Example
White with #CE158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE158B; }
p { color: rgb(206,21,139); }
H1.HeaderClassName
{
color: #CE158B;
}
.AnyTagClassName
{
color: #CE158B;
}
</style>
background-color css
<style>
a { background-color: #CE158B; }
a { background-color: rgb(206,21,139); }
div.DivClassName
{
background-color: #CE158B;
}
.BgClassName
{
background-color: #CE158B;
}
</style>
border-color css
<style>
span { border-color: #CE158B; }
span { border-color: rgb(206,21,139); }
td.TdClassName
{
border-color: #CE158B;
}
.TagClassName
{
border-color: #CE158B;
}
</style>