Shades of Medium Violet Red #CE1270
Tints of Medium Violet Red #CE1270
RGB
CMYK
RGB Variations
Color information
#CE1270 (or 0xCE1270) is known color: Medium Violet Red. HEX triplet: CE, 12 and 70. RGB value is (206,18,112). Sum of RGB (Red+Green+Blue) = 206+18+112=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1270 is #31ED8F. Grayscale: #545454. Windows color (decimal): -3272080 or 7344846. OLE color: 7344846.
HSL color Cylindrical-coordinate representation of color #CE1270: hue angle of 330º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1270 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 112 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.19 |
| HSL | 330º | 0.84% | 0.44% | - |
| HSV(B) | 330º | 0.91% | 0.81% | - |
| XYZ | 28.59 | 14.72 | 16.66 | - |
| YUV | 84.93 | 143.28 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 112 | 0 | 0.91 | 0.46 | 0.19 | 330 | 0.84 | 0.44 |
| Hex | CE | 12 | 70 | 0 | 5B | 2E | 13 | 14A | 54 | 2C |
| Octal | 316 | 22 | 160 | 0 | 133 | 56 | 23 | 512 | 124 | 54 |
| Binary | 11001110 | 10010 | 1110000 | 0 | 1011011 | 101110 | 10011 | 101001010 | 1010100 | 101100 |
Color Harmonies of #CE1270
Complementary color
Monochromatic Colors of #CE1270
Black with #CE1270
Text Example
Text Example
White with #CE1270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1270; }
p { color: rgb(206,18,112); }
H1.HeaderClassName
{
color: #CE1270;
}
.AnyTagClassName
{
color: #CE1270;
}
</style>
background-color css
<style>
a { background-color: #CE1270; }
a { background-color: rgb(206,18,112); }
div.DivClassName
{
background-color: #CE1270;
}
.BgClassName
{
background-color: #CE1270;
}
</style>
border-color css
<style>
span { border-color: #CE1270; }
span { border-color: rgb(206,18,112); }
td.TdClassName
{
border-color: #CE1270;
}
.TagClassName
{
border-color: #CE1270;
}
</style>