Shades of Medium Violet Red #CE048E
Tints of Medium Violet Red #CE048E
RGB
CMYK
RGB Variations
Color information
#CE048E (or 0xCE048E) is known color: Medium Violet Red. HEX triplet: CE, 04 and 8E. RGB value is (206,4,142). Sum of RGB (Red+Green+Blue) = 206+4+142=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE048E is #31FB71. Grayscale: #4F4F4F. Windows color (decimal): -3275634 or 9307342. OLE color: 9307342.
HSL color Cylindrical-coordinate representation of color #CE048E: hue angle of 319.01º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE048E is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.19 |
| HSL | 319.01º | 0.96% | 0.41% | - |
| HSV(B) | 319.01º | 0.98% | 0.81% | - |
| XYZ | 30.38 | 15.16 | 26.92 | - |
| YUV | 80.13 | 162.92 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 142 | 0 | 0.98 | 0.31 | 0.19 | 319.01 | 0.96 | 0.41 |
| Hex | CE | 4 | 8E | 0 | 62 | 1F | 13 | 13F | 60 | 29 |
| Octal | 316 | 4 | 216 | 0 | 142 | 37 | 23 | 477 | 140 | 51 |
| Binary | 11001110 | 100 | 10001110 | 0 | 1100010 | 11111 | 10011 | 100111111 | 1100000 | 101001 |
Color Harmonies of #CE048E
Complementary color
Monochromatic Colors of #CE048E
Black with #CE048E
Text Example
Text Example
White with #CE048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE048E; }
p { color: rgb(206,4,142); }
H1.HeaderClassName
{
color: #CE048E;
}
.AnyTagClassName
{
color: #CE048E;
}
</style>
background-color css
<style>
a { background-color: #CE048E; }
a { background-color: rgb(206,4,142); }
div.DivClassName
{
background-color: #CE048E;
}
.BgClassName
{
background-color: #CE048E;
}
</style>
border-color css
<style>
span { border-color: #CE048E; }
span { border-color: rgb(206,4,142); }
td.TdClassName
{
border-color: #CE048E;
}
.TagClassName
{
border-color: #CE048E;
}
</style>