Shades of Medium Violet Red #CE187D
Tints of Medium Violet Red #CE187D
RGB
CMYK
RGB Variations
Color information
#CE187D (or 0xCE187D) is known color: Medium Violet Red. HEX triplet: CE, 18 and 7D. RGB value is (206,24,125). Sum of RGB (Red+Green+Blue) = 206+24+125=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE187D is #31E782. Grayscale: #595959. Windows color (decimal): -3270531 or 8198350. OLE color: 8198350.
HSL color Cylindrical-coordinate representation of color #CE187D: hue angle of 326.7º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE187D is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 125 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.19 |
| HSL | 326.7º | 0.79% | 0.45% | - |
| HSV(B) | 326.7º | 0.88% | 0.81% | - |
| XYZ | 29.48 | 15.26 | 20.79 | - |
| YUV | 89.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 125 | 0 | 0.88 | 0.39 | 0.19 | 326.7 | 0.79 | 0.45 |
| Hex | CE | 18 | 7D | 0 | 58 | 27 | 13 | 147 | 4F | 2D |
| Octal | 316 | 30 | 175 | 0 | 130 | 47 | 23 | 507 | 117 | 55 |
| Binary | 11001110 | 11000 | 1111101 | 0 | 1011000 | 100111 | 10011 | 101000111 | 1001111 | 101101 |
Color Harmonies of #CE187D
Complementary color
Monochromatic Colors of #CE187D
Black with #CE187D
Text Example
Text Example
White with #CE187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE187D; }
p { color: rgb(206,24,125); }
H1.HeaderClassName
{
color: #CE187D;
}
.AnyTagClassName
{
color: #CE187D;
}
</style>
background-color css
<style>
a { background-color: #CE187D; }
a { background-color: rgb(206,24,125); }
div.DivClassName
{
background-color: #CE187D;
}
.BgClassName
{
background-color: #CE187D;
}
</style>
border-color css
<style>
span { border-color: #CE187D; }
span { border-color: rgb(206,24,125); }
td.TdClassName
{
border-color: #CE187D;
}
.TagClassName
{
border-color: #CE187D;
}
</style>