Shades of Medium Violet Red #CE0184
Tints of Medium Violet Red #CE0184
RGB
CMYK
RGB Variations
Color information
#CE0184 (or 0xCE0184) is known color: Medium Violet Red. HEX triplet: CE, 01 and 84. RGB value is (206,1,132). Sum of RGB (Red+Green+Blue) = 206+1+132=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0184 is #31FE7B. Grayscale: #4C4C4C. Windows color (decimal): -3276412 or 8651214. OLE color: 8651214.
HSL color Cylindrical-coordinate representation of color #CE0184: hue angle of 321.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0184 is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 132 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.19 |
| HSL | 321.66º | 0.99% | 0.41% | - |
| HSV(B) | 321.66º | 1% | 0.81% | - |
| XYZ | 29.63 | 14.81 | 23.13 | - |
| YUV | 77.23 | 158.92 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 132 | 0 | 1.00 | 0.36 | 0.19 | 321.66 | 0.99 | 0.41 |
| Hex | CE | 1 | 84 | 0 | 64 | 24 | 13 | 142 | 63 | 29 |
| Octal | 316 | 1 | 204 | 0 | 144 | 44 | 23 | 502 | 143 | 51 |
| Binary | 11001110 | 1 | 10000100 | 0 | 1100100 | 100100 | 10011 | 101000010 | 1100011 | 101001 |
Color Harmonies of #CE0184
Complementary color
Monochromatic Colors of #CE0184
Black with #CE0184
Text Example
Text Example
White with #CE0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0184; }
p { color: rgb(206,1,132); }
H1.HeaderClassName
{
color: #CE0184;
}
.AnyTagClassName
{
color: #CE0184;
}
</style>
background-color css
<style>
a { background-color: #CE0184; }
a { background-color: rgb(206,1,132); }
div.DivClassName
{
background-color: #CE0184;
}
.BgClassName
{
background-color: #CE0184;
}
</style>
border-color css
<style>
span { border-color: #CE0184; }
span { border-color: rgb(206,1,132); }
td.TdClassName
{
border-color: #CE0184;
}
.TagClassName
{
border-color: #CE0184;
}
</style>