Shades of Medium Violet Red #CE1275
Tints of Medium Violet Red #CE1275
RGB
CMYK
RGB Variations
Color information
#CE1275 (or 0xCE1275) is known color: Medium Violet Red. HEX triplet: CE, 12 and 75. RGB value is (206,18,117). Sum of RGB (Red+Green+Blue) = 206+18+117=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1275 is #31ED8A. Grayscale: #555555. Windows color (decimal): -3272075 or 7672526. OLE color: 7672526.
HSL color Cylindrical-coordinate representation of color #CE1275: hue angle of 328.4º 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 #CE1275 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 117 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.19 |
| HSL | 328.4º | 0.84% | 0.44% | - |
| HSV(B) | 328.4º | 0.91% | 0.81% | - |
| XYZ | 28.88 | 14.84 | 18.17 | - |
| YUV | 85.5 | 145.78 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 117 | 0 | 0.91 | 0.43 | 0.19 | 328.4 | 0.84 | 0.44 |
| Hex | CE | 12 | 75 | 0 | 5B | 2B | 13 | 148 | 54 | 2C |
| Octal | 316 | 22 | 165 | 0 | 133 | 53 | 23 | 510 | 124 | 54 |
| Binary | 11001110 | 10010 | 1110101 | 0 | 1011011 | 101011 | 10011 | 101001000 | 1010100 | 101100 |
Color Harmonies of #CE1275
Complementary color
Monochromatic Colors of #CE1275
Black with #CE1275
Text Example
Text Example
White with #CE1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1275; }
p { color: rgb(206,18,117); }
H1.HeaderClassName
{
color: #CE1275;
}
.AnyTagClassName
{
color: #CE1275;
}
</style>
background-color css
<style>
a { background-color: #CE1275; }
a { background-color: rgb(206,18,117); }
div.DivClassName
{
background-color: #CE1275;
}
.BgClassName
{
background-color: #CE1275;
}
</style>
border-color css
<style>
span { border-color: #CE1275; }
span { border-color: rgb(206,18,117); }
td.TdClassName
{
border-color: #CE1275;
}
.TagClassName
{
border-color: #CE1275;
}
</style>