Shades of Medium Violet Red #CE0380
Tints of Medium Violet Red #CE0380
RGB
CMYK
RGB Variations
Color information
#CE0380 (or 0xCE0380) is known color: Medium Violet Red. HEX triplet: CE, 03 and 80. RGB value is (206,3,128). Sum of RGB (Red+Green+Blue) = 206+3+128=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0380 is #31FC7F. Grayscale: #4D4D4D. Windows color (decimal): -3275904 or 8389582. OLE color: 8389582.
HSL color Cylindrical-coordinate representation of color #CE0380: hue angle of 323.05º 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 #CE0380 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.19 |
| HSL | 323.05º | 0.97% | 0.41% | - |
| HSV(B) | 323.05º | 0.99% | 0.81% | - |
| XYZ | 29.38 | 14.75 | 21.72 | - |
| YUV | 77.95 | 156.25 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 128 | 0 | 0.99 | 0.38 | 0.19 | 323.05 | 0.97 | 0.41 |
| Hex | CE | 3 | 80 | 0 | 63 | 26 | 13 | 143 | 61 | 29 |
| Octal | 316 | 3 | 200 | 0 | 143 | 46 | 23 | 503 | 141 | 51 |
| Binary | 11001110 | 11 | 10000000 | 0 | 1100011 | 100110 | 10011 | 101000011 | 1100001 | 101001 |
Color Harmonies of #CE0380
Complementary color
Monochromatic Colors of #CE0380
Black with #CE0380
Text Example
Text Example
White with #CE0380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0380; }
p { color: rgb(206,3,128); }
H1.HeaderClassName
{
color: #CE0380;
}
.AnyTagClassName
{
color: #CE0380;
}
</style>
background-color css
<style>
a { background-color: #CE0380; }
a { background-color: rgb(206,3,128); }
div.DivClassName
{
background-color: #CE0380;
}
.BgClassName
{
background-color: #CE0380;
}
</style>
border-color css
<style>
span { border-color: #CE0380; }
span { border-color: rgb(206,3,128); }
td.TdClassName
{
border-color: #CE0380;
}
.TagClassName
{
border-color: #CE0380;
}
</style>