Shades of Medium Violet Red #CE0092
Tints of Medium Violet Red #CE0092
RGB
CMYK
RGB Variations
Color information
#CE0092 (or 0xCE0092) is known color: Medium Violet Red. HEX triplet: CE, 00 and 92. RGB value is (206,0,146). Sum of RGB (Red+Green+Blue) = 206+0+146=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0092 is #31FF6D. Grayscale: #4D4D4D. Windows color (decimal): -3276654 or 9568462. OLE color: 9568462.
HSL color Cylindrical-coordinate representation of color #CE0092: hue angle of 317.48º 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 #CE0092 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.29 | 0.19 |
| HSL | 317.48º | 1% | 0.4% | - |
| HSV(B) | 317.48º | 1% | 0.81% | - |
| XYZ | 30.64 | 15.2 | 28.51 | - |
| YUV | 78.24 | 166.25 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 146 | 0 | 1 | 0.29 | 0.19 | 317.48 | 1 | 0.4 |
| Hex | CE | 0 | 92 | 0 | 64 | 1D | 13 | 13D | 64 | 28 |
| Octal | 316 | 0 | 222 | 0 | 144 | 35 | 23 | 475 | 144 | 50 |
| Binary | 11001110 | 0 | 10010010 | 0 | 1100100 | 11101 | 10011 | 100111101 | 1100100 | 101000 |
Color Harmonies of #CE0092
Complementary color
Monochromatic Colors of #CE0092
Black with #CE0092
Text Example
Text Example
White with #CE0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0092; }
p { color: rgb(206,0,146); }
H1.HeaderClassName
{
color: #CE0092;
}
.AnyTagClassName
{
color: #CE0092;
}
</style>
background-color css
<style>
a { background-color: #CE0092; }
a { background-color: rgb(206,0,146); }
div.DivClassName
{
background-color: #CE0092;
}
.BgClassName
{
background-color: #CE0092;
}
</style>
border-color css
<style>
span { border-color: #CE0092; }
span { border-color: rgb(206,0,146); }
td.TdClassName
{
border-color: #CE0092;
}
.TagClassName
{
border-color: #CE0092;
}
</style>