Shades of Medium Violet Red #CE1572
Tints of Medium Violet Red #CE1572
RGB
CMYK
RGB Variations
Color information
#CE1572 (or 0xCE1572) is known color: Medium Violet Red. HEX triplet: CE, 15 and 72. RGB value is (206,21,114). Sum of RGB (Red+Green+Blue) = 206+21+114=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1572 is #31EA8D. Grayscale: #565656. Windows color (decimal): -3271310 or 7476686. OLE color: 7476686.
HSL color Cylindrical-coordinate representation of color #CE1572: hue angle of 329.84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1572 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 114 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.19 |
| HSL | 329.84º | 0.81% | 0.45% | - |
| HSV(B) | 329.84º | 0.9% | 0.81% | - |
| XYZ | 28.76 | 14.87 | 17.27 | - |
| YUV | 86.92 | 143.29 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 114 | 0 | 0.90 | 0.45 | 0.19 | 329.84 | 0.81 | 0.45 |
| Hex | CE | 15 | 72 | 0 | 5A | 2D | 13 | 14A | 51 | 2D |
| Octal | 316 | 25 | 162 | 0 | 132 | 55 | 23 | 512 | 121 | 55 |
| Binary | 11001110 | 10101 | 1110010 | 0 | 1011010 | 101101 | 10011 | 101001010 | 1010001 | 101101 |
Color Harmonies of #CE1572
Complementary color
Monochromatic Colors of #CE1572
Black with #CE1572
Text Example
Text Example
White with #CE1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1572; }
p { color: rgb(206,21,114); }
H1.HeaderClassName
{
color: #CE1572;
}
.AnyTagClassName
{
color: #CE1572;
}
</style>
background-color css
<style>
a { background-color: #CE1572; }
a { background-color: rgb(206,21,114); }
div.DivClassName
{
background-color: #CE1572;
}
.BgClassName
{
background-color: #CE1572;
}
</style>
border-color css
<style>
span { border-color: #CE1572; }
span { border-color: rgb(206,21,114); }
td.TdClassName
{
border-color: #CE1572;
}
.TagClassName
{
border-color: #CE1572;
}
</style>