Shades of Medium Violet Red #CE038E
Tints of Medium Violet Red #CE038E
RGB
CMYK
RGB Variations
Color information
#CE038E (or 0xCE038E) is known color: Medium Violet Red. HEX triplet: CE, 03 and 8E. RGB value is (206,3,142). Sum of RGB (Red+Green+Blue) = 206+3+142=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE038E is #31FC71. Grayscale: #4F4F4F. Windows color (decimal): -3275890 or 9307086. OLE color: 9307086.
HSL color Cylindrical-coordinate representation of color #CE038E: hue angle of 318.92º 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 #CE038E is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 142 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.19 |
| HSL | 318.92º | 0.97% | 0.41% | - |
| HSV(B) | 318.92º | 0.99% | 0.81% | - |
| XYZ | 30.37 | 15.14 | 26.91 | - |
| YUV | 79.54 | 163.25 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 142 | 0 | 0.99 | 0.31 | 0.19 | 318.92 | 0.97 | 0.41 |
| Hex | CE | 3 | 8E | 0 | 63 | 1F | 13 | 13F | 61 | 29 |
| Octal | 316 | 3 | 216 | 0 | 143 | 37 | 23 | 477 | 141 | 51 |
| Binary | 11001110 | 11 | 10001110 | 0 | 1100011 | 11111 | 10011 | 100111111 | 1100001 | 101001 |
Color Harmonies of #CE038E
Complementary color
Monochromatic Colors of #CE038E
Black with #CE038E
Text Example
Text Example
White with #CE038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE038E; }
p { color: rgb(206,3,142); }
H1.HeaderClassName
{
color: #CE038E;
}
.AnyTagClassName
{
color: #CE038E;
}
</style>
background-color css
<style>
a { background-color: #CE038E; }
a { background-color: rgb(206,3,142); }
div.DivClassName
{
background-color: #CE038E;
}
.BgClassName
{
background-color: #CE038E;
}
</style>
border-color css
<style>
span { border-color: #CE038E; }
span { border-color: rgb(206,3,142); }
td.TdClassName
{
border-color: #CE038E;
}
.TagClassName
{
border-color: #CE038E;
}
</style>