Shades of Medium Violet Red #CE0CA2
Tints of Medium Violet Red #CE0CA2
RGB
CMYK
RGB Variations
Color information
#CE0CA2 (or 0xCE0CA2) is known color: Medium Violet Red. HEX triplet: CE, 0C and A2. RGB value is (206,12,162). Sum of RGB (Red+Green+Blue) = 206+12+162=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0CA2 is #31F35D. Grayscale: #565656. Windows color (decimal): -3273566 or 10620110. OLE color: 10620110.
HSL color Cylindrical-coordinate representation of color #CE0CA2: hue angle of 313.61º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0CA2 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 162 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.19 |
| HSL | 313.61º | 0.89% | 0.43% | - |
| HSV(B) | 313.61º | 0.94% | 0.81% | - |
| XYZ | 32.11 | 15.99 | 35.58 | - |
| YUV | 87.11 | 170.27 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 162 | 0 | 0.94 | 0.21 | 0.19 | 313.61 | 0.89 | 0.43 |
| Hex | CE | C | A2 | 0 | 5E | 15 | 13 | 13A | 59 | 2B |
| Octal | 316 | 14 | 242 | 0 | 136 | 25 | 23 | 472 | 131 | 53 |
| Binary | 11001110 | 1100 | 10100010 | 0 | 1011110 | 10101 | 10011 | 100111010 | 1011001 | 101011 |
Color Harmonies of #CE0CA2
Complementary color
Monochromatic Colors of #CE0CA2
Black with #CE0CA2
Text Example
Text Example
White with #CE0CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CA2; }
p { color: rgb(206,12,162); }
H1.HeaderClassName
{
color: #CE0CA2;
}
.AnyTagClassName
{
color: #CE0CA2;
}
</style>
background-color css
<style>
a { background-color: #CE0CA2; }
a { background-color: rgb(206,12,162); }
div.DivClassName
{
background-color: #CE0CA2;
}
.BgClassName
{
background-color: #CE0CA2;
}
</style>
border-color css
<style>
span { border-color: #CE0CA2; }
span { border-color: rgb(206,12,162); }
td.TdClassName
{
border-color: #CE0CA2;
}
.TagClassName
{
border-color: #CE0CA2;
}
</style>