Shades of Medium Violet Red #CE0281
Tints of Medium Violet Red #CE0281
RGB
CMYK
RGB Variations
Color information
#CE0281 (or 0xCE0281) is known color: Medium Violet Red. HEX triplet: CE, 02 and 81. RGB value is (206,2,129). Sum of RGB (Red+Green+Blue) = 206+2+129=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0281 is #31FD7E. Grayscale: #4D4D4D. Windows color (decimal): -3276159 or 8454862. OLE color: 8454862.
HSL color Cylindrical-coordinate representation of color #CE0281: hue angle of 322.65º degrees, saturation: 0.98, 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 #CE0281 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.19 |
| HSL | 322.65º | 0.98% | 0.41% | - |
| HSV(B) | 322.65º | 0.99% | 0.81% | - |
| XYZ | 29.44 | 14.75 | 22.06 | - |
| YUV | 77.47 | 157.09 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 129 | 0 | 0.99 | 0.37 | 0.19 | 322.65 | 0.98 | 0.41 |
| Hex | CE | 2 | 81 | 0 | 63 | 25 | 13 | 143 | 62 | 29 |
| Octal | 316 | 2 | 201 | 0 | 143 | 45 | 23 | 503 | 142 | 51 |
| Binary | 11001110 | 10 | 10000001 | 0 | 1100011 | 100101 | 10011 | 101000011 | 1100010 | 101001 |
Color Harmonies of #CE0281
Complementary color
Monochromatic Colors of #CE0281
Black with #CE0281
Text Example
Text Example
White with #CE0281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0281; }
p { color: rgb(206,2,129); }
H1.HeaderClassName
{
color: #CE0281;
}
.AnyTagClassName
{
color: #CE0281;
}
</style>
background-color css
<style>
a { background-color: #CE0281; }
a { background-color: rgb(206,2,129); }
div.DivClassName
{
background-color: #CE0281;
}
.BgClassName
{
background-color: #CE0281;
}
</style>
border-color css
<style>
span { border-color: #CE0281; }
span { border-color: rgb(206,2,129); }
td.TdClassName
{
border-color: #CE0281;
}
.TagClassName
{
border-color: #CE0281;
}
</style>