Shades of Medium Violet Red #CE0576
Tints of Medium Violet Red #CE0576
RGB
CMYK
RGB Variations
Color information
#CE0576 (or 0xCE0576) is known color: Medium Violet Red. HEX triplet: CE, 05 and 76. RGB value is (206,5,118). Sum of RGB (Red+Green+Blue) = 206+5+118=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0576 is #31FA89. Grayscale: #4D4D4D. Windows color (decimal): -3275402 or 7734734. OLE color: 7734734.
HSL color Cylindrical-coordinate representation of color #CE0576: hue angle of 326.27º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0576 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 118 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.19 |
| HSL | 326.27º | 0.95% | 0.41% | - |
| HSV(B) | 326.27º | 0.98% | 0.81% | - |
| XYZ | 28.78 | 14.54 | 18.43 | - |
| YUV | 77.98 | 150.59 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 118 | 0 | 0.98 | 0.43 | 0.19 | 326.27 | 0.95 | 0.41 |
| Hex | CE | 5 | 76 | 0 | 62 | 2B | 13 | 146 | 5F | 29 |
| Octal | 316 | 5 | 166 | 0 | 142 | 53 | 23 | 506 | 137 | 51 |
| Binary | 11001110 | 101 | 1110110 | 0 | 1100010 | 101011 | 10011 | 101000110 | 1011111 | 101001 |
Color Harmonies of #CE0576
Complementary color
Monochromatic Colors of #CE0576
Black with #CE0576
Text Example
Text Example
White with #CE0576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0576; }
p { color: rgb(206,5,118); }
H1.HeaderClassName
{
color: #CE0576;
}
.AnyTagClassName
{
color: #CE0576;
}
</style>
background-color css
<style>
a { background-color: #CE0576; }
a { background-color: rgb(206,5,118); }
div.DivClassName
{
background-color: #CE0576;
}
.BgClassName
{
background-color: #CE0576;
}
</style>
border-color css
<style>
span { border-color: #CE0576; }
span { border-color: rgb(206,5,118); }
td.TdClassName
{
border-color: #CE0576;
}
.TagClassName
{
border-color: #CE0576;
}
</style>