Shades of Medium Violet Red #CE2182
Tints of Medium Violet Red #CE2182
RGB
CMYK
RGB Variations
Color information
#CE2182 (or 0xCE2182) is known color: Medium Violet Red. HEX triplet: CE, 21 and 82. RGB value is (206,33,130). Sum of RGB (Red+Green+Blue) = 206+33+130=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2182 is #31DE7D. Grayscale: #5F5F5F. Windows color (decimal): -3268222 or 8528334. OLE color: 8528334.
HSL color Cylindrical-coordinate representation of color #CE2182: hue angle of 326.36º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2182 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 130 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.19 |
| HSL | 326.36º | 0.72% | 0.47% | - |
| HSV(B) | 326.36º | 0.84% | 0.81% | - |
| XYZ | 30.03 | 15.82 | 22.59 | - |
| YUV | 95.79 | 147.31 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 130 | 0 | 0.84 | 0.37 | 0.19 | 326.36 | 0.72 | 0.47 |
| Hex | CE | 21 | 82 | 0 | 54 | 25 | 13 | 146 | 48 | 2F |
| Octal | 316 | 41 | 202 | 0 | 124 | 45 | 23 | 506 | 110 | 57 |
| Binary | 11001110 | 100001 | 10000010 | 0 | 1010100 | 100101 | 10011 | 101000110 | 1001000 | 101111 |
Color Harmonies of #CE2182
Complementary color
Monochromatic Colors of #CE2182
Black with #CE2182
Text Example
Text Example
White with #CE2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2182; }
p { color: rgb(206,33,130); }
H1.HeaderClassName
{
color: #CE2182;
}
.AnyTagClassName
{
color: #CE2182;
}
</style>
background-color css
<style>
a { background-color: #CE2182; }
a { background-color: rgb(206,33,130); }
div.DivClassName
{
background-color: #CE2182;
}
.BgClassName
{
background-color: #CE2182;
}
</style>
border-color css
<style>
span { border-color: #CE2182; }
span { border-color: rgb(206,33,130); }
td.TdClassName
{
border-color: #CE2182;
}
.TagClassName
{
border-color: #CE2182;
}
</style>