Shades of Medium Violet Red #CE038A
Tints of Medium Violet Red #CE038A
RGB
CMYK
RGB Variations
Color information
#CE038A (or 0xCE038A) is known color: Medium Violet Red. HEX triplet: CE, 03 and 8A. RGB value is (206,3,138). Sum of RGB (Red+Green+Blue) = 206+3+138=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE038A is #31FC75. Grayscale: #4E4E4E. Windows color (decimal): -3275894 or 9044942. OLE color: 9044942.
HSL color Cylindrical-coordinate representation of color #CE038A: hue angle of 320.1º 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 #CE038A is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 138 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.19 |
| HSL | 320.1º | 0.97% | 0.41% | - |
| HSV(B) | 320.1º | 0.99% | 0.81% | - |
| XYZ | 30.07 | 15.02 | 25.36 | - |
| YUV | 79.09 | 161.25 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 138 | 0 | 0.99 | 0.33 | 0.19 | 320.1 | 0.97 | 0.41 |
| Hex | CE | 3 | 8A | 0 | 63 | 21 | 13 | 140 | 61 | 29 |
| Octal | 316 | 3 | 212 | 0 | 143 | 41 | 23 | 500 | 141 | 51 |
| Binary | 11001110 | 11 | 10001010 | 0 | 1100011 | 100001 | 10011 | 101000000 | 1100001 | 101001 |
Color Harmonies of #CE038A
Complementary color
Monochromatic Colors of #CE038A
Black with #CE038A
Text Example
Text Example
White with #CE038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE038A; }
p { color: rgb(206,3,138); }
H1.HeaderClassName
{
color: #CE038A;
}
.AnyTagClassName
{
color: #CE038A;
}
</style>
background-color css
<style>
a { background-color: #CE038A; }
a { background-color: rgb(206,3,138); }
div.DivClassName
{
background-color: #CE038A;
}
.BgClassName
{
background-color: #CE038A;
}
</style>
border-color css
<style>
span { border-color: #CE038A; }
span { border-color: rgb(206,3,138); }
td.TdClassName
{
border-color: #CE038A;
}
.TagClassName
{
border-color: #CE038A;
}
</style>