Shades of Medium Violet Red #CE0595
Tints of Medium Violet Red #CE0595
RGB
CMYK
RGB Variations
Color information
#CE0595 (or 0xCE0595) is known color: Medium Violet Red. HEX triplet: CE, 05 and 95. RGB value is (206,5,149). Sum of RGB (Red+Green+Blue) = 206+5+149=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0595 is #31FA6A. Grayscale: #515151. Windows color (decimal): -3275371 or 9766350. OLE color: 9766350.
HSL color Cylindrical-coordinate representation of color #CE0595: hue angle of 317.01º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0595 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 149 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.19 |
| HSL | 317.01º | 0.95% | 0.41% | - |
| HSV(B) | 317.01º | 0.98% | 0.81% | - |
| XYZ | 30.93 | 15.4 | 29.78 | - |
| YUV | 81.52 | 166.09 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 149 | 0 | 0.98 | 0.28 | 0.19 | 317.01 | 0.95 | 0.41 |
| Hex | CE | 5 | 95 | 0 | 62 | 1C | 13 | 13D | 5F | 29 |
| Octal | 316 | 5 | 225 | 0 | 142 | 34 | 23 | 475 | 137 | 51 |
| Binary | 11001110 | 101 | 10010101 | 0 | 1100010 | 11100 | 10011 | 100111101 | 1011111 | 101001 |
Color Harmonies of #CE0595
Complementary color
Monochromatic Colors of #CE0595
Black with #CE0595
Text Example
Text Example
White with #CE0595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0595; }
p { color: rgb(206,5,149); }
H1.HeaderClassName
{
color: #CE0595;
}
.AnyTagClassName
{
color: #CE0595;
}
</style>
background-color css
<style>
a { background-color: #CE0595; }
a { background-color: rgb(206,5,149); }
div.DivClassName
{
background-color: #CE0595;
}
.BgClassName
{
background-color: #CE0595;
}
</style>
border-color css
<style>
span { border-color: #CE0595; }
span { border-color: rgb(206,5,149); }
td.TdClassName
{
border-color: #CE0595;
}
.TagClassName
{
border-color: #CE0595;
}
</style>