Shades of Medium Violet Red #CE047A
Tints of Medium Violet Red #CE047A
RGB
CMYK
RGB Variations
Color information
#CE047A (or 0xCE047A) is known color: Medium Violet Red. HEX triplet: CE, 04 and 7A. RGB value is (206,4,122). Sum of RGB (Red+Green+Blue) = 206+4+122=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE047A is #31FB85. Grayscale: #4D4D4D. Windows color (decimal): -3275654 or 7996622. OLE color: 7996622.
HSL color Cylindrical-coordinate representation of color #CE047A: hue angle of 324.95º 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 #CE047A is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.19 |
| HSL | 324.95º | 0.96% | 0.41% | - |
| HSV(B) | 324.95º | 0.98% | 0.81% | - |
| XYZ | 29.01 | 14.61 | 19.7 | - |
| YUV | 77.85 | 152.92 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 122 | 0 | 0.98 | 0.41 | 0.19 | 324.95 | 0.96 | 0.41 |
| Hex | CE | 4 | 7A | 0 | 62 | 29 | 13 | 145 | 60 | 29 |
| Octal | 316 | 4 | 172 | 0 | 142 | 51 | 23 | 505 | 140 | 51 |
| Binary | 11001110 | 100 | 1111010 | 0 | 1100010 | 101001 | 10011 | 101000101 | 1100000 | 101001 |
Color Harmonies of #CE047A
Complementary color
Monochromatic Colors of #CE047A
Black with #CE047A
Text Example
Text Example
White with #CE047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE047A; }
p { color: rgb(206,4,122); }
H1.HeaderClassName
{
color: #CE047A;
}
.AnyTagClassName
{
color: #CE047A;
}
</style>
background-color css
<style>
a { background-color: #CE047A; }
a { background-color: rgb(206,4,122); }
div.DivClassName
{
background-color: #CE047A;
}
.BgClassName
{
background-color: #CE047A;
}
</style>
border-color css
<style>
span { border-color: #CE047A; }
span { border-color: rgb(206,4,122); }
td.TdClassName
{
border-color: #CE047A;
}
.TagClassName
{
border-color: #CE047A;
}
</style>