Shades of Medium Violet Red #CE038B
Tints of Medium Violet Red #CE038B
RGB
CMYK
RGB Variations
Color information
#CE038B (or 0xCE038B) is known color: Medium Violet Red. HEX triplet: CE, 03 and 8B. RGB value is (206,3,139). Sum of RGB (Red+Green+Blue) = 206+3+139=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE038B is #31FC74. Grayscale: #4E4E4E. Windows color (decimal): -3275893 or 9110478. OLE color: 9110478.
HSL color Cylindrical-coordinate representation of color #CE038B: hue angle of 319.8º 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 #CE038B is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.19 |
| HSL | 319.8º | 0.97% | 0.41% | - |
| HSV(B) | 319.8º | 0.99% | 0.81% | - |
| XYZ | 30.15 | 15.05 | 25.74 | - |
| YUV | 79.2 | 161.75 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 139 | 0 | 0.99 | 0.33 | 0.19 | 319.8 | 0.97 | 0.41 |
| Hex | CE | 3 | 8B | 0 | 63 | 21 | 13 | 140 | 61 | 29 |
| Octal | 316 | 3 | 213 | 0 | 143 | 41 | 23 | 500 | 141 | 51 |
| Binary | 11001110 | 11 | 10001011 | 0 | 1100011 | 100001 | 10011 | 101000000 | 1100001 | 101001 |
Color Harmonies of #CE038B
Complementary color
Monochromatic Colors of #CE038B
Black with #CE038B
Text Example
Text Example
White with #CE038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE038B; }
p { color: rgb(206,3,139); }
H1.HeaderClassName
{
color: #CE038B;
}
.AnyTagClassName
{
color: #CE038B;
}
</style>
background-color css
<style>
a { background-color: #CE038B; }
a { background-color: rgb(206,3,139); }
div.DivClassName
{
background-color: #CE038B;
}
.BgClassName
{
background-color: #CE038B;
}
</style>
border-color css
<style>
span { border-color: #CE038B; }
span { border-color: rgb(206,3,139); }
td.TdClassName
{
border-color: #CE038B;
}
.TagClassName
{
border-color: #CE038B;
}
</style>