Shades of Medium Violet Red #CE0270
Tints of Medium Violet Red #CE0270
RGB
CMYK
RGB Variations
Color information
#CE0270 (or 0xCE0270) is known color: Medium Violet Red. HEX triplet: CE, 02 and 70. RGB value is (206,2,112). Sum of RGB (Red+Green+Blue) = 206+2+112=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0270 is #31FD8F. Grayscale: #4B4B4B. Windows color (decimal): -3276176 or 7340750. OLE color: 7340750.
HSL color Cylindrical-coordinate representation of color #CE0270: hue angle of 327.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 #CE0270 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.19 |
| HSL | 327.65º | 0.98% | 0.41% | - |
| HSV(B) | 327.65º | 0.99% | 0.81% | - |
| XYZ | 28.4 | 14.34 | 16.6 | - |
| YUV | 75.54 | 148.59 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 112 | 0 | 0.99 | 0.46 | 0.19 | 327.65 | 0.98 | 0.41 |
| Hex | CE | 2 | 70 | 0 | 63 | 2E | 13 | 148 | 62 | 29 |
| Octal | 316 | 2 | 160 | 0 | 143 | 56 | 23 | 510 | 142 | 51 |
| Binary | 11001110 | 10 | 1110000 | 0 | 1100011 | 101110 | 10011 | 101001000 | 1100010 | 101001 |
Color Harmonies of #CE0270
Complementary color
Monochromatic Colors of #CE0270
Black with #CE0270
Text Example
Text Example
White with #CE0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0270; }
p { color: rgb(206,2,112); }
H1.HeaderClassName
{
color: #CE0270;
}
.AnyTagClassName
{
color: #CE0270;
}
</style>
background-color css
<style>
a { background-color: #CE0270; }
a { background-color: rgb(206,2,112); }
div.DivClassName
{
background-color: #CE0270;
}
.BgClassName
{
background-color: #CE0270;
}
</style>
border-color css
<style>
span { border-color: #CE0270; }
span { border-color: rgb(206,2,112); }
td.TdClassName
{
border-color: #CE0270;
}
.TagClassName
{
border-color: #CE0270;
}
</style>