Shades of Medium Violet Red #CE0691
Tints of Medium Violet Red #CE0691
RGB
CMYK
RGB Variations
Color information
#CE0691 (or 0xCE0691) is known color: Medium Violet Red. HEX triplet: CE, 06 and 91. RGB value is (206,6,145). Sum of RGB (Red+Green+Blue) = 206+6+145=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0691 is #31F96E. Grayscale: #515151. Windows color (decimal): -3275119 or 9504462. OLE color: 9504462.
HSL color Cylindrical-coordinate representation of color #CE0691: hue angle of 318.3º 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 #CE0691 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 145 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.19 |
| HSL | 318.3º | 0.94% | 0.42% | - |
| HSV(B) | 318.3º | 0.97% | 0.81% | - |
| XYZ | 30.63 | 15.3 | 28.13 | - |
| YUV | 81.65 | 163.76 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 145 | 0 | 0.97 | 0.30 | 0.19 | 318.3 | 0.94 | 0.42 |
| Hex | CE | 6 | 91 | 0 | 61 | 1E | 13 | 13E | 5E | 2A |
| Octal | 316 | 6 | 221 | 0 | 141 | 36 | 23 | 476 | 136 | 52 |
| Binary | 11001110 | 110 | 10010001 | 0 | 1100001 | 11110 | 10011 | 100111110 | 1011110 | 101010 |
Color Harmonies of #CE0691
Complementary color
Monochromatic Colors of #CE0691
Black with #CE0691
Text Example
Text Example
White with #CE0691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0691; }
p { color: rgb(206,6,145); }
H1.HeaderClassName
{
color: #CE0691;
}
.AnyTagClassName
{
color: #CE0691;
}
</style>
background-color css
<style>
a { background-color: #CE0691; }
a { background-color: rgb(206,6,145); }
div.DivClassName
{
background-color: #CE0691;
}
.BgClassName
{
background-color: #CE0691;
}
</style>
border-color css
<style>
span { border-color: #CE0691; }
span { border-color: rgb(206,6,145); }
td.TdClassName
{
border-color: #CE0691;
}
.TagClassName
{
border-color: #CE0691;
}
</style>