Shades of Medium Violet Red #CE2175
Tints of Medium Violet Red #CE2175
RGB
CMYK
RGB Variations
Color information
#CE2175 (or 0xCE2175) is known color: Medium Violet Red. HEX triplet: CE, 21 and 75. RGB value is (206,33,117). Sum of RGB (Red+Green+Blue) = 206+33+117=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2175 is #31DE8A. Grayscale: #5E5E5E. Windows color (decimal): -3268235 or 7676366. OLE color: 7676366.
HSL color Cylindrical-coordinate representation of color #CE2175: hue angle of 330.87º 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 #CE2175 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 117 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.19 |
| HSL | 330.87º | 0.72% | 0.47% | - |
| HSV(B) | 330.87º | 0.84% | 0.81% | - |
| XYZ | 29.21 | 15.49 | 18.28 | - |
| YUV | 94.3 | 140.81 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 117 | 0 | 0.84 | 0.43 | 0.19 | 330.87 | 0.72 | 0.47 |
| Hex | CE | 21 | 75 | 0 | 54 | 2B | 13 | 14B | 48 | 2F |
| Octal | 316 | 41 | 165 | 0 | 124 | 53 | 23 | 513 | 110 | 57 |
| Binary | 11001110 | 100001 | 1110101 | 0 | 1010100 | 101011 | 10011 | 101001011 | 1001000 | 101111 |
Color Harmonies of #CE2175
Complementary color
Monochromatic Colors of #CE2175
Black with #CE2175
Text Example
Text Example
White with #CE2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2175; }
p { color: rgb(206,33,117); }
H1.HeaderClassName
{
color: #CE2175;
}
.AnyTagClassName
{
color: #CE2175;
}
</style>
background-color css
<style>
a { background-color: #CE2175; }
a { background-color: rgb(206,33,117); }
div.DivClassName
{
background-color: #CE2175;
}
.BgClassName
{
background-color: #CE2175;
}
</style>
border-color css
<style>
span { border-color: #CE2175; }
span { border-color: rgb(206,33,117); }
td.TdClassName
{
border-color: #CE2175;
}
.TagClassName
{
border-color: #CE2175;
}
</style>