Shades of Medium Violet Red #CE1A7C
Tints of Medium Violet Red #CE1A7C
RGB
CMYK
RGB Variations
Color information
#CE1A7C (or 0xCE1A7C) is known color: Medium Violet Red. HEX triplet: CE, 1A and 7C. RGB value is (206,26,124). Sum of RGB (Red+Green+Blue) = 206+26+124=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1A7C is #31E583. Grayscale: #5A5A5A. Windows color (decimal): -3270020 or 8133326. OLE color: 8133326.
HSL color Cylindrical-coordinate representation of color #CE1A7C: hue angle of 327.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1A7C is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 124 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.19 |
| HSL | 327.33º | 0.78% | 0.45% | - |
| HSV(B) | 327.33º | 0.87% | 0.81% | - |
| XYZ | 29.46 | 15.32 | 20.47 | - |
| YUV | 90.99 | 146.63 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 124 | 0 | 0.87 | 0.40 | 0.19 | 327.33 | 0.78 | 0.45 |
| Hex | CE | 1A | 7C | 0 | 57 | 28 | 13 | 147 | 4E | 2D |
| Octal | 316 | 32 | 174 | 0 | 127 | 50 | 23 | 507 | 116 | 55 |
| Binary | 11001110 | 11010 | 1111100 | 0 | 1010111 | 101000 | 10011 | 101000111 | 1001110 | 101101 |
Color Harmonies of #CE1A7C
Complementary color
Monochromatic Colors of #CE1A7C
Black with #CE1A7C
Text Example
Text Example
White with #CE1A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1A7C; }
p { color: rgb(206,26,124); }
H1.HeaderClassName
{
color: #CE1A7C;
}
.AnyTagClassName
{
color: #CE1A7C;
}
</style>
background-color css
<style>
a { background-color: #CE1A7C; }
a { background-color: rgb(206,26,124); }
div.DivClassName
{
background-color: #CE1A7C;
}
.BgClassName
{
background-color: #CE1A7C;
}
</style>
border-color css
<style>
span { border-color: #CE1A7C; }
span { border-color: rgb(206,26,124); }
td.TdClassName
{
border-color: #CE1A7C;
}
.TagClassName
{
border-color: #CE1A7C;
}
</style>