Shades of Medium Violet Red #CE198A
Tints of Medium Violet Red #CE198A
RGB
CMYK
RGB Variations
Color information
#CE198A (or 0xCE198A) is known color: Medium Violet Red. HEX triplet: CE, 19 and 8A. RGB value is (206,25,138). Sum of RGB (Red+Green+Blue) = 206+25+138=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE198A is #31E675. Grayscale: #5B5B5B. Windows color (decimal): -3270262 or 9050574. OLE color: 9050574.
HSL color Cylindrical-coordinate representation of color #CE198A: hue angle of 322.54º 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 #CE198A is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 138 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.19 |
| HSL | 322.54º | 0.78% | 0.45% | - |
| HSV(B) | 322.54º | 0.88% | 0.81% | - |
| XYZ | 30.39 | 15.65 | 25.46 | - |
| YUV | 92 | 153.97 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 138 | 0 | 0.88 | 0.33 | 0.19 | 322.54 | 0.78 | 0.45 |
| Hex | CE | 19 | 8A | 0 | 58 | 21 | 13 | 143 | 4E | 2D |
| Octal | 316 | 31 | 212 | 0 | 130 | 41 | 23 | 503 | 116 | 55 |
| Binary | 11001110 | 11001 | 10001010 | 0 | 1011000 | 100001 | 10011 | 101000011 | 1001110 | 101101 |
Color Harmonies of #CE198A
Complementary color
Monochromatic Colors of #CE198A
Black with #CE198A
Text Example
Text Example
White with #CE198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE198A; }
p { color: rgb(206,25,138); }
H1.HeaderClassName
{
color: #CE198A;
}
.AnyTagClassName
{
color: #CE198A;
}
</style>
background-color css
<style>
a { background-color: #CE198A; }
a { background-color: rgb(206,25,138); }
div.DivClassName
{
background-color: #CE198A;
}
.BgClassName
{
background-color: #CE198A;
}
</style>
border-color css
<style>
span { border-color: #CE198A; }
span { border-color: rgb(206,25,138); }
td.TdClassName
{
border-color: #CE198A;
}
.TagClassName
{
border-color: #CE198A;
}
</style>