Shades of Medium Violet Red #CE1279
Tints of Medium Violet Red #CE1279
RGB
CMYK
RGB Variations
Color information
#CE1279 (or 0xCE1279) is known color: Medium Violet Red. HEX triplet: CE, 12 and 79. RGB value is (206,18,121). Sum of RGB (Red+Green+Blue) = 206+18+121=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1279 is #31ED86. Grayscale: #555555. Windows color (decimal): -3272071 or 7934670. OLE color: 7934670.
HSL color Cylindrical-coordinate representation of color #CE1279: hue angle of 327.13º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1279 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 121 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.19 |
| HSL | 327.13º | 0.84% | 0.44% | - |
| HSV(B) | 327.13º | 0.91% | 0.81% | - |
| XYZ | 29.12 | 14.93 | 19.44 | - |
| YUV | 85.95 | 147.78 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 121 | 0 | 0.91 | 0.41 | 0.19 | 327.13 | 0.84 | 0.44 |
| Hex | CE | 12 | 79 | 0 | 5B | 29 | 13 | 147 | 54 | 2C |
| Octal | 316 | 22 | 171 | 0 | 133 | 51 | 23 | 507 | 124 | 54 |
| Binary | 11001110 | 10010 | 1111001 | 0 | 1011011 | 101001 | 10011 | 101000111 | 1010100 | 101100 |
Color Harmonies of #CE1279
Complementary color
Monochromatic Colors of #CE1279
Black with #CE1279
Text Example
Text Example
White with #CE1279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1279; }
p { color: rgb(206,18,121); }
H1.HeaderClassName
{
color: #CE1279;
}
.AnyTagClassName
{
color: #CE1279;
}
</style>
background-color css
<style>
a { background-color: #CE1279; }
a { background-color: rgb(206,18,121); }
div.DivClassName
{
background-color: #CE1279;
}
.BgClassName
{
background-color: #CE1279;
}
</style>
border-color css
<style>
span { border-color: #CE1279; }
span { border-color: rgb(206,18,121); }
td.TdClassName
{
border-color: #CE1279;
}
.TagClassName
{
border-color: #CE1279;
}
</style>