Shades of Medium Violet Red #CE0481
Tints of Medium Violet Red #CE0481
RGB
CMYK
RGB Variations
Color information
#CE0481 (or 0xCE0481) is known color: Medium Violet Red. HEX triplet: CE, 04 and 81. RGB value is (206,4,129). Sum of RGB (Red+Green+Blue) = 206+4+129=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0481 is #31FB7E. Grayscale: #4E4E4E. Windows color (decimal): -3275647 or 8455374. OLE color: 8455374.
HSL color Cylindrical-coordinate representation of color #CE0481: hue angle of 322.87º degrees, saturation: 0.96, 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 #CE0481 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 129 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.19 |
| HSL | 322.87º | 0.96% | 0.41% | - |
| HSV(B) | 322.87º | 0.98% | 0.81% | - |
| XYZ | 29.46 | 14.79 | 22.07 | - |
| YUV | 78.65 | 156.42 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 129 | 0 | 0.98 | 0.37 | 0.19 | 322.87 | 0.96 | 0.41 |
| Hex | CE | 4 | 81 | 0 | 62 | 25 | 13 | 143 | 60 | 29 |
| Octal | 316 | 4 | 201 | 0 | 142 | 45 | 23 | 503 | 140 | 51 |
| Binary | 11001110 | 100 | 10000001 | 0 | 1100010 | 100101 | 10011 | 101000011 | 1100000 | 101001 |
Color Harmonies of #CE0481
Complementary color
Monochromatic Colors of #CE0481
Black with #CE0481
Text Example
Text Example
White with #CE0481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0481; }
p { color: rgb(206,4,129); }
H1.HeaderClassName
{
color: #CE0481;
}
.AnyTagClassName
{
color: #CE0481;
}
</style>
background-color css
<style>
a { background-color: #CE0481; }
a { background-color: rgb(206,4,129); }
div.DivClassName
{
background-color: #CE0481;
}
.BgClassName
{
background-color: #CE0481;
}
</style>
border-color css
<style>
span { border-color: #CE0481; }
span { border-color: rgb(206,4,129); }
td.TdClassName
{
border-color: #CE0481;
}
.TagClassName
{
border-color: #CE0481;
}
</style>