Shades of Medium Violet Red #CE0278
Tints of Medium Violet Red #CE0278
RGB
CMYK
RGB Variations
Color information
#CE0278 (or 0xCE0278) is known color: Medium Violet Red. HEX triplet: CE, 02 and 78. RGB value is (206,2,120). Sum of RGB (Red+Green+Blue) = 206+2+120=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0278 is #31FD87. Grayscale: #4C4C4C. Windows color (decimal): -3276168 or 7865038. OLE color: 7865038.
HSL color Cylindrical-coordinate representation of color #CE0278: hue angle of 325.29º 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 #CE0278 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.19 |
| HSL | 325.29º | 0.98% | 0.41% | - |
| HSV(B) | 325.29º | 0.99% | 0.81% | - |
| XYZ | 28.87 | 14.52 | 19.05 | - |
| YUV | 76.45 | 152.59 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 120 | 0 | 0.99 | 0.42 | 0.19 | 325.29 | 0.98 | 0.41 |
| Hex | CE | 2 | 78 | 0 | 63 | 2A | 13 | 145 | 62 | 29 |
| Octal | 316 | 2 | 170 | 0 | 143 | 52 | 23 | 505 | 142 | 51 |
| Binary | 11001110 | 10 | 1111000 | 0 | 1100011 | 101010 | 10011 | 101000101 | 1100010 | 101001 |
Color Harmonies of #CE0278
Complementary color
Monochromatic Colors of #CE0278
Black with #CE0278
Text Example
Text Example
White with #CE0278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0278; }
p { color: rgb(206,2,120); }
H1.HeaderClassName
{
color: #CE0278;
}
.AnyTagClassName
{
color: #CE0278;
}
</style>
background-color css
<style>
a { background-color: #CE0278; }
a { background-color: rgb(206,2,120); }
div.DivClassName
{
background-color: #CE0278;
}
.BgClassName
{
background-color: #CE0278;
}
</style>
border-color css
<style>
span { border-color: #CE0278; }
span { border-color: rgb(206,2,120); }
td.TdClassName
{
border-color: #CE0278;
}
.TagClassName
{
border-color: #CE0278;
}
</style>