Shades of Medium Violet Red #CE279B
Tints of Medium Violet Red #CE279B
RGB
CMYK
RGB Variations
Color information
#CE279B (or 0xCE279B) is known color: Medium Violet Red. HEX triplet: CE, 27 and 9B. RGB value is (206,39,155). Sum of RGB (Red+Green+Blue) = 206+39+155=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE279B is #31D864. Grayscale: #656565. Windows color (decimal): -3266661 or 10168270. OLE color: 10168270.
HSL color Cylindrical-coordinate representation of color #CE279B: hue angle of 318.32º 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 #CE279B is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 155 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.19 |
| HSL | 318.32º | 0.68% | 0.48% | - |
| HSV(B) | 318.32º | 0.81% | 0.81% | - |
| XYZ | 32.1 | 16.94 | 32.59 | - |
| YUV | 102.16 | 157.83 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 155 | 0 | 0.81 | 0.25 | 0.19 | 318.32 | 0.68 | 0.48 |
| Hex | CE | 27 | 9B | 0 | 51 | 19 | 13 | 13E | 44 | 30 |
| Octal | 316 | 47 | 233 | 0 | 121 | 31 | 23 | 476 | 104 | 60 |
| Binary | 11001110 | 100111 | 10011011 | 0 | 1010001 | 11001 | 10011 | 100111110 | 1000100 | 110000 |
Color Harmonies of #CE279B
Complementary color
Monochromatic Colors of #CE279B
Black with #CE279B
Text Example
Text Example
White with #CE279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE279B; }
p { color: rgb(206,39,155); }
H1.HeaderClassName
{
color: #CE279B;
}
.AnyTagClassName
{
color: #CE279B;
}
</style>
background-color css
<style>
a { background-color: #CE279B; }
a { background-color: rgb(206,39,155); }
div.DivClassName
{
background-color: #CE279B;
}
.BgClassName
{
background-color: #CE279B;
}
</style>
border-color css
<style>
span { border-color: #CE279B; }
span { border-color: rgb(206,39,155); }
td.TdClassName
{
border-color: #CE279B;
}
.TagClassName
{
border-color: #CE279B;
}
</style>