Shades of Medium Violet Red #CE1389
Tints of Medium Violet Red #CE1389
RGB
CMYK
RGB Variations
Color information
#CE1389 (or 0xCE1389) is known color: Medium Violet Red. HEX triplet: CE, 13 and 89. RGB value is (206,19,137). Sum of RGB (Red+Green+Blue) = 206+19+137=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1389 is #31EC76. Grayscale: #585858. Windows color (decimal): -3271799 or 8983502. OLE color: 8983502.
HSL color Cylindrical-coordinate representation of color #CE1389: hue angle of 322.14º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1389 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 137 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.19 |
| HSL | 322.14º | 0.83% | 0.44% | - |
| HSV(B) | 322.14º | 0.91% | 0.81% | - |
| XYZ | 30.2 | 15.39 | 25.05 | - |
| YUV | 88.37 | 155.45 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 137 | 0 | 0.91 | 0.33 | 0.19 | 322.14 | 0.83 | 0.44 |
| Hex | CE | 13 | 89 | 0 | 5B | 21 | 13 | 142 | 53 | 2C |
| Octal | 316 | 23 | 211 | 0 | 133 | 41 | 23 | 502 | 123 | 54 |
| Binary | 11001110 | 10011 | 10001001 | 0 | 1011011 | 100001 | 10011 | 101000010 | 1010011 | 101100 |
Color Harmonies of #CE1389
Complementary color
Monochromatic Colors of #CE1389
Black with #CE1389
Text Example
Text Example
White with #CE1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1389; }
p { color: rgb(206,19,137); }
H1.HeaderClassName
{
color: #CE1389;
}
.AnyTagClassName
{
color: #CE1389;
}
</style>
background-color css
<style>
a { background-color: #CE1389; }
a { background-color: rgb(206,19,137); }
div.DivClassName
{
background-color: #CE1389;
}
.BgClassName
{
background-color: #CE1389;
}
</style>
border-color css
<style>
span { border-color: #CE1389; }
span { border-color: rgb(206,19,137); }
td.TdClassName
{
border-color: #CE1389;
}
.TagClassName
{
border-color: #CE1389;
}
</style>