Shades of Medium Violet Red #CE1277
Tints of Medium Violet Red #CE1277
RGB
CMYK
RGB Variations
Color information
#CE1277 (or 0xCE1277) is known color: Medium Violet Red. HEX triplet: CE, 12 and 77. RGB value is (206,18,119). Sum of RGB (Red+Green+Blue) = 206+18+119=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1277 is #31ED88. Grayscale: #555555. Windows color (decimal): -3272073 or 7803598. OLE color: 7803598.
HSL color Cylindrical-coordinate representation of color #CE1277: hue angle of 327.77º 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 #CE1277 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 119 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.19 |
| HSL | 327.77º | 0.84% | 0.44% | - |
| HSV(B) | 327.77º | 0.91% | 0.81% | - |
| XYZ | 29 | 14.89 | 18.8 | - |
| YUV | 85.73 | 146.78 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 119 | 0 | 0.91 | 0.42 | 0.19 | 327.77 | 0.84 | 0.44 |
| Hex | CE | 12 | 77 | 0 | 5B | 2A | 13 | 148 | 54 | 2C |
| Octal | 316 | 22 | 167 | 0 | 133 | 52 | 23 | 510 | 124 | 54 |
| Binary | 11001110 | 10010 | 1110111 | 0 | 1011011 | 101010 | 10011 | 101001000 | 1010100 | 101100 |
Color Harmonies of #CE1277
Complementary color
Monochromatic Colors of #CE1277
Black with #CE1277
Text Example
Text Example
White with #CE1277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1277; }
p { color: rgb(206,18,119); }
H1.HeaderClassName
{
color: #CE1277;
}
.AnyTagClassName
{
color: #CE1277;
}
</style>
background-color css
<style>
a { background-color: #CE1277; }
a { background-color: rgb(206,18,119); }
div.DivClassName
{
background-color: #CE1277;
}
.BgClassName
{
background-color: #CE1277;
}
</style>
border-color css
<style>
span { border-color: #CE1277; }
span { border-color: rgb(206,18,119); }
td.TdClassName
{
border-color: #CE1277;
}
.TagClassName
{
border-color: #CE1277;
}
</style>