Shades of Medium Violet Red #CE197F
Tints of Medium Violet Red #CE197F
RGB
CMYK
RGB Variations
Color information
#CE197F (or 0xCE197F) is known color: Medium Violet Red. HEX triplet: CE, 19 and 7F. RGB value is (206,25,127). Sum of RGB (Red+Green+Blue) = 206+25+127=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE197F is #31E680. Grayscale: #5A5A5A. Windows color (decimal): -3270273 or 8329678. OLE color: 8329678.
HSL color Cylindrical-coordinate representation of color #CE197F: hue angle of 326.19º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE197F is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 127 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.19 |
| HSL | 326.19º | 0.78% | 0.45% | - |
| HSV(B) | 326.19º | 0.88% | 0.81% | - |
| XYZ | 29.63 | 15.35 | 21.48 | - |
| YUV | 90.75 | 148.47 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 127 | 0 | 0.88 | 0.38 | 0.19 | 326.19 | 0.78 | 0.45 |
| Hex | CE | 19 | 7F | 0 | 58 | 26 | 13 | 146 | 4E | 2D |
| Octal | 316 | 31 | 177 | 0 | 130 | 46 | 23 | 506 | 116 | 55 |
| Binary | 11001110 | 11001 | 1111111 | 0 | 1011000 | 100110 | 10011 | 101000110 | 1001110 | 101101 |
Color Harmonies of #CE197F
Complementary color
Monochromatic Colors of #CE197F
Black with #CE197F
Text Example
Text Example
White with #CE197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE197F; }
p { color: rgb(206,25,127); }
H1.HeaderClassName
{
color: #CE197F;
}
.AnyTagClassName
{
color: #CE197F;
}
</style>
background-color css
<style>
a { background-color: #CE197F; }
a { background-color: rgb(206,25,127); }
div.DivClassName
{
background-color: #CE197F;
}
.BgClassName
{
background-color: #CE197F;
}
</style>
border-color css
<style>
span { border-color: #CE197F; }
span { border-color: rgb(206,25,127); }
td.TdClassName
{
border-color: #CE197F;
}
.TagClassName
{
border-color: #CE197F;
}
</style>