Shades of Medium Violet Red #CE147D
Tints of Medium Violet Red #CE147D
RGB
CMYK
RGB Variations
Color information
#CE147D (or 0xCE147D) is known color: Medium Violet Red. HEX triplet: CE, 14 and 7D. RGB value is (206,20,125). Sum of RGB (Red+Green+Blue) = 206+20+125=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE147D is #31EB82. Grayscale: #575757. Windows color (decimal): -3271555 or 8197326. OLE color: 8197326.
HSL color Cylindrical-coordinate representation of color #CE147D: hue angle of 326.13º 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 #CE147D is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 125 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.19 |
| HSL | 326.13º | 0.82% | 0.44% | - |
| HSV(B) | 326.13º | 0.9% | 0.81% | - |
| XYZ | 29.41 | 15.1 | 20.77 | - |
| YUV | 87.58 | 149.12 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 125 | 0 | 0.90 | 0.39 | 0.19 | 326.13 | 0.82 | 0.44 |
| Hex | CE | 14 | 7D | 0 | 5A | 27 | 13 | 146 | 52 | 2C |
| Octal | 316 | 24 | 175 | 0 | 132 | 47 | 23 | 506 | 122 | 54 |
| Binary | 11001110 | 10100 | 1111101 | 0 | 1011010 | 100111 | 10011 | 101000110 | 1010010 | 101100 |
Color Harmonies of #CE147D
Complementary color
Monochromatic Colors of #CE147D
Black with #CE147D
Text Example
Text Example
White with #CE147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE147D; }
p { color: rgb(206,20,125); }
H1.HeaderClassName
{
color: #CE147D;
}
.AnyTagClassName
{
color: #CE147D;
}
</style>
background-color css
<style>
a { background-color: #CE147D; }
a { background-color: rgb(206,20,125); }
div.DivClassName
{
background-color: #CE147D;
}
.BgClassName
{
background-color: #CE147D;
}
</style>
border-color css
<style>
span { border-color: #CE147D; }
span { border-color: rgb(206,20,125); }
td.TdClassName
{
border-color: #CE147D;
}
.TagClassName
{
border-color: #CE147D;
}
</style>