Shades of Medium Violet Red #CE028B
Tints of Medium Violet Red #CE028B
RGB
CMYK
RGB Variations
Color information
#CE028B (or 0xCE028B) is known color: Medium Violet Red. HEX triplet: CE, 02 and 8B. RGB value is (206,2,139). Sum of RGB (Red+Green+Blue) = 206+2+139=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE028B is #31FD74. Grayscale: #4E4E4E. Windows color (decimal): -3276149 or 9110222. OLE color: 9110222.
HSL color Cylindrical-coordinate representation of color #CE028B: hue angle of 319.71º degrees, saturation: 0.98, 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 #CE028B is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.19 |
| HSL | 319.71º | 0.98% | 0.41% | - |
| HSV(B) | 319.71º | 0.99% | 0.81% | - |
| XYZ | 30.14 | 15.03 | 25.74 | - |
| YUV | 78.61 | 162.09 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 139 | 0 | 0.99 | 0.33 | 0.19 | 319.71 | 0.98 | 0.41 |
| Hex | CE | 2 | 8B | 0 | 63 | 21 | 13 | 140 | 62 | 29 |
| Octal | 316 | 2 | 213 | 0 | 143 | 41 | 23 | 500 | 142 | 51 |
| Binary | 11001110 | 10 | 10001011 | 0 | 1100011 | 100001 | 10011 | 101000000 | 1100010 | 101001 |
Color Harmonies of #CE028B
Complementary color
Monochromatic Colors of #CE028B
Black with #CE028B
Text Example
Text Example
White with #CE028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE028B; }
p { color: rgb(206,2,139); }
H1.HeaderClassName
{
color: #CE028B;
}
.AnyTagClassName
{
color: #CE028B;
}
</style>
background-color css
<style>
a { background-color: #CE028B; }
a { background-color: rgb(206,2,139); }
div.DivClassName
{
background-color: #CE028B;
}
.BgClassName
{
background-color: #CE028B;
}
</style>
border-color css
<style>
span { border-color: #CE028B; }
span { border-color: rgb(206,2,139); }
td.TdClassName
{
border-color: #CE028B;
}
.TagClassName
{
border-color: #CE028B;
}
</style>