Shades of Medium Violet Red #CE1288
Tints of Medium Violet Red #CE1288
RGB
CMYK
RGB Variations
Color information
#CE1288 (or 0xCE1288) is known color: Medium Violet Red. HEX triplet: CE, 12 and 88. RGB value is (206,18,136). Sum of RGB (Red+Green+Blue) = 206+18+136=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1288 is #31ED77. Grayscale: #575757. Windows color (decimal): -3272056 or 8917710. OLE color: 8917710.
HSL color Cylindrical-coordinate representation of color #CE1288: hue angle of 322.34º 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 #CE1288 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 136 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.19 |
| HSL | 322.34º | 0.84% | 0.44% | - |
| HSV(B) | 322.34º | 0.91% | 0.81% | - |
| XYZ | 30.11 | 15.33 | 24.66 | - |
| YUV | 87.66 | 155.28 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 136 | 0 | 0.91 | 0.34 | 0.19 | 322.34 | 0.84 | 0.44 |
| Hex | CE | 12 | 88 | 0 | 5B | 22 | 13 | 142 | 54 | 2C |
| Octal | 316 | 22 | 210 | 0 | 133 | 42 | 23 | 502 | 124 | 54 |
| Binary | 11001110 | 10010 | 10001000 | 0 | 1011011 | 100010 | 10011 | 101000010 | 1010100 | 101100 |
Color Harmonies of #CE1288
Complementary color
Monochromatic Colors of #CE1288
Black with #CE1288
Text Example
Text Example
White with #CE1288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1288; }
p { color: rgb(206,18,136); }
H1.HeaderClassName
{
color: #CE1288;
}
.AnyTagClassName
{
color: #CE1288;
}
</style>
background-color css
<style>
a { background-color: #CE1288; }
a { background-color: rgb(206,18,136); }
div.DivClassName
{
background-color: #CE1288;
}
.BgClassName
{
background-color: #CE1288;
}
</style>
border-color css
<style>
span { border-color: #CE1288; }
span { border-color: rgb(206,18,136); }
td.TdClassName
{
border-color: #CE1288;
}
.TagClassName
{
border-color: #CE1288;
}
</style>