Shades of Medium Violet Red #CE0F9D
Tints of Medium Violet Red #CE0F9D
RGB
CMYK
RGB Variations
Color information
#CE0F9D (or 0xCE0F9D) is known color: Medium Violet Red. HEX triplet: CE, 0F and 9D. RGB value is (206,15,157). Sum of RGB (Red+Green+Blue) = 206+15+157=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0F9D is #31F062. Grayscale: #575757. Windows color (decimal): -3272803 or 10293198. OLE color: 10293198.
HSL color Cylindrical-coordinate representation of color #CE0F9D: hue angle of 315.39º 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 #CE0F9D is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 157 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.19 |
| HSL | 315.39º | 0.86% | 0.43% | - |
| HSV(B) | 315.39º | 0.93% | 0.81% | - |
| XYZ | 31.71 | 15.9 | 33.3 | - |
| YUV | 88.3 | 166.78 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 157 | 0 | 0.93 | 0.24 | 0.19 | 315.39 | 0.86 | 0.43 |
| Hex | CE | F | 9D | 0 | 5D | 18 | 13 | 13B | 56 | 2B |
| Octal | 316 | 17 | 235 | 0 | 135 | 30 | 23 | 473 | 126 | 53 |
| Binary | 11001110 | 1111 | 10011101 | 0 | 1011101 | 11000 | 10011 | 100111011 | 1010110 | 101011 |
Color Harmonies of #CE0F9D
Complementary color
Monochromatic Colors of #CE0F9D
Black with #CE0F9D
Text Example
Text Example
White with #CE0F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F9D; }
p { color: rgb(206,15,157); }
H1.HeaderClassName
{
color: #CE0F9D;
}
.AnyTagClassName
{
color: #CE0F9D;
}
</style>
background-color css
<style>
a { background-color: #CE0F9D; }
a { background-color: rgb(206,15,157); }
div.DivClassName
{
background-color: #CE0F9D;
}
.BgClassName
{
background-color: #CE0F9D;
}
</style>
border-color css
<style>
span { border-color: #CE0F9D; }
span { border-color: rgb(206,15,157); }
td.TdClassName
{
border-color: #CE0F9D;
}
.TagClassName
{
border-color: #CE0F9D;
}
</style>