Shades of Medium Violet Red #CE147E
Tints of Medium Violet Red #CE147E
RGB
CMYK
RGB Variations
Color information
#CE147E (or 0xCE147E) is known color: Medium Violet Red. HEX triplet: CE, 14 and 7E. RGB value is (206,20,126). Sum of RGB (Red+Green+Blue) = 206+20+126=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE147E is #31EB81. Grayscale: #575757. Windows color (decimal): -3271554 or 8262862. OLE color: 8262862.
HSL color Cylindrical-coordinate representation of color #CE147E: hue angle of 325.81º 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 #CE147E is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 126 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.19 |
| HSL | 325.81º | 0.82% | 0.44% | - |
| HSV(B) | 325.81º | 0.9% | 0.81% | - |
| XYZ | 29.47 | 15.13 | 21.11 | - |
| YUV | 87.7 | 149.62 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 126 | 0 | 0.90 | 0.39 | 0.19 | 325.81 | 0.82 | 0.44 |
| Hex | CE | 14 | 7E | 0 | 5A | 27 | 13 | 146 | 52 | 2C |
| Octal | 316 | 24 | 176 | 0 | 132 | 47 | 23 | 506 | 122 | 54 |
| Binary | 11001110 | 10100 | 1111110 | 0 | 1011010 | 100111 | 10011 | 101000110 | 1010010 | 101100 |
Color Harmonies of #CE147E
Complementary color
Monochromatic Colors of #CE147E
Black with #CE147E
Text Example
Text Example
White with #CE147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE147E; }
p { color: rgb(206,20,126); }
H1.HeaderClassName
{
color: #CE147E;
}
.AnyTagClassName
{
color: #CE147E;
}
</style>
background-color css
<style>
a { background-color: #CE147E; }
a { background-color: rgb(206,20,126); }
div.DivClassName
{
background-color: #CE147E;
}
.BgClassName
{
background-color: #CE147E;
}
</style>
border-color css
<style>
span { border-color: #CE147E; }
span { border-color: rgb(206,20,126); }
td.TdClassName
{
border-color: #CE147E;
}
.TagClassName
{
border-color: #CE147E;
}
</style>