Shades of Medium Violet Red #CE0293
Tints of Medium Violet Red #CE0293
RGB
CMYK
RGB Variations
Color information
#CE0293 (or 0xCE0293) is known color: Medium Violet Red. HEX triplet: CE, 02 and 93. RGB value is (206,2,147). Sum of RGB (Red+Green+Blue) = 206+2+147=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0293 is #31FD6C. Grayscale: #4F4F4F. Windows color (decimal): -3276141 or 9634510. OLE color: 9634510.
HSL color Cylindrical-coordinate representation of color #CE0293: hue angle of 317.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0293 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.19 |
| HSL | 317.35º | 0.98% | 0.41% | - |
| HSV(B) | 317.35º | 0.99% | 0.81% | - |
| XYZ | 30.74 | 15.27 | 28.93 | - |
| YUV | 79.53 | 166.09 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 147 | 0 | 0.99 | 0.29 | 0.19 | 317.35 | 0.98 | 0.41 |
| Hex | CE | 2 | 93 | 0 | 63 | 1D | 13 | 13D | 62 | 29 |
| Octal | 316 | 2 | 223 | 0 | 143 | 35 | 23 | 475 | 142 | 51 |
| Binary | 11001110 | 10 | 10010011 | 0 | 1100011 | 11101 | 10011 | 100111101 | 1100010 | 101001 |
Color Harmonies of #CE0293
Complementary color
Monochromatic Colors of #CE0293
Black with #CE0293
Text Example
Text Example
White with #CE0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0293; }
p { color: rgb(206,2,147); }
H1.HeaderClassName
{
color: #CE0293;
}
.AnyTagClassName
{
color: #CE0293;
}
</style>
background-color css
<style>
a { background-color: #CE0293; }
a { background-color: rgb(206,2,147); }
div.DivClassName
{
background-color: #CE0293;
}
.BgClassName
{
background-color: #CE0293;
}
</style>
border-color css
<style>
span { border-color: #CE0293; }
span { border-color: rgb(206,2,147); }
td.TdClassName
{
border-color: #CE0293;
}
.TagClassName
{
border-color: #CE0293;
}
</style>