Shades of Medium Violet Red #CE1083
Tints of Medium Violet Red #CE1083
RGB
CMYK
RGB Variations
Color information
#CE1083 (or 0xCE1083) is known color: Medium Violet Red. HEX triplet: CE, 10 and 83. RGB value is (206,16,131). Sum of RGB (Red+Green+Blue) = 206+16+131=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1083 is #31EF7C. Grayscale: #555555. Windows color (decimal): -3272573 or 8589518. OLE color: 8589518.
HSL color Cylindrical-coordinate representation of color #CE1083: hue angle of 323.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1083 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 131 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.19 |
| HSL | 323.68º | 0.86% | 0.44% | - |
| HSV(B) | 323.68º | 0.92% | 0.81% | - |
| XYZ | 29.74 | 15.13 | 22.83 | - |
| YUV | 85.92 | 153.45 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 131 | 0 | 0.92 | 0.36 | 0.19 | 323.68 | 0.86 | 0.44 |
| Hex | CE | 10 | 83 | 0 | 5C | 24 | 13 | 144 | 56 | 2C |
| Octal | 316 | 20 | 203 | 0 | 134 | 44 | 23 | 504 | 126 | 54 |
| Binary | 11001110 | 10000 | 10000011 | 0 | 1011100 | 100100 | 10011 | 101000100 | 1010110 | 101100 |
Color Harmonies of #CE1083
Complementary color
Monochromatic Colors of #CE1083
Black with #CE1083
Text Example
Text Example
White with #CE1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1083; }
p { color: rgb(206,16,131); }
H1.HeaderClassName
{
color: #CE1083;
}
.AnyTagClassName
{
color: #CE1083;
}
</style>
background-color css
<style>
a { background-color: #CE1083; }
a { background-color: rgb(206,16,131); }
div.DivClassName
{
background-color: #CE1083;
}
.BgClassName
{
background-color: #CE1083;
}
</style>
border-color css
<style>
span { border-color: #CE1083; }
span { border-color: rgb(206,16,131); }
td.TdClassName
{
border-color: #CE1083;
}
.TagClassName
{
border-color: #CE1083;
}
</style>