Shades of Medium Violet Red #CE049D
Tints of Medium Violet Red #CE049D
RGB
CMYK
RGB Variations
Color information
#CE049D (or 0xCE049D) is known color: Medium Violet Red. HEX triplet: CE, 04 and 9D. RGB value is (206,4,157). Sum of RGB (Red+Green+Blue) = 206+4+157=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE049D is #31FB62. Grayscale: #515151. Windows color (decimal): -3275619 or 10290382. OLE color: 10290382.
HSL color Cylindrical-coordinate representation of color #CE049D: hue angle of 314.55º 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 #CE049D is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.19 |
| HSL | 314.55º | 0.96% | 0.41% | - |
| HSV(B) | 314.55º | 0.98% | 0.81% | - |
| XYZ | 31.58 | 15.64 | 33.25 | - |
| YUV | 81.84 | 170.42 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 157 | 0 | 0.98 | 0.24 | 0.19 | 314.55 | 0.96 | 0.41 |
| Hex | CE | 4 | 9D | 0 | 62 | 18 | 13 | 13B | 60 | 29 |
| Octal | 316 | 4 | 235 | 0 | 142 | 30 | 23 | 473 | 140 | 51 |
| Binary | 11001110 | 100 | 10011101 | 0 | 1100010 | 11000 | 10011 | 100111011 | 1100000 | 101001 |
Color Harmonies of #CE049D
Complementary color
Monochromatic Colors of #CE049D
Black with #CE049D
Text Example
Text Example
White with #CE049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE049D; }
p { color: rgb(206,4,157); }
H1.HeaderClassName
{
color: #CE049D;
}
.AnyTagClassName
{
color: #CE049D;
}
</style>
background-color css
<style>
a { background-color: #CE049D; }
a { background-color: rgb(206,4,157); }
div.DivClassName
{
background-color: #CE049D;
}
.BgClassName
{
background-color: #CE049D;
}
</style>
border-color css
<style>
span { border-color: #CE049D; }
span { border-color: rgb(206,4,157); }
td.TdClassName
{
border-color: #CE049D;
}
.TagClassName
{
border-color: #CE049D;
}
</style>