Shades of Medium Violet Red #CE0F9C
Tints of Medium Violet Red #CE0F9C
RGB
CMYK
RGB Variations
Color information
#CE0F9C (or 0xCE0F9C) is known color: Medium Violet Red. HEX triplet: CE, 0F and 9C. RGB value is (206,15,156). Sum of RGB (Red+Green+Blue) = 206+15+156=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0F9C is #31F063. Grayscale: #575757. Windows color (decimal): -3272804 or 10227662. OLE color: 10227662.
HSL color Cylindrical-coordinate representation of color #CE0F9C: hue angle of 315.71º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0F9C is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 156 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.19 |
| HSL | 315.71º | 0.86% | 0.43% | - |
| HSV(B) | 315.71º | 0.93% | 0.81% | - |
| XYZ | 31.63 | 15.86 | 32.85 | - |
| YUV | 88.18 | 166.28 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 156 | 0 | 0.93 | 0.24 | 0.19 | 315.71 | 0.86 | 0.43 |
| Hex | CE | F | 9C | 0 | 5D | 18 | 13 | 13C | 56 | 2B |
| Octal | 316 | 17 | 234 | 0 | 135 | 30 | 23 | 474 | 126 | 53 |
| Binary | 11001110 | 1111 | 10011100 | 0 | 1011101 | 11000 | 10011 | 100111100 | 1010110 | 101011 |
Color Harmonies of #CE0F9C
Complementary color
Monochromatic Colors of #CE0F9C
Black with #CE0F9C
Text Example
Text Example
White with #CE0F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F9C; }
p { color: rgb(206,15,156); }
H1.HeaderClassName
{
color: #CE0F9C;
}
.AnyTagClassName
{
color: #CE0F9C;
}
</style>
background-color css
<style>
a { background-color: #CE0F9C; }
a { background-color: rgb(206,15,156); }
div.DivClassName
{
background-color: #CE0F9C;
}
.BgClassName
{
background-color: #CE0F9C;
}
</style>
border-color css
<style>
span { border-color: #CE0F9C; }
span { border-color: rgb(206,15,156); }
td.TdClassName
{
border-color: #CE0F9C;
}
.TagClassName
{
border-color: #CE0F9C;
}
</style>