Shades of Medium Violet Red #CE0172
Tints of Medium Violet Red #CE0172
RGB
CMYK
RGB Variations
Color information
#CE0172 (or 0xCE0172) is known color: Medium Violet Red. HEX triplet: CE, 01 and 72. RGB value is (206,1,114). Sum of RGB (Red+Green+Blue) = 206+1+114=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0172 is #31FE8D. Grayscale: #4A4A4A. Windows color (decimal): -3276430 or 7471566. OLE color: 7471566.
HSL color Cylindrical-coordinate representation of color #CE0172: hue angle of 326.93º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0172 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 114 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.19 |
| HSL | 326.93º | 0.99% | 0.41% | - |
| HSV(B) | 326.93º | 1% | 0.81% | - |
| XYZ | 28.5 | 14.36 | 17.19 | - |
| YUV | 75.18 | 149.92 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 114 | 0 | 1.00 | 0.45 | 0.19 | 326.93 | 0.99 | 0.41 |
| Hex | CE | 1 | 72 | 0 | 64 | 2D | 13 | 147 | 63 | 29 |
| Octal | 316 | 1 | 162 | 0 | 144 | 55 | 23 | 507 | 143 | 51 |
| Binary | 11001110 | 1 | 1110010 | 0 | 1100100 | 101101 | 10011 | 101000111 | 1100011 | 101001 |
Color Harmonies of #CE0172
Complementary color
Monochromatic Colors of #CE0172
Black with #CE0172
Text Example
Text Example
White with #CE0172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0172; }
p { color: rgb(206,1,114); }
H1.HeaderClassName
{
color: #CE0172;
}
.AnyTagClassName
{
color: #CE0172;
}
</style>
background-color css
<style>
a { background-color: #CE0172; }
a { background-color: rgb(206,1,114); }
div.DivClassName
{
background-color: #CE0172;
}
.BgClassName
{
background-color: #CE0172;
}
</style>
border-color css
<style>
span { border-color: #CE0172; }
span { border-color: rgb(206,1,114); }
td.TdClassName
{
border-color: #CE0172;
}
.TagClassName
{
border-color: #CE0172;
}
</style>