Shades of Medium Violet Red #CE059B
Tints of Medium Violet Red #CE059B
RGB
CMYK
RGB Variations
Color information
#CE059B (or 0xCE059B) is known color: Medium Violet Red. HEX triplet: CE, 05 and 9B. RGB value is (206,5,155). Sum of RGB (Red+Green+Blue) = 206+5+155=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE059B is #31FA64. Grayscale: #515151. Windows color (decimal): -3275365 or 10159566. OLE color: 10159566.
HSL color Cylindrical-coordinate representation of color #CE059B: hue angle of 315.22º 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 #CE059B is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.19 |
| HSL | 315.22º | 0.95% | 0.41% | - |
| HSV(B) | 315.22º | 0.98% | 0.81% | - |
| XYZ | 31.42 | 15.6 | 32.36 | - |
| YUV | 82.2 | 169.09 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 155 | 0 | 0.98 | 0.25 | 0.19 | 315.22 | 0.95 | 0.41 |
| Hex | CE | 5 | 9B | 0 | 62 | 19 | 13 | 13B | 5F | 29 |
| Octal | 316 | 5 | 233 | 0 | 142 | 31 | 23 | 473 | 137 | 51 |
| Binary | 11001110 | 101 | 10011011 | 0 | 1100010 | 11001 | 10011 | 100111011 | 1011111 | 101001 |
Color Harmonies of #CE059B
Complementary color
Monochromatic Colors of #CE059B
Black with #CE059B
Text Example
Text Example
White with #CE059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE059B; }
p { color: rgb(206,5,155); }
H1.HeaderClassName
{
color: #CE059B;
}
.AnyTagClassName
{
color: #CE059B;
}
</style>
background-color css
<style>
a { background-color: #CE059B; }
a { background-color: rgb(206,5,155); }
div.DivClassName
{
background-color: #CE059B;
}
.BgClassName
{
background-color: #CE059B;
}
</style>
border-color css
<style>
span { border-color: #CE059B; }
span { border-color: rgb(206,5,155); }
td.TdClassName
{
border-color: #CE059B;
}
.TagClassName
{
border-color: #CE059B;
}
</style>