Shades of Medium Violet Red #CE0274
Tints of Medium Violet Red #CE0274
RGB
CMYK
RGB Variations
Color information
#CE0274 (or 0xCE0274) is known color: Medium Violet Red. HEX triplet: CE, 02 and 74. RGB value is (206,2,116). Sum of RGB (Red+Green+Blue) = 206+2+116=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0274 is #31FD8B. Grayscale: #4B4B4B. Windows color (decimal): -3276172 or 7602894. OLE color: 7602894.
HSL color Cylindrical-coordinate representation of color #CE0274: hue angle of 326.47º 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 #CE0274 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.19 |
| HSL | 326.47º | 0.98% | 0.41% | - |
| HSV(B) | 326.47º | 0.99% | 0.81% | - |
| XYZ | 28.63 | 14.43 | 17.8 | - |
| YUV | 75.99 | 150.59 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 116 | 0 | 0.99 | 0.44 | 0.19 | 326.47 | 0.98 | 0.41 |
| Hex | CE | 2 | 74 | 0 | 63 | 2C | 13 | 146 | 62 | 29 |
| Octal | 316 | 2 | 164 | 0 | 143 | 54 | 23 | 506 | 142 | 51 |
| Binary | 11001110 | 10 | 1110100 | 0 | 1100011 | 101100 | 10011 | 101000110 | 1100010 | 101001 |
Color Harmonies of #CE0274
Complementary color
Monochromatic Colors of #CE0274
Black with #CE0274
Text Example
Text Example
White with #CE0274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0274; }
p { color: rgb(206,2,116); }
H1.HeaderClassName
{
color: #CE0274;
}
.AnyTagClassName
{
color: #CE0274;
}
</style>
background-color css
<style>
a { background-color: #CE0274; }
a { background-color: rgb(206,2,116); }
div.DivClassName
{
background-color: #CE0274;
}
.BgClassName
{
background-color: #CE0274;
}
</style>
border-color css
<style>
span { border-color: #CE0274; }
span { border-color: rgb(206,2,116); }
td.TdClassName
{
border-color: #CE0274;
}
.TagClassName
{
border-color: #CE0274;
}
</style>