Shades of Medium Violet Red #CE0093
Tints of Medium Violet Red #CE0093
RGB
CMYK
RGB Variations
Color information
#CE0093 (or 0xCE0093) is known color: Medium Violet Red. HEX triplet: CE, 00 and 93. RGB value is (206,0,147). Sum of RGB (Red+Green+Blue) = 206+0+147=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0093 is #31FF6C. Grayscale: #4D4D4D. Windows color (decimal): -3276653 or 9633998. OLE color: 9633998.
HSL color Cylindrical-coordinate representation of color #CE0093: hue angle of 317.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0093 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.29 | 0.19 |
| HSL | 317.18º | 1% | 0.4% | - |
| HSV(B) | 317.18º | 1% | 0.81% | - |
| XYZ | 30.72 | 15.23 | 28.92 | - |
| YUV | 78.35 | 166.75 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 147 | 0 | 1 | 0.29 | 0.19 | 317.18 | 1 | 0.4 |
| Hex | CE | 0 | 93 | 0 | 64 | 1D | 13 | 13D | 64 | 28 |
| Octal | 316 | 0 | 223 | 0 | 144 | 35 | 23 | 475 | 144 | 50 |
| Binary | 11001110 | 0 | 10010011 | 0 | 1100100 | 11101 | 10011 | 100111101 | 1100100 | 101000 |
Color Harmonies of #CE0093
Complementary color
Monochromatic Colors of #CE0093
Black with #CE0093
Text Example
Text Example
White with #CE0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0093; }
p { color: rgb(206,0,147); }
H1.HeaderClassName
{
color: #CE0093;
}
.AnyTagClassName
{
color: #CE0093;
}
</style>
background-color css
<style>
a { background-color: #CE0093; }
a { background-color: rgb(206,0,147); }
div.DivClassName
{
background-color: #CE0093;
}
.BgClassName
{
background-color: #CE0093;
}
</style>
border-color css
<style>
span { border-color: #CE0093; }
span { border-color: rgb(206,0,147); }
td.TdClassName
{
border-color: #CE0093;
}
.TagClassName
{
border-color: #CE0093;
}
</style>