Shades of Medium Violet Red #CE1289
Tints of Medium Violet Red #CE1289
RGB
CMYK
RGB Variations
Color information
#CE1289 (or 0xCE1289) is known color: Medium Violet Red. HEX triplet: CE, 12 and 89. RGB value is (206,18,137). Sum of RGB (Red+Green+Blue) = 206+18+137=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1289 is #31ED76. Grayscale: #575757. Windows color (decimal): -3272055 or 8983246. OLE color: 8983246.
HSL color Cylindrical-coordinate representation of color #CE1289: hue angle of 322.02º degrees, saturation: 0.84, 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 #CE1289 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 137 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.19 |
| HSL | 322.02º | 0.84% | 0.44% | - |
| HSV(B) | 322.02º | 0.91% | 0.81% | - |
| XYZ | 30.19 | 15.36 | 25.04 | - |
| YUV | 87.78 | 155.78 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 137 | 0 | 0.91 | 0.33 | 0.19 | 322.02 | 0.84 | 0.44 |
| Hex | CE | 12 | 89 | 0 | 5B | 21 | 13 | 142 | 54 | 2C |
| Octal | 316 | 22 | 211 | 0 | 133 | 41 | 23 | 502 | 124 | 54 |
| Binary | 11001110 | 10010 | 10001001 | 0 | 1011011 | 100001 | 10011 | 101000010 | 1010100 | 101100 |
Color Harmonies of #CE1289
Complementary color
Monochromatic Colors of #CE1289
Black with #CE1289
Text Example
Text Example
White with #CE1289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1289; }
p { color: rgb(206,18,137); }
H1.HeaderClassName
{
color: #CE1289;
}
.AnyTagClassName
{
color: #CE1289;
}
</style>
background-color css
<style>
a { background-color: #CE1289; }
a { background-color: rgb(206,18,137); }
div.DivClassName
{
background-color: #CE1289;
}
.BgClassName
{
background-color: #CE1289;
}
</style>
border-color css
<style>
span { border-color: #CE1289; }
span { border-color: rgb(206,18,137); }
td.TdClassName
{
border-color: #CE1289;
}
.TagClassName
{
border-color: #CE1289;
}
</style>