Shades of Medium Violet Red #CE0083
Tints of Medium Violet Red #CE0083
RGB
CMYK
RGB Variations
Color information
#CE0083 (or 0xCE0083) is known color: Medium Violet Red. HEX triplet: CE, 00 and 83. RGB value is (206,0,131). Sum of RGB (Red+Green+Blue) = 206+0+131=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0083 is #31FF7C. Grayscale: #4C4C4C. Windows color (decimal): -3276669 or 8585422. OLE color: 8585422.
HSL color Cylindrical-coordinate representation of color #CE0083: hue angle of 321.84º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0083 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.36 | 0.19 |
| HSL | 321.84º | 1% | 0.4% | - |
| HSV(B) | 321.84º | 1% | 0.81% | - |
| XYZ | 29.55 | 14.76 | 22.76 | - |
| YUV | 76.53 | 158.75 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 131 | 0 | 1 | 0.36 | 0.19 | 321.84 | 1 | 0.4 |
| Hex | CE | 0 | 83 | 0 | 64 | 24 | 13 | 142 | 64 | 28 |
| Octal | 316 | 0 | 203 | 0 | 144 | 44 | 23 | 502 | 144 | 50 |
| Binary | 11001110 | 0 | 10000011 | 0 | 1100100 | 100100 | 10011 | 101000010 | 1100100 | 101000 |
Color Harmonies of #CE0083
Complementary color
Monochromatic Colors of #CE0083
Black with #CE0083
Text Example
Text Example
White with #CE0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0083; }
p { color: rgb(206,0,131); }
H1.HeaderClassName
{
color: #CE0083;
}
.AnyTagClassName
{
color: #CE0083;
}
</style>
background-color css
<style>
a { background-color: #CE0083; }
a { background-color: rgb(206,0,131); }
div.DivClassName
{
background-color: #CE0083;
}
.BgClassName
{
background-color: #CE0083;
}
</style>
border-color css
<style>
span { border-color: #CE0083; }
span { border-color: rgb(206,0,131); }
td.TdClassName
{
border-color: #CE0083;
}
.TagClassName
{
border-color: #CE0083;
}
</style>