Shades of Medium Violet Red #CE0695
Tints of Medium Violet Red #CE0695
RGB
CMYK
RGB Variations
Color information
#CE0695 (or 0xCE0695) is known color: Medium Violet Red. HEX triplet: CE, 06 and 95. RGB value is (206,6,149). Sum of RGB (Red+Green+Blue) = 206+6+149=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0695 is #31F96A. Grayscale: #515151. Windows color (decimal): -3275115 or 9766606. OLE color: 9766606.
HSL color Cylindrical-coordinate representation of color #CE0695: hue angle of 317.1º 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 #CE0695 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 149 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.19 |
| HSL | 317.1º | 0.94% | 0.42% | - |
| HSV(B) | 317.1º | 0.97% | 0.81% | - |
| XYZ | 30.94 | 15.42 | 29.78 | - |
| YUV | 82.1 | 165.76 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 149 | 0 | 0.97 | 0.28 | 0.19 | 317.1 | 0.94 | 0.42 |
| Hex | CE | 6 | 95 | 0 | 61 | 1C | 13 | 13D | 5E | 2A |
| Octal | 316 | 6 | 225 | 0 | 141 | 34 | 23 | 475 | 136 | 52 |
| Binary | 11001110 | 110 | 10010101 | 0 | 1100001 | 11100 | 10011 | 100111101 | 1011110 | 101010 |
Color Harmonies of #CE0695
Complementary color
Monochromatic Colors of #CE0695
Black with #CE0695
Text Example
Text Example
White with #CE0695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0695; }
p { color: rgb(206,6,149); }
H1.HeaderClassName
{
color: #CE0695;
}
.AnyTagClassName
{
color: #CE0695;
}
</style>
background-color css
<style>
a { background-color: #CE0695; }
a { background-color: rgb(206,6,149); }
div.DivClassName
{
background-color: #CE0695;
}
.BgClassName
{
background-color: #CE0695;
}
</style>
border-color css
<style>
span { border-color: #CE0695; }
span { border-color: rgb(206,6,149); }
td.TdClassName
{
border-color: #CE0695;
}
.TagClassName
{
border-color: #CE0695;
}
</style>