Shades of Medium Violet Red #CE177F
Tints of Medium Violet Red #CE177F
RGB
CMYK
RGB Variations
Color information
#CE177F (or 0xCE177F) is known color: Medium Violet Red. HEX triplet: CE, 17 and 7F. RGB value is (206,23,127). Sum of RGB (Red+Green+Blue) = 206+23+127=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE177F is #31E880. Grayscale: #595959. Windows color (decimal): -3270785 or 8329166. OLE color: 8329166.
HSL color Cylindrical-coordinate representation of color #CE177F: hue angle of 325.9º 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 #CE177F is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 127 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.19 |
| HSL | 325.9º | 0.8% | 0.45% | - |
| HSV(B) | 325.9º | 0.89% | 0.81% | - |
| XYZ | 29.59 | 15.27 | 21.47 | - |
| YUV | 89.57 | 149.13 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 127 | 0 | 0.89 | 0.38 | 0.19 | 325.9 | 0.8 | 0.45 |
| Hex | CE | 17 | 7F | 0 | 59 | 26 | 13 | 146 | 50 | 2D |
| Octal | 316 | 27 | 177 | 0 | 131 | 46 | 23 | 506 | 120 | 55 |
| Binary | 11001110 | 10111 | 1111111 | 0 | 1011001 | 100110 | 10011 | 101000110 | 1010000 | 101101 |
Color Harmonies of #CE177F
Complementary color
Monochromatic Colors of #CE177F
Black with #CE177F
Text Example
Text Example
White with #CE177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE177F; }
p { color: rgb(206,23,127); }
H1.HeaderClassName
{
color: #CE177F;
}
.AnyTagClassName
{
color: #CE177F;
}
</style>
background-color css
<style>
a { background-color: #CE177F; }
a { background-color: rgb(206,23,127); }
div.DivClassName
{
background-color: #CE177F;
}
.BgClassName
{
background-color: #CE177F;
}
</style>
border-color css
<style>
span { border-color: #CE177F; }
span { border-color: rgb(206,23,127); }
td.TdClassName
{
border-color: #CE177F;
}
.TagClassName
{
border-color: #CE177F;
}
</style>