Shades of Medium Violet Red #CE0271
Tints of Medium Violet Red #CE0271
RGB
CMYK
RGB Variations
Color information
#CE0271 (or 0xCE0271) is known color: Medium Violet Red. HEX triplet: CE, 02 and 71. RGB value is (206,2,113). Sum of RGB (Red+Green+Blue) = 206+2+113=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0271 is #31FD8E. Grayscale: #4B4B4B. Windows color (decimal): -3276175 or 7406286. OLE color: 7406286.
HSL color Cylindrical-coordinate representation of color #CE0271: hue angle of 327.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0271 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.19 |
| HSL | 327.35º | 0.98% | 0.41% | - |
| HSV(B) | 327.35º | 0.99% | 0.81% | - |
| XYZ | 28.46 | 14.36 | 16.89 | - |
| YUV | 75.65 | 149.09 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 113 | 0 | 0.99 | 0.45 | 0.19 | 327.35 | 0.98 | 0.41 |
| Hex | CE | 2 | 71 | 0 | 63 | 2D | 13 | 147 | 62 | 29 |
| Octal | 316 | 2 | 161 | 0 | 143 | 55 | 23 | 507 | 142 | 51 |
| Binary | 11001110 | 10 | 1110001 | 0 | 1100011 | 101101 | 10011 | 101000111 | 1100010 | 101001 |
Color Harmonies of #CE0271
Complementary color
Monochromatic Colors of #CE0271
Black with #CE0271
Text Example
Text Example
White with #CE0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0271; }
p { color: rgb(206,2,113); }
H1.HeaderClassName
{
color: #CE0271;
}
.AnyTagClassName
{
color: #CE0271;
}
</style>
background-color css
<style>
a { background-color: #CE0271; }
a { background-color: rgb(206,2,113); }
div.DivClassName
{
background-color: #CE0271;
}
.BgClassName
{
background-color: #CE0271;
}
</style>
border-color css
<style>
span { border-color: #CE0271; }
span { border-color: rgb(206,2,113); }
td.TdClassName
{
border-color: #CE0271;
}
.TagClassName
{
border-color: #CE0271;
}
</style>