Shades of Medium Violet Red #CE057B
Tints of Medium Violet Red #CE057B
RGB
CMYK
RGB Variations
Color information
#CE057B (or 0xCE057B) is known color: Medium Violet Red. HEX triplet: CE, 05 and 7B. RGB value is (206,5,123). Sum of RGB (Red+Green+Blue) = 206+5+123=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE057B is #31FA84. Grayscale: #4E4E4E. Windows color (decimal): -3275397 or 8062414. OLE color: 8062414.
HSL color Cylindrical-coordinate representation of color #CE057B: hue angle of 324.78º 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 #CE057B is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 123 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.19 |
| HSL | 324.78º | 0.95% | 0.41% | - |
| HSV(B) | 324.78º | 0.98% | 0.81% | - |
| XYZ | 29.08 | 14.66 | 20.04 | - |
| YUV | 78.55 | 153.09 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 123 | 0 | 0.98 | 0.40 | 0.19 | 324.78 | 0.95 | 0.41 |
| Hex | CE | 5 | 7B | 0 | 62 | 28 | 13 | 145 | 5F | 29 |
| Octal | 316 | 5 | 173 | 0 | 142 | 50 | 23 | 505 | 137 | 51 |
| Binary | 11001110 | 101 | 1111011 | 0 | 1100010 | 101000 | 10011 | 101000101 | 1011111 | 101001 |
Color Harmonies of #CE057B
Complementary color
Monochromatic Colors of #CE057B
Black with #CE057B
Text Example
Text Example
White with #CE057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE057B; }
p { color: rgb(206,5,123); }
H1.HeaderClassName
{
color: #CE057B;
}
.AnyTagClassName
{
color: #CE057B;
}
</style>
background-color css
<style>
a { background-color: #CE057B; }
a { background-color: rgb(206,5,123); }
div.DivClassName
{
background-color: #CE057B;
}
.BgClassName
{
background-color: #CE057B;
}
</style>
border-color css
<style>
span { border-color: #CE057B; }
span { border-color: rgb(206,5,123); }
td.TdClassName
{
border-color: #CE057B;
}
.TagClassName
{
border-color: #CE057B;
}
</style>