Shades of Medium Violet Red #CE0195
Tints of Medium Violet Red #CE0195
RGB
CMYK
RGB Variations
Color information
#CE0195 (or 0xCE0195) is known color: Medium Violet Red. HEX triplet: CE, 01 and 95. RGB value is (206,1,149). Sum of RGB (Red+Green+Blue) = 206+1+149=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0195 is #31FE6A. Grayscale: #4E4E4E. Windows color (decimal): -3276395 or 9765326. OLE color: 9765326.
HSL color Cylindrical-coordinate representation of color #CE0195: hue angle of 316.68º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0195 is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 149 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.19 |
| HSL | 316.68º | 0.99% | 0.41% | - |
| HSV(B) | 316.68º | 1% | 0.81% | - |
| XYZ | 30.89 | 15.31 | 29.76 | - |
| YUV | 79.17 | 167.42 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 149 | 0 | 1.00 | 0.28 | 0.19 | 316.68 | 0.99 | 0.41 |
| Hex | CE | 1 | 95 | 0 | 64 | 1C | 13 | 13D | 63 | 29 |
| Octal | 316 | 1 | 225 | 0 | 144 | 34 | 23 | 475 | 143 | 51 |
| Binary | 11001110 | 1 | 10010101 | 0 | 1100100 | 11100 | 10011 | 100111101 | 1100011 | 101001 |
Color Harmonies of #CE0195
Complementary color
Monochromatic Colors of #CE0195
Black with #CE0195
Text Example
Text Example
White with #CE0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0195; }
p { color: rgb(206,1,149); }
H1.HeaderClassName
{
color: #CE0195;
}
.AnyTagClassName
{
color: #CE0195;
}
</style>
background-color css
<style>
a { background-color: #CE0195; }
a { background-color: rgb(206,1,149); }
div.DivClassName
{
background-color: #CE0195;
}
.BgClassName
{
background-color: #CE0195;
}
</style>
border-color css
<style>
span { border-color: #CE0195; }
span { border-color: rgb(206,1,149); }
td.TdClassName
{
border-color: #CE0195;
}
.TagClassName
{
border-color: #CE0195;
}
</style>