Shades of Medium Violet Red #CE1477
Tints of Medium Violet Red #CE1477
RGB
CMYK
RGB Variations
Color information
#CE1477 (or 0xCE1477) is known color: Medium Violet Red. HEX triplet: CE, 14 and 77. RGB value is (206,20,119). Sum of RGB (Red+Green+Blue) = 206+20+119=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1477 is #31EB88. Grayscale: #565656. Windows color (decimal): -3271561 or 7804110. OLE color: 7804110.
HSL color Cylindrical-coordinate representation of color #CE1477: hue angle of 328.06º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1477 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 119 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.19 |
| HSL | 328.06º | 0.82% | 0.44% | - |
| HSV(B) | 328.06º | 0.9% | 0.81% | - |
| XYZ | 29.03 | 14.95 | 18.81 | - |
| YUV | 86.9 | 146.12 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 119 | 0 | 0.90 | 0.42 | 0.19 | 328.06 | 0.82 | 0.44 |
| Hex | CE | 14 | 77 | 0 | 5A | 2A | 13 | 148 | 52 | 2C |
| Octal | 316 | 24 | 167 | 0 | 132 | 52 | 23 | 510 | 122 | 54 |
| Binary | 11001110 | 10100 | 1110111 | 0 | 1011010 | 101010 | 10011 | 101001000 | 1010010 | 101100 |
Color Harmonies of #CE1477
Complementary color
Monochromatic Colors of #CE1477
Black with #CE1477
Text Example
Text Example
White with #CE1477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1477; }
p { color: rgb(206,20,119); }
H1.HeaderClassName
{
color: #CE1477;
}
.AnyTagClassName
{
color: #CE1477;
}
</style>
background-color css
<style>
a { background-color: #CE1477; }
a { background-color: rgb(206,20,119); }
div.DivClassName
{
background-color: #CE1477;
}
.BgClassName
{
background-color: #CE1477;
}
</style>
border-color css
<style>
span { border-color: #CE1477; }
span { border-color: rgb(206,20,119); }
td.TdClassName
{
border-color: #CE1477;
}
.TagClassName
{
border-color: #CE1477;
}
</style>