Shades of Medium Violet Red #CE0198
Tints of Medium Violet Red #CE0198
RGB
CMYK
RGB Variations
Color information
#CE0198 (or 0xCE0198) is known color: Medium Violet Red. HEX triplet: CE, 01 and 98. RGB value is (206,1,152). Sum of RGB (Red+Green+Blue) = 206+1+152=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0198 is #31FE67. Grayscale: #4F4F4F. Windows color (decimal): -3276392 or 9961934. OLE color: 9961934.
HSL color Cylindrical-coordinate representation of color #CE0198: hue angle of 315.8º 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 #CE0198 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 152 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.19 |
| HSL | 315.8º | 0.99% | 0.41% | - |
| HSV(B) | 315.8º | 1% | 0.81% | - |
| XYZ | 31.13 | 15.41 | 31.04 | - |
| YUV | 79.51 | 168.92 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 152 | 0 | 1.00 | 0.26 | 0.19 | 315.8 | 0.99 | 0.41 |
| Hex | CE | 1 | 98 | 0 | 64 | 1A | 13 | 13C | 63 | 29 |
| Octal | 316 | 1 | 230 | 0 | 144 | 32 | 23 | 474 | 143 | 51 |
| Binary | 11001110 | 1 | 10011000 | 0 | 1100100 | 11010 | 10011 | 100111100 | 1100011 | 101001 |
Color Harmonies of #CE0198
Complementary color
Monochromatic Colors of #CE0198
Black with #CE0198
Text Example
Text Example
White with #CE0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0198; }
p { color: rgb(206,1,152); }
H1.HeaderClassName
{
color: #CE0198;
}
.AnyTagClassName
{
color: #CE0198;
}
</style>
background-color css
<style>
a { background-color: #CE0198; }
a { background-color: rgb(206,1,152); }
div.DivClassName
{
background-color: #CE0198;
}
.BgClassName
{
background-color: #CE0198;
}
</style>
border-color css
<style>
span { border-color: #CE0198; }
span { border-color: rgb(206,1,152); }
td.TdClassName
{
border-color: #CE0198;
}
.TagClassName
{
border-color: #CE0198;
}
</style>