Shades of Medium Violet Red #CE0B9A
Tints of Medium Violet Red #CE0B9A
RGB
CMYK
RGB Variations
Color information
#CE0B9A (or 0xCE0B9A) is known color: Medium Violet Red. HEX triplet: CE, 0B and 9A. RGB value is (206,11,154). Sum of RGB (Red+Green+Blue) = 206+11+154=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0B9A is #31F465. Grayscale: #555555. Windows color (decimal): -3273830 or 10095566. OLE color: 10095566.
HSL color Cylindrical-coordinate representation of color #CE0B9A: hue angle of 316º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0B9A is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 154 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.19 |
| HSL | 316º | 0.9% | 0.43% | - |
| HSV(B) | 316º | 0.95% | 0.81% | - |
| XYZ | 31.41 | 15.69 | 31.95 | - |
| YUV | 85.61 | 166.6 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 154 | 0 | 0.95 | 0.25 | 0.19 | 316 | 0.9 | 0.43 |
| Hex | CE | B | 9A | 0 | 5F | 19 | 13 | 13C | 5A | 2B |
| Octal | 316 | 13 | 232 | 0 | 137 | 31 | 23 | 474 | 132 | 53 |
| Binary | 11001110 | 1011 | 10011010 | 0 | 1011111 | 11001 | 10011 | 100111100 | 1011010 | 101011 |
Color Harmonies of #CE0B9A
Complementary color
Monochromatic Colors of #CE0B9A
Black with #CE0B9A
Text Example
Text Example
White with #CE0B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0B9A; }
p { color: rgb(206,11,154); }
H1.HeaderClassName
{
color: #CE0B9A;
}
.AnyTagClassName
{
color: #CE0B9A;
}
</style>
background-color css
<style>
a { background-color: #CE0B9A; }
a { background-color: rgb(206,11,154); }
div.DivClassName
{
background-color: #CE0B9A;
}
.BgClassName
{
background-color: #CE0B9A;
}
</style>
border-color css
<style>
span { border-color: #CE0B9A; }
span { border-color: rgb(206,11,154); }
td.TdClassName
{
border-color: #CE0B9A;
}
.TagClassName
{
border-color: #CE0B9A;
}
</style>