Shades of Medium Violet Red #CE0692
Tints of Medium Violet Red #CE0692
RGB
CMYK
RGB Variations
Color information
#CE0692 (or 0xCE0692) is known color: Medium Violet Red. HEX triplet: CE, 06 and 92. RGB value is (206,6,146). Sum of RGB (Red+Green+Blue) = 206+6+146=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0692 is #31F96D. Grayscale: #515151. Windows color (decimal): -3275118 or 9569998. OLE color: 9569998.
HSL color Cylindrical-coordinate representation of color #CE0692: hue angle of 318º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0692 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 146 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.19 |
| HSL | 318º | 0.94% | 0.42% | - |
| HSV(B) | 318º | 0.97% | 0.81% | - |
| XYZ | 30.71 | 15.33 | 28.53 | - |
| YUV | 81.76 | 164.26 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 146 | 0 | 0.97 | 0.29 | 0.19 | 318 | 0.94 | 0.42 |
| Hex | CE | 6 | 92 | 0 | 61 | 1D | 13 | 13E | 5E | 2A |
| Octal | 316 | 6 | 222 | 0 | 141 | 35 | 23 | 476 | 136 | 52 |
| Binary | 11001110 | 110 | 10010010 | 0 | 1100001 | 11101 | 10011 | 100111110 | 1011110 | 101010 |
Color Harmonies of #CE0692
Complementary color
Monochromatic Colors of #CE0692
Black with #CE0692
Text Example
Text Example
White with #CE0692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0692; }
p { color: rgb(206,6,146); }
H1.HeaderClassName
{
color: #CE0692;
}
.AnyTagClassName
{
color: #CE0692;
}
</style>
background-color css
<style>
a { background-color: #CE0692; }
a { background-color: rgb(206,6,146); }
div.DivClassName
{
background-color: #CE0692;
}
.BgClassName
{
background-color: #CE0692;
}
</style>
border-color css
<style>
span { border-color: #CE0692; }
span { border-color: rgb(206,6,146); }
td.TdClassName
{
border-color: #CE0692;
}
.TagClassName
{
border-color: #CE0692;
}
</style>