Shades of Medium Violet Red #CE009F
Tints of Medium Violet Red #CE009F
RGB
CMYK
RGB Variations
Color information
#CE009F (or 0xCE009F) is known color: Medium Violet Red. HEX triplet: CE, 00 and 9F. RGB value is (206,0,159). Sum of RGB (Red+Green+Blue) = 206+0+159=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE009F is #31FF60. Grayscale: #4F4F4F. Windows color (decimal): -3276641 or 10420430. OLE color: 10420430.
HSL color Cylindrical-coordinate representation of color #CE009F: hue angle of 313.69º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE009F is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.23 | 0.19 |
| HSL | 313.69º | 1% | 0.4% | - |
| HSV(B) | 313.69º | 1% | 0.81% | - |
| XYZ | 31.71 | 15.63 | 34.15 | - |
| YUV | 79.72 | 172.75 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 159 | 0 | 1 | 0.23 | 0.19 | 313.69 | 1 | 0.4 |
| Hex | CE | 0 | 9F | 0 | 64 | 17 | 13 | 13A | 64 | 28 |
| Octal | 316 | 0 | 237 | 0 | 144 | 27 | 23 | 472 | 144 | 50 |
| Binary | 11001110 | 0 | 10011111 | 0 | 1100100 | 10111 | 10011 | 100111010 | 1100100 | 101000 |
Color Harmonies of #CE009F
Complementary color
Monochromatic Colors of #CE009F
Black with #CE009F
Text Example
Text Example
White with #CE009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE009F; }
p { color: rgb(206,0,159); }
H1.HeaderClassName
{
color: #CE009F;
}
.AnyTagClassName
{
color: #CE009F;
}
</style>
background-color css
<style>
a { background-color: #CE009F; }
a { background-color: rgb(206,0,159); }
div.DivClassName
{
background-color: #CE009F;
}
.BgClassName
{
background-color: #CE009F;
}
</style>
border-color css
<style>
span { border-color: #CE009F; }
span { border-color: rgb(206,0,159); }
td.TdClassName
{
border-color: #CE009F;
}
.TagClassName
{
border-color: #CE009F;
}
</style>