Shades of Medium Violet Red #CE037D
Tints of Medium Violet Red #CE037D
RGB
CMYK
RGB Variations
Color information
#CE037D (or 0xCE037D) is known color: Medium Violet Red. HEX triplet: CE, 03 and 7D. RGB value is (206,3,125). Sum of RGB (Red+Green+Blue) = 206+3+125=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE037D is #31FC82. Grayscale: #4D4D4D. Windows color (decimal): -3275907 or 8192974. OLE color: 8192974.
HSL color Cylindrical-coordinate representation of color #CE037D: hue angle of 323.94º 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 #CE037D is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 125 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.19 |
| HSL | 323.94º | 0.97% | 0.41% | - |
| HSV(B) | 323.94º | 0.99% | 0.81% | - |
| XYZ | 29.19 | 14.67 | 20.69 | - |
| YUV | 77.61 | 154.75 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 125 | 0 | 0.99 | 0.39 | 0.19 | 323.94 | 0.97 | 0.41 |
| Hex | CE | 3 | 7D | 0 | 63 | 27 | 13 | 144 | 61 | 29 |
| Octal | 316 | 3 | 175 | 0 | 143 | 47 | 23 | 504 | 141 | 51 |
| Binary | 11001110 | 11 | 1111101 | 0 | 1100011 | 100111 | 10011 | 101000100 | 1100001 | 101001 |
Color Harmonies of #CE037D
Complementary color
Monochromatic Colors of #CE037D
Black with #CE037D
Text Example
Text Example
White with #CE037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE037D; }
p { color: rgb(206,3,125); }
H1.HeaderClassName
{
color: #CE037D;
}
.AnyTagClassName
{
color: #CE037D;
}
</style>
background-color css
<style>
a { background-color: #CE037D; }
a { background-color: rgb(206,3,125); }
div.DivClassName
{
background-color: #CE037D;
}
.BgClassName
{
background-color: #CE037D;
}
</style>
border-color css
<style>
span { border-color: #CE037D; }
span { border-color: rgb(206,3,125); }
td.TdClassName
{
border-color: #CE037D;
}
.TagClassName
{
border-color: #CE037D;
}
</style>