Shades of Medium Violet Red #CE279E
Tints of Medium Violet Red #CE279E
RGB
CMYK
RGB Variations
Color information
#CE279E (or 0xCE279E) is known color: Medium Violet Red. HEX triplet: CE, 27 and 9E. RGB value is (206,39,158). Sum of RGB (Red+Green+Blue) = 206+39+158=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE279E is #31D861. Grayscale: #666666. Windows color (decimal): -3266658 or 10364878. OLE color: 10364878.
HSL color Cylindrical-coordinate representation of color #CE279E: hue angle of 317.25º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE279E is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 158 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.19 |
| HSL | 317.25º | 0.68% | 0.48% | - |
| HSV(B) | 317.25º | 0.81% | 0.81% | - |
| XYZ | 32.35 | 17.04 | 33.93 | - |
| YUV | 102.5 | 159.33 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 158 | 0 | 0.81 | 0.23 | 0.19 | 317.25 | 0.68 | 0.48 |
| Hex | CE | 27 | 9E | 0 | 51 | 17 | 13 | 13D | 44 | 30 |
| Octal | 316 | 47 | 236 | 0 | 121 | 27 | 23 | 475 | 104 | 60 |
| Binary | 11001110 | 100111 | 10011110 | 0 | 1010001 | 10111 | 10011 | 100111101 | 1000100 | 110000 |
Color Harmonies of #CE279E
Complementary color
Monochromatic Colors of #CE279E
Black with #CE279E
Text Example
Text Example
White with #CE279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE279E; }
p { color: rgb(206,39,158); }
H1.HeaderClassName
{
color: #CE279E;
}
.AnyTagClassName
{
color: #CE279E;
}
</style>
background-color css
<style>
a { background-color: #CE279E; }
a { background-color: rgb(206,39,158); }
div.DivClassName
{
background-color: #CE279E;
}
.BgClassName
{
background-color: #CE279E;
}
</style>
border-color css
<style>
span { border-color: #CE279E; }
span { border-color: rgb(206,39,158); }
td.TdClassName
{
border-color: #CE279E;
}
.TagClassName
{
border-color: #CE279E;
}
</style>