Shades of Medium Violet Red #CE038D
Tints of Medium Violet Red #CE038D
RGB
CMYK
RGB Variations
Color information
#CE038D (or 0xCE038D) is known color: Medium Violet Red. HEX triplet: CE, 03 and 8D. RGB value is (206,3,141). Sum of RGB (Red+Green+Blue) = 206+3+141=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE038D is #31FC72. Grayscale: #4F4F4F. Windows color (decimal): -3275891 or 9241550. OLE color: 9241550.
HSL color Cylindrical-coordinate representation of color #CE038D: hue angle of 319.21º 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 #CE038D is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 141 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.19 |
| HSL | 319.21º | 0.97% | 0.41% | - |
| HSV(B) | 319.21º | 0.99% | 0.81% | - |
| XYZ | 30.29 | 15.11 | 26.52 | - |
| YUV | 79.43 | 162.75 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 141 | 0 | 0.99 | 0.32 | 0.19 | 319.21 | 0.97 | 0.41 |
| Hex | CE | 3 | 8D | 0 | 63 | 20 | 13 | 13F | 61 | 29 |
| Octal | 316 | 3 | 215 | 0 | 143 | 40 | 23 | 477 | 141 | 51 |
| Binary | 11001110 | 11 | 10001101 | 0 | 1100011 | 100000 | 10011 | 100111111 | 1100001 | 101001 |
Color Harmonies of #CE038D
Complementary color
Monochromatic Colors of #CE038D
Black with #CE038D
Text Example
Text Example
White with #CE038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE038D; }
p { color: rgb(206,3,141); }
H1.HeaderClassName
{
color: #CE038D;
}
.AnyTagClassName
{
color: #CE038D;
}
</style>
background-color css
<style>
a { background-color: #CE038D; }
a { background-color: rgb(206,3,141); }
div.DivClassName
{
background-color: #CE038D;
}
.BgClassName
{
background-color: #CE038D;
}
</style>
border-color css
<style>
span { border-color: #CE038D; }
span { border-color: rgb(206,3,141); }
td.TdClassName
{
border-color: #CE038D;
}
.TagClassName
{
border-color: #CE038D;
}
</style>