Shades of Medium Violet Red #CE209F
Tints of Medium Violet Red #CE209F
RGB
CMYK
RGB Variations
Color information
#CE209F (or 0xCE209F) is known color: Medium Violet Red. HEX triplet: CE, 20 and 9F. RGB value is (206,32,159). Sum of RGB (Red+Green+Blue) = 206+32+159=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE209F is #31DF60. Grayscale: #626262. Windows color (decimal): -3268449 or 10428622. OLE color: 10428622.
HSL color Cylindrical-coordinate representation of color #CE209F: hue angle of 316.21º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE209F is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 159 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.19 |
| HSL | 316.21º | 0.73% | 0.47% | - |
| HSV(B) | 316.21º | 0.84% | 0.81% | - |
| XYZ | 32.23 | 16.66 | 34.32 | - |
| YUV | 98.5 | 162.15 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 159 | 0 | 0.84 | 0.23 | 0.19 | 316.21 | 0.73 | 0.47 |
| Hex | CE | 20 | 9F | 0 | 54 | 17 | 13 | 13C | 49 | 2F |
| Octal | 316 | 40 | 237 | 0 | 124 | 27 | 23 | 474 | 111 | 57 |
| Binary | 11001110 | 100000 | 10011111 | 0 | 1010100 | 10111 | 10011 | 100111100 | 1001001 | 101111 |
Color Harmonies of #CE209F
Complementary color
Monochromatic Colors of #CE209F
Black with #CE209F
Text Example
Text Example
White with #CE209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE209F; }
p { color: rgb(206,32,159); }
H1.HeaderClassName
{
color: #CE209F;
}
.AnyTagClassName
{
color: #CE209F;
}
</style>
background-color css
<style>
a { background-color: #CE209F; }
a { background-color: rgb(206,32,159); }
div.DivClassName
{
background-color: #CE209F;
}
.BgClassName
{
background-color: #CE209F;
}
</style>
border-color css
<style>
span { border-color: #CE209F; }
span { border-color: rgb(206,32,159); }
td.TdClassName
{
border-color: #CE209F;
}
.TagClassName
{
border-color: #CE209F;
}
</style>