Shades of Medium Violet Red #CE1A7B
Tints of Medium Violet Red #CE1A7B
RGB
CMYK
RGB Variations
Color information
#CE1A7B (or 0xCE1A7B) is known color: Medium Violet Red. HEX triplet: CE, 1A and 7B. RGB value is (206,26,123). Sum of RGB (Red+Green+Blue) = 206+26+123=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1A7B is #31E584. Grayscale: #5A5A5A. Windows color (decimal): -3270021 or 8067790. OLE color: 8067790.
HSL color Cylindrical-coordinate representation of color #CE1A7B: hue angle of 327.67º 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 #CE1A7B is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 123 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.19 |
| HSL | 327.67º | 0.78% | 0.45% | - |
| HSV(B) | 327.67º | 0.87% | 0.81% | - |
| XYZ | 29.4 | 15.29 | 20.14 | - |
| YUV | 90.88 | 146.13 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 123 | 0 | 0.87 | 0.40 | 0.19 | 327.67 | 0.78 | 0.45 |
| Hex | CE | 1A | 7B | 0 | 57 | 28 | 13 | 148 | 4E | 2D |
| Octal | 316 | 32 | 173 | 0 | 127 | 50 | 23 | 510 | 116 | 55 |
| Binary | 11001110 | 11010 | 1111011 | 0 | 1010111 | 101000 | 10011 | 101001000 | 1001110 | 101101 |
Color Harmonies of #CE1A7B
Complementary color
Monochromatic Colors of #CE1A7B
Black with #CE1A7B
Text Example
Text Example
White with #CE1A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1A7B; }
p { color: rgb(206,26,123); }
H1.HeaderClassName
{
color: #CE1A7B;
}
.AnyTagClassName
{
color: #CE1A7B;
}
</style>
background-color css
<style>
a { background-color: #CE1A7B; }
a { background-color: rgb(206,26,123); }
div.DivClassName
{
background-color: #CE1A7B;
}
.BgClassName
{
background-color: #CE1A7B;
}
</style>
border-color css
<style>
span { border-color: #CE1A7B; }
span { border-color: rgb(206,26,123); }
td.TdClassName
{
border-color: #CE1A7B;
}
.TagClassName
{
border-color: #CE1A7B;
}
</style>