Shades of Medium Violet Red #CE1CA7
Tints of Medium Violet Red #CE1CA7
RGB
CMYK
RGB Variations
Color information
#CE1CA7 (or 0xCE1CA7) is known color: Medium Violet Red. HEX triplet: CE, 1C and A7. RGB value is (206,28,167). Sum of RGB (Red+Green+Blue) = 206+28+167=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1CA7 is #31E358. Grayscale: #606060. Windows color (decimal): -3269465 or 10951886. OLE color: 10951886.
HSL color Cylindrical-coordinate representation of color #CE1CA7: hue angle of 313.15º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1CA7 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 167 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.19 |
| HSL | 313.15º | 0.76% | 0.46% | - |
| HSV(B) | 313.15º | 0.86% | 0.81% | - |
| XYZ | 32.84 | 16.74 | 38.06 | - |
| YUV | 97.07 | 167.47 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 167 | 0 | 0.86 | 0.19 | 0.19 | 313.15 | 0.76 | 0.46 |
| Hex | CE | 1C | A7 | 0 | 56 | 13 | 13 | 139 | 4C | 2E |
| Octal | 316 | 34 | 247 | 0 | 126 | 23 | 23 | 471 | 114 | 56 |
| Binary | 11001110 | 11100 | 10100111 | 0 | 1010110 | 10011 | 10011 | 100111001 | 1001100 | 101110 |
Color Harmonies of #CE1CA7
Complementary color
Monochromatic Colors of #CE1CA7
Black with #CE1CA7
Text Example
Text Example
White with #CE1CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CA7; }
p { color: rgb(206,28,167); }
H1.HeaderClassName
{
color: #CE1CA7;
}
.AnyTagClassName
{
color: #CE1CA7;
}
</style>
background-color css
<style>
a { background-color: #CE1CA7; }
a { background-color: rgb(206,28,167); }
div.DivClassName
{
background-color: #CE1CA7;
}
.BgClassName
{
background-color: #CE1CA7;
}
</style>
border-color css
<style>
span { border-color: #CE1CA7; }
span { border-color: rgb(206,28,167); }
td.TdClassName
{
border-color: #CE1CA7;
}
.TagClassName
{
border-color: #CE1CA7;
}
</style>