Shades of Medium Violet Red #CE1293
Tints of Medium Violet Red #CE1293
RGB
CMYK
RGB Variations
Color information
#CE1293 (or 0xCE1293) is known color: Medium Violet Red. HEX triplet: CE, 12 and 93. RGB value is (206,18,147). Sum of RGB (Red+Green+Blue) = 206+18+147=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1293 is #31ED6C. Grayscale: #585858. Windows color (decimal): -3272045 or 9638606. OLE color: 9638606.
HSL color Cylindrical-coordinate representation of color #CE1293: hue angle of 318.83º 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 #CE1293 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 147 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.19 |
| HSL | 318.83º | 0.84% | 0.44% | - |
| HSV(B) | 318.83º | 0.91% | 0.81% | - |
| XYZ | 30.94 | 15.66 | 29 | - |
| YUV | 88.92 | 160.78 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 147 | 0 | 0.91 | 0.29 | 0.19 | 318.83 | 0.84 | 0.44 |
| Hex | CE | 12 | 93 | 0 | 5B | 1D | 13 | 13F | 54 | 2C |
| Octal | 316 | 22 | 223 | 0 | 133 | 35 | 23 | 477 | 124 | 54 |
| Binary | 11001110 | 10010 | 10010011 | 0 | 1011011 | 11101 | 10011 | 100111111 | 1010100 | 101100 |
Color Harmonies of #CE1293
Complementary color
Monochromatic Colors of #CE1293
Black with #CE1293
Text Example
Text Example
White with #CE1293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1293; }
p { color: rgb(206,18,147); }
H1.HeaderClassName
{
color: #CE1293;
}
.AnyTagClassName
{
color: #CE1293;
}
</style>
background-color css
<style>
a { background-color: #CE1293; }
a { background-color: rgb(206,18,147); }
div.DivClassName
{
background-color: #CE1293;
}
.BgClassName
{
background-color: #CE1293;
}
</style>
border-color css
<style>
span { border-color: #CE1293; }
span { border-color: rgb(206,18,147); }
td.TdClassName
{
border-color: #CE1293;
}
.TagClassName
{
border-color: #CE1293;
}
</style>