Shades of Medium Violet Red #CE08A1
Tints of Medium Violet Red #CE08A1
RGB
CMYK
RGB Variations
Color information
#CE08A1 (or 0xCE08A1) is known color: Medium Violet Red. HEX triplet: CE, 08 and A1. RGB value is (206,8,161). Sum of RGB (Red+Green+Blue) = 206+8+161=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE08A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE08A1 is #31F75E. Grayscale: #545454. Windows color (decimal): -3274591 or 10553550. OLE color: 10553550.
HSL color Cylindrical-coordinate representation of color #CE08A1: hue angle of 313.64º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE08A1 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 161 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.19 |
| HSL | 313.64º | 0.93% | 0.42% | - |
| HSV(B) | 313.64º | 0.96% | 0.81% | - |
| XYZ | 31.97 | 15.87 | 35.1 | - |
| YUV | 84.64 | 171.1 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 161 | 0 | 0.96 | 0.22 | 0.19 | 313.64 | 0.93 | 0.42 |
| Hex | CE | 8 | A1 | 0 | 60 | 16 | 13 | 13A | 5D | 2A |
| Octal | 316 | 10 | 241 | 0 | 140 | 26 | 23 | 472 | 135 | 52 |
| Binary | 11001110 | 1000 | 10100001 | 0 | 1100000 | 10110 | 10011 | 100111010 | 1011101 | 101010 |
Color Harmonies of #CE08A1
Complementary color
Monochromatic Colors of #CE08A1
Black with #CE08A1
Text Example
Text Example
White with #CE08A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE08A1; }
p { color: rgb(206,8,161); }
H1.HeaderClassName
{
color: #CE08A1;
}
.AnyTagClassName
{
color: #CE08A1;
}
</style>
background-color css
<style>
a { background-color: #CE08A1; }
a { background-color: rgb(206,8,161); }
div.DivClassName
{
background-color: #CE08A1;
}
.BgClassName
{
background-color: #CE08A1;
}
</style>
border-color css
<style>
span { border-color: #CE08A1; }
span { border-color: rgb(206,8,161); }
td.TdClassName
{
border-color: #CE08A1;
}
.TagClassName
{
border-color: #CE08A1;
}
</style>