Shades of Medium Violet Red #CE1485
Tints of Medium Violet Red #CE1485
RGB
CMYK
RGB Variations
Color information
#CE1485 (or 0xCE1485) is known color: Medium Violet Red. HEX triplet: CE, 14 and 85. RGB value is (206,20,133). Sum of RGB (Red+Green+Blue) = 206+20+133=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1485 is #31EB7A. Grayscale: #585858. Windows color (decimal): -3271547 or 8721614. OLE color: 8721614.
HSL color Cylindrical-coordinate representation of color #CE1485: hue angle of 323.55º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1485 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 133 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.19 |
| HSL | 323.55º | 0.82% | 0.44% | - |
| HSV(B) | 323.55º | 0.9% | 0.81% | - |
| XYZ | 29.94 | 15.32 | 23.57 | - |
| YUV | 88.5 | 153.12 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 133 | 0 | 0.90 | 0.35 | 0.19 | 323.55 | 0.82 | 0.44 |
| Hex | CE | 14 | 85 | 0 | 5A | 23 | 13 | 144 | 52 | 2C |
| Octal | 316 | 24 | 205 | 0 | 132 | 43 | 23 | 504 | 122 | 54 |
| Binary | 11001110 | 10100 | 10000101 | 0 | 1011010 | 100011 | 10011 | 101000100 | 1010010 | 101100 |
Color Harmonies of #CE1485
Complementary color
Monochromatic Colors of #CE1485
Black with #CE1485
Text Example
Text Example
White with #CE1485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1485; }
p { color: rgb(206,20,133); }
H1.HeaderClassName
{
color: #CE1485;
}
.AnyTagClassName
{
color: #CE1485;
}
</style>
background-color css
<style>
a { background-color: #CE1485; }
a { background-color: rgb(206,20,133); }
div.DivClassName
{
background-color: #CE1485;
}
.BgClassName
{
background-color: #CE1485;
}
</style>
border-color css
<style>
span { border-color: #CE1485; }
span { border-color: rgb(206,20,133); }
td.TdClassName
{
border-color: #CE1485;
}
.TagClassName
{
border-color: #CE1485;
}
</style>