Shades of Medium Violet Red #CE197E
Tints of Medium Violet Red #CE197E
RGB
CMYK
RGB Variations
Color information
#CE197E (or 0xCE197E) is known color: Medium Violet Red. HEX triplet: CE, 19 and 7E. RGB value is (206,25,126). Sum of RGB (Red+Green+Blue) = 206+25+126=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE197E is #31E681. Grayscale: #5A5A5A. Windows color (decimal): -3270274 or 8264142. OLE color: 8264142.
HSL color Cylindrical-coordinate representation of color #CE197E: hue angle of 326.52º 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 #CE197E is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 126 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.19 |
| HSL | 326.52º | 0.78% | 0.45% | - |
| HSV(B) | 326.52º | 0.88% | 0.81% | - |
| XYZ | 29.57 | 15.32 | 21.14 | - |
| YUV | 90.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 126 | 0 | 0.88 | 0.39 | 0.19 | 326.52 | 0.78 | 0.45 |
| Hex | CE | 19 | 7E | 0 | 58 | 27 | 13 | 147 | 4E | 2D |
| Octal | 316 | 31 | 176 | 0 | 130 | 47 | 23 | 507 | 116 | 55 |
| Binary | 11001110 | 11001 | 1111110 | 0 | 1011000 | 100111 | 10011 | 101000111 | 1001110 | 101101 |
Color Harmonies of #CE197E
Complementary color
Monochromatic Colors of #CE197E
Black with #CE197E
Text Example
Text Example
White with #CE197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE197E; }
p { color: rgb(206,25,126); }
H1.HeaderClassName
{
color: #CE197E;
}
.AnyTagClassName
{
color: #CE197E;
}
</style>
background-color css
<style>
a { background-color: #CE197E; }
a { background-color: rgb(206,25,126); }
div.DivClassName
{
background-color: #CE197E;
}
.BgClassName
{
background-color: #CE197E;
}
</style>
border-color css
<style>
span { border-color: #CE197E; }
span { border-color: rgb(206,25,126); }
td.TdClassName
{
border-color: #CE197E;
}
.TagClassName
{
border-color: #CE197E;
}
</style>