Shades of Medium Violet Red #CE0191
Tints of Medium Violet Red #CE0191
RGB
CMYK
RGB Variations
Color information
#CE0191 (or 0xCE0191) is known color: Medium Violet Red. HEX triplet: CE, 01 and 91. RGB value is (206,1,145). Sum of RGB (Red+Green+Blue) = 206+1+145=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0191 is #31FE6E. Grayscale: #4E4E4E. Windows color (decimal): -3276399 or 9503182. OLE color: 9503182.
HSL color Cylindrical-coordinate representation of color #CE0191: hue angle of 317.85º 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 #CE0191 is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 145 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.19 |
| HSL | 317.85º | 0.99% | 0.41% | - |
| HSV(B) | 317.85º | 1% | 0.81% | - |
| XYZ | 30.58 | 15.19 | 28.11 | - |
| YUV | 78.71 | 165.42 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 145 | 0 | 1.00 | 0.30 | 0.19 | 317.85 | 0.99 | 0.41 |
| Hex | CE | 1 | 91 | 0 | 64 | 1E | 13 | 13E | 63 | 29 |
| Octal | 316 | 1 | 221 | 0 | 144 | 36 | 23 | 476 | 143 | 51 |
| Binary | 11001110 | 1 | 10010001 | 0 | 1100100 | 11110 | 10011 | 100111110 | 1100011 | 101001 |
Color Harmonies of #CE0191
Complementary color
Monochromatic Colors of #CE0191
Black with #CE0191
Text Example
Text Example
White with #CE0191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0191; }
p { color: rgb(206,1,145); }
H1.HeaderClassName
{
color: #CE0191;
}
.AnyTagClassName
{
color: #CE0191;
}
</style>
background-color css
<style>
a { background-color: #CE0191; }
a { background-color: rgb(206,1,145); }
div.DivClassName
{
background-color: #CE0191;
}
.BgClassName
{
background-color: #CE0191;
}
</style>
border-color css
<style>
span { border-color: #CE0191; }
span { border-color: rgb(206,1,145); }
td.TdClassName
{
border-color: #CE0191;
}
.TagClassName
{
border-color: #CE0191;
}
</style>