Shades of Medium Violet Red #CE0382
Tints of Medium Violet Red #CE0382
RGB
CMYK
RGB Variations
Color information
#CE0382 (or 0xCE0382) is known color: Medium Violet Red. HEX triplet: CE, 03 and 82. RGB value is (206,3,130). Sum of RGB (Red+Green+Blue) = 206+3+130=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0382 is #31FC7D. Grayscale: #4D4D4D. Windows color (decimal): -3275902 or 8520654. OLE color: 8520654.
HSL color Cylindrical-coordinate representation of color #CE0382: hue angle of 322.46º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0382 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 130 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.19 |
| HSL | 322.46º | 0.97% | 0.41% | - |
| HSV(B) | 322.46º | 0.99% | 0.81% | - |
| XYZ | 29.52 | 14.8 | 22.42 | - |
| YUV | 78.18 | 157.25 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 130 | 0 | 0.99 | 0.37 | 0.19 | 322.46 | 0.97 | 0.41 |
| Hex | CE | 3 | 82 | 0 | 63 | 25 | 13 | 142 | 61 | 29 |
| Octal | 316 | 3 | 202 | 0 | 143 | 45 | 23 | 502 | 141 | 51 |
| Binary | 11001110 | 11 | 10000010 | 0 | 1100011 | 100101 | 10011 | 101000010 | 1100001 | 101001 |
Color Harmonies of #CE0382
Complementary color
Monochromatic Colors of #CE0382
Black with #CE0382
Text Example
Text Example
White with #CE0382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0382; }
p { color: rgb(206,3,130); }
H1.HeaderClassName
{
color: #CE0382;
}
.AnyTagClassName
{
color: #CE0382;
}
</style>
background-color css
<style>
a { background-color: #CE0382; }
a { background-color: rgb(206,3,130); }
div.DivClassName
{
background-color: #CE0382;
}
.BgClassName
{
background-color: #CE0382;
}
</style>
border-color css
<style>
span { border-color: #CE0382; }
span { border-color: rgb(206,3,130); }
td.TdClassName
{
border-color: #CE0382;
}
.TagClassName
{
border-color: #CE0382;
}
</style>