Shades of Medium Violet Red #CE047C
Tints of Medium Violet Red #CE047C
RGB
CMYK
RGB Variations
Color information
#CE047C (or 0xCE047C) is known color: Medium Violet Red. HEX triplet: CE, 04 and 7C. RGB value is (206,4,124). Sum of RGB (Red+Green+Blue) = 206+4+124=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE047C is #31FB83. Grayscale: #4D4D4D. Windows color (decimal): -3275652 or 8127694. OLE color: 8127694.
HSL color Cylindrical-coordinate representation of color #CE047C: hue angle of 324.36º 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 #CE047C is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.19 |
| HSL | 324.36º | 0.96% | 0.41% | - |
| HSV(B) | 324.36º | 0.98% | 0.81% | - |
| XYZ | 29.14 | 14.66 | 20.36 | - |
| YUV | 78.08 | 153.92 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 124 | 0 | 0.98 | 0.40 | 0.19 | 324.36 | 0.96 | 0.41 |
| Hex | CE | 4 | 7C | 0 | 62 | 28 | 13 | 144 | 60 | 29 |
| Octal | 316 | 4 | 174 | 0 | 142 | 50 | 23 | 504 | 140 | 51 |
| Binary | 11001110 | 100 | 1111100 | 0 | 1100010 | 101000 | 10011 | 101000100 | 1100000 | 101001 |
Color Harmonies of #CE047C
Complementary color
Monochromatic Colors of #CE047C
Black with #CE047C
Text Example
Text Example
White with #CE047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE047C; }
p { color: rgb(206,4,124); }
H1.HeaderClassName
{
color: #CE047C;
}
.AnyTagClassName
{
color: #CE047C;
}
</style>
background-color css
<style>
a { background-color: #CE047C; }
a { background-color: rgb(206,4,124); }
div.DivClassName
{
background-color: #CE047C;
}
.BgClassName
{
background-color: #CE047C;
}
</style>
border-color css
<style>
span { border-color: #CE047C; }
span { border-color: rgb(206,4,124); }
td.TdClassName
{
border-color: #CE047C;
}
.TagClassName
{
border-color: #CE047C;
}
</style>