Shades of Medium Violet Red #CE0378
Tints of Medium Violet Red #CE0378
RGB
CMYK
RGB Variations
Color information
#CE0378 (or 0xCE0378) is known color: Medium Violet Red. HEX triplet: CE, 03 and 78. RGB value is (206,3,120). Sum of RGB (Red+Green+Blue) = 206+3+120=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0378 is #31FC87. Grayscale: #4C4C4C. Windows color (decimal): -3275912 or 7865294. OLE color: 7865294.
HSL color Cylindrical-coordinate representation of color #CE0378: hue angle of 325.42º 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 #CE0378 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 120 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.19 |
| HSL | 325.42º | 0.97% | 0.41% | - |
| HSV(B) | 325.42º | 0.99% | 0.81% | - |
| XYZ | 28.88 | 14.54 | 19.05 | - |
| YUV | 77.04 | 152.25 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 120 | 0 | 0.99 | 0.42 | 0.19 | 325.42 | 0.97 | 0.41 |
| Hex | CE | 3 | 78 | 0 | 63 | 2A | 13 | 145 | 61 | 29 |
| Octal | 316 | 3 | 170 | 0 | 143 | 52 | 23 | 505 | 141 | 51 |
| Binary | 11001110 | 11 | 1111000 | 0 | 1100011 | 101010 | 10011 | 101000101 | 1100001 | 101001 |
Color Harmonies of #CE0378
Complementary color
Monochromatic Colors of #CE0378
Black with #CE0378
Text Example
Text Example
White with #CE0378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0378; }
p { color: rgb(206,3,120); }
H1.HeaderClassName
{
color: #CE0378;
}
.AnyTagClassName
{
color: #CE0378;
}
</style>
background-color css
<style>
a { background-color: #CE0378; }
a { background-color: rgb(206,3,120); }
div.DivClassName
{
background-color: #CE0378;
}
.BgClassName
{
background-color: #CE0378;
}
</style>
border-color css
<style>
span { border-color: #CE0378; }
span { border-color: rgb(206,3,120); }
td.TdClassName
{
border-color: #CE0378;
}
.TagClassName
{
border-color: #CE0378;
}
</style>