Shades of Medium Violet Red #CE0392
Tints of Medium Violet Red #CE0392
RGB
CMYK
RGB Variations
Color information
#CE0392 (or 0xCE0392) is known color: Medium Violet Red. HEX triplet: CE, 03 and 92. RGB value is (206,3,146). Sum of RGB (Red+Green+Blue) = 206+3+146=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0392 is #31FC6D. Grayscale: #4F4F4F. Windows color (decimal): -3275886 or 9569230. OLE color: 9569230.
HSL color Cylindrical-coordinate representation of color #CE0392: hue angle of 317.73º degrees, saturation: 0.97, 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 #CE0392 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 146 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.19 |
| HSL | 317.73º | 0.97% | 0.41% | - |
| HSV(B) | 317.73º | 0.99% | 0.81% | - |
| XYZ | 30.67 | 15.26 | 28.52 | - |
| YUV | 80 | 165.25 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 146 | 0 | 0.99 | 0.29 | 0.19 | 317.73 | 0.97 | 0.41 |
| Hex | CE | 3 | 92 | 0 | 63 | 1D | 13 | 13E | 61 | 29 |
| Octal | 316 | 3 | 222 | 0 | 143 | 35 | 23 | 476 | 141 | 51 |
| Binary | 11001110 | 11 | 10010010 | 0 | 1100011 | 11101 | 10011 | 100111110 | 1100001 | 101001 |
Color Harmonies of #CE0392
Complementary color
Monochromatic Colors of #CE0392
Black with #CE0392
Text Example
Text Example
White with #CE0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0392; }
p { color: rgb(206,3,146); }
H1.HeaderClassName
{
color: #CE0392;
}
.AnyTagClassName
{
color: #CE0392;
}
</style>
background-color css
<style>
a { background-color: #CE0392; }
a { background-color: rgb(206,3,146); }
div.DivClassName
{
background-color: #CE0392;
}
.BgClassName
{
background-color: #CE0392;
}
</style>
border-color css
<style>
span { border-color: #CE0392; }
span { border-color: rgb(206,3,146); }
td.TdClassName
{
border-color: #CE0392;
}
.TagClassName
{
border-color: #CE0392;
}
</style>