Shades of Medium Violet Red #CE188C
Tints of Medium Violet Red #CE188C
RGB
CMYK
RGB Variations
Color information
#CE188C (or 0xCE188C) is known color: Medium Violet Red. HEX triplet: CE, 18 and 8C. RGB value is (206,24,140). Sum of RGB (Red+Green+Blue) = 206+24+140=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE188C is #31E773. Grayscale: #5B5B5B. Windows color (decimal): -3270516 or 9181390. OLE color: 9181390.
HSL color Cylindrical-coordinate representation of color #CE188C: hue angle of 321.76º 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 #CE188C is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 140 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.19 |
| HSL | 321.76º | 0.79% | 0.45% | - |
| HSV(B) | 321.76º | 0.88% | 0.81% | - |
| XYZ | 30.51 | 15.67 | 26.23 | - |
| YUV | 91.64 | 155.3 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 140 | 0 | 0.88 | 0.32 | 0.19 | 321.76 | 0.79 | 0.45 |
| Hex | CE | 18 | 8C | 0 | 58 | 20 | 13 | 142 | 4F | 2D |
| Octal | 316 | 30 | 214 | 0 | 130 | 40 | 23 | 502 | 117 | 55 |
| Binary | 11001110 | 11000 | 10001100 | 0 | 1011000 | 100000 | 10011 | 101000010 | 1001111 | 101101 |
Color Harmonies of #CE188C
Complementary color
Monochromatic Colors of #CE188C
Black with #CE188C
Text Example
Text Example
White with #CE188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE188C; }
p { color: rgb(206,24,140); }
H1.HeaderClassName
{
color: #CE188C;
}
.AnyTagClassName
{
color: #CE188C;
}
</style>
background-color css
<style>
a { background-color: #CE188C; }
a { background-color: rgb(206,24,140); }
div.DivClassName
{
background-color: #CE188C;
}
.BgClassName
{
background-color: #CE188C;
}
</style>
border-color css
<style>
span { border-color: #CE188C; }
span { border-color: rgb(206,24,140); }
td.TdClassName
{
border-color: #CE188C;
}
.TagClassName
{
border-color: #CE188C;
}
</style>