Shades of Medium Violet Red #CE037A
Tints of Medium Violet Red #CE037A
RGB
CMYK
RGB Variations
Color information
#CE037A (or 0xCE037A) is known color: Medium Violet Red. HEX triplet: CE, 03 and 7A. RGB value is (206,3,122). Sum of RGB (Red+Green+Blue) = 206+3+122=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE037A is #31FC85. Grayscale: #4C4C4C. Windows color (decimal): -3275910 or 7996366. OLE color: 7996366.
HSL color Cylindrical-coordinate representation of color #CE037A: hue angle of 324.83º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE037A is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 122 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.19 |
| HSL | 324.83º | 0.97% | 0.41% | - |
| HSV(B) | 324.83º | 0.99% | 0.81% | - |
| XYZ | 29 | 14.59 | 19.7 | - |
| YUV | 77.26 | 153.25 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 122 | 0 | 0.99 | 0.41 | 0.19 | 324.83 | 0.97 | 0.41 |
| Hex | CE | 3 | 7A | 0 | 63 | 29 | 13 | 145 | 61 | 29 |
| Octal | 316 | 3 | 172 | 0 | 143 | 51 | 23 | 505 | 141 | 51 |
| Binary | 11001110 | 11 | 1111010 | 0 | 1100011 | 101001 | 10011 | 101000101 | 1100001 | 101001 |
Color Harmonies of #CE037A
Complementary color
Monochromatic Colors of #CE037A
Black with #CE037A
Text Example
Text Example
White with #CE037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE037A; }
p { color: rgb(206,3,122); }
H1.HeaderClassName
{
color: #CE037A;
}
.AnyTagClassName
{
color: #CE037A;
}
</style>
background-color css
<style>
a { background-color: #CE037A; }
a { background-color: rgb(206,3,122); }
div.DivClassName
{
background-color: #CE037A;
}
.BgClassName
{
background-color: #CE037A;
}
</style>
border-color css
<style>
span { border-color: #CE037A; }
span { border-color: rgb(206,3,122); }
td.TdClassName
{
border-color: #CE037A;
}
.TagClassName
{
border-color: #CE037A;
}
</style>