Shades of Medium Violet Red #CE178A
Tints of Medium Violet Red #CE178A
RGB
CMYK
RGB Variations
Color information
#CE178A (or 0xCE178A) is known color: Medium Violet Red. HEX triplet: CE, 17 and 8A. RGB value is (206,23,138). Sum of RGB (Red+Green+Blue) = 206+23+138=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE178A is #31E875. Grayscale: #5A5A5A. Windows color (decimal): -3270774 or 9050062. OLE color: 9050062.
HSL color Cylindrical-coordinate representation of color #CE178A: hue angle of 322.3º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE178A is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 138 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.19 |
| HSL | 322.3º | 0.8% | 0.45% | - |
| HSV(B) | 322.3º | 0.89% | 0.81% | - |
| XYZ | 30.35 | 15.57 | 25.45 | - |
| YUV | 90.83 | 154.63 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 138 | 0 | 0.89 | 0.33 | 0.19 | 322.3 | 0.8 | 0.45 |
| Hex | CE | 17 | 8A | 0 | 59 | 21 | 13 | 142 | 50 | 2D |
| Octal | 316 | 27 | 212 | 0 | 131 | 41 | 23 | 502 | 120 | 55 |
| Binary | 11001110 | 10111 | 10001010 | 0 | 1011001 | 100001 | 10011 | 101000010 | 1010000 | 101101 |
Color Harmonies of #CE178A
Complementary color
Monochromatic Colors of #CE178A
Black with #CE178A
Text Example
Text Example
White with #CE178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE178A; }
p { color: rgb(206,23,138); }
H1.HeaderClassName
{
color: #CE178A;
}
.AnyTagClassName
{
color: #CE178A;
}
</style>
background-color css
<style>
a { background-color: #CE178A; }
a { background-color: rgb(206,23,138); }
div.DivClassName
{
background-color: #CE178A;
}
.BgClassName
{
background-color: #CE178A;
}
</style>
border-color css
<style>
span { border-color: #CE178A; }
span { border-color: rgb(206,23,138); }
td.TdClassName
{
border-color: #CE178A;
}
.TagClassName
{
border-color: #CE178A;
}
</style>