Shades of Medium Violet Red #CE19A2
Tints of Medium Violet Red #CE19A2
RGB
CMYK
RGB Variations
Color information
#CE19A2 (or 0xCE19A2) is known color: Medium Violet Red. HEX triplet: CE, 19 and A2. RGB value is (206,25,162). Sum of RGB (Red+Green+Blue) = 206+25+162=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE19A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE19A2 is #31E65D. Grayscale: #5E5E5E. Windows color (decimal): -3270238 or 10623438. OLE color: 10623438.
HSL color Cylindrical-coordinate representation of color #CE19A2: hue angle of 314.59º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE19A2 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 162 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.19 |
| HSL | 314.59º | 0.78% | 0.45% | - |
| HSV(B) | 314.59º | 0.88% | 0.81% | - |
| XYZ | 32.32 | 16.43 | 35.65 | - |
| YUV | 94.74 | 165.97 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 162 | 0 | 0.88 | 0.21 | 0.19 | 314.59 | 0.78 | 0.45 |
| Hex | CE | 19 | A2 | 0 | 58 | 15 | 13 | 13B | 4E | 2D |
| Octal | 316 | 31 | 242 | 0 | 130 | 25 | 23 | 473 | 116 | 55 |
| Binary | 11001110 | 11001 | 10100010 | 0 | 1011000 | 10101 | 10011 | 100111011 | 1001110 | 101101 |
Color Harmonies of #CE19A2
Complementary color
Monochromatic Colors of #CE19A2
Black with #CE19A2
Text Example
Text Example
White with #CE19A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE19A2; }
p { color: rgb(206,25,162); }
H1.HeaderClassName
{
color: #CE19A2;
}
.AnyTagClassName
{
color: #CE19A2;
}
</style>
background-color css
<style>
a { background-color: #CE19A2; }
a { background-color: rgb(206,25,162); }
div.DivClassName
{
background-color: #CE19A2;
}
.BgClassName
{
background-color: #CE19A2;
}
</style>
border-color css
<style>
span { border-color: #CE19A2; }
span { border-color: rgb(206,25,162); }
td.TdClassName
{
border-color: #CE19A2;
}
.TagClassName
{
border-color: #CE19A2;
}
</style>