Shades of Medium Violet Red #CE197A
Tints of Medium Violet Red #CE197A
RGB
CMYK
RGB Variations
Color information
#CE197A (or 0xCE197A) is known color: Medium Violet Red. HEX triplet: CE, 19 and 7A. RGB value is (206,25,122). Sum of RGB (Red+Green+Blue) = 206+25+122=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE197A is #31E685. Grayscale: #595959. Windows color (decimal): -3270278 or 8001998. OLE color: 8001998.
HSL color Cylindrical-coordinate representation of color #CE197A: hue angle of 327.85º 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 #CE197A is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 122 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.19 |
| HSL | 327.85º | 0.78% | 0.45% | - |
| HSV(B) | 327.85º | 0.88% | 0.81% | - |
| XYZ | 29.31 | 15.22 | 19.81 | - |
| YUV | 90.18 | 145.97 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 122 | 0 | 0.88 | 0.41 | 0.19 | 327.85 | 0.78 | 0.45 |
| Hex | CE | 19 | 7A | 0 | 58 | 29 | 13 | 148 | 4E | 2D |
| Octal | 316 | 31 | 172 | 0 | 130 | 51 | 23 | 510 | 116 | 55 |
| Binary | 11001110 | 11001 | 1111010 | 0 | 1011000 | 101001 | 10011 | 101001000 | 1001110 | 101101 |
Color Harmonies of #CE197A
Complementary color
Monochromatic Colors of #CE197A
Black with #CE197A
Text Example
Text Example
White with #CE197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE197A; }
p { color: rgb(206,25,122); }
H1.HeaderClassName
{
color: #CE197A;
}
.AnyTagClassName
{
color: #CE197A;
}
</style>
background-color css
<style>
a { background-color: #CE197A; }
a { background-color: rgb(206,25,122); }
div.DivClassName
{
background-color: #CE197A;
}
.BgClassName
{
background-color: #CE197A;
}
</style>
border-color css
<style>
span { border-color: #CE197A; }
span { border-color: rgb(206,25,122); }
td.TdClassName
{
border-color: #CE197A;
}
.TagClassName
{
border-color: #CE197A;
}
</style>