Shades of Medium Violet Red #CE038C
Tints of Medium Violet Red #CE038C
RGB
CMYK
RGB Variations
Color information
#CE038C (or 0xCE038C) is known color: Medium Violet Red. HEX triplet: CE, 03 and 8C. RGB value is (206,3,140). Sum of RGB (Red+Green+Blue) = 206+3+140=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE038C is #31FC73. Grayscale: #4E4E4E. Windows color (decimal): -3275892 or 9176014. OLE color: 9176014.
HSL color Cylindrical-coordinate representation of color #CE038C: hue angle of 319.51º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE038C is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 140 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.19 |
| HSL | 319.51º | 0.97% | 0.41% | - |
| HSV(B) | 319.51º | 0.99% | 0.81% | - |
| XYZ | 30.22 | 15.08 | 26.13 | - |
| YUV | 79.32 | 162.25 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 140 | 0 | 0.99 | 0.32 | 0.19 | 319.51 | 0.97 | 0.41 |
| Hex | CE | 3 | 8C | 0 | 63 | 20 | 13 | 140 | 61 | 29 |
| Octal | 316 | 3 | 214 | 0 | 143 | 40 | 23 | 500 | 141 | 51 |
| Binary | 11001110 | 11 | 10001100 | 0 | 1100011 | 100000 | 10011 | 101000000 | 1100001 | 101001 |
Color Harmonies of #CE038C
Complementary color
Monochromatic Colors of #CE038C
Black with #CE038C
Text Example
Text Example
White with #CE038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE038C; }
p { color: rgb(206,3,140); }
H1.HeaderClassName
{
color: #CE038C;
}
.AnyTagClassName
{
color: #CE038C;
}
</style>
background-color css
<style>
a { background-color: #CE038C; }
a { background-color: rgb(206,3,140); }
div.DivClassName
{
background-color: #CE038C;
}
.BgClassName
{
background-color: #CE038C;
}
</style>
border-color css
<style>
span { border-color: #CE038C; }
span { border-color: rgb(206,3,140); }
td.TdClassName
{
border-color: #CE038C;
}
.TagClassName
{
border-color: #CE038C;
}
</style>