Shades of Medium Violet Red #CE048A
Tints of Medium Violet Red #CE048A
RGB
CMYK
RGB Variations
Color information
#CE048A (or 0xCE048A) is known color: Medium Violet Red. HEX triplet: CE, 04 and 8A. RGB value is (206,4,138). Sum of RGB (Red+Green+Blue) = 206+4+138=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE048A is #31FB75. Grayscale: #4F4F4F. Windows color (decimal): -3275638 or 9045198. OLE color: 9045198.
HSL color Cylindrical-coordinate representation of color #CE048A: hue angle of 320.2º 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 #CE048A is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.19 |
| HSL | 320.2º | 0.96% | 0.41% | - |
| HSV(B) | 320.2º | 0.98% | 0.81% | - |
| XYZ | 30.08 | 15.04 | 25.36 | - |
| YUV | 79.67 | 160.92 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 138 | 0 | 0.98 | 0.33 | 0.19 | 320.2 | 0.96 | 0.41 |
| Hex | CE | 4 | 8A | 0 | 62 | 21 | 13 | 140 | 60 | 29 |
| Octal | 316 | 4 | 212 | 0 | 142 | 41 | 23 | 500 | 140 | 51 |
| Binary | 11001110 | 100 | 10001010 | 0 | 1100010 | 100001 | 10011 | 101000000 | 1100000 | 101001 |
Color Harmonies of #CE048A
Complementary color
Monochromatic Colors of #CE048A
Black with #CE048A
Text Example
Text Example
White with #CE048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE048A; }
p { color: rgb(206,4,138); }
H1.HeaderClassName
{
color: #CE048A;
}
.AnyTagClassName
{
color: #CE048A;
}
</style>
background-color css
<style>
a { background-color: #CE048A; }
a { background-color: rgb(206,4,138); }
div.DivClassName
{
background-color: #CE048A;
}
.BgClassName
{
background-color: #CE048A;
}
</style>
border-color css
<style>
span { border-color: #CE048A; }
span { border-color: rgb(206,4,138); }
td.TdClassName
{
border-color: #CE048A;
}
.TagClassName
{
border-color: #CE048A;
}
</style>