Shades of Medium Violet Red #CE217E
Tints of Medium Violet Red #CE217E
RGB
CMYK
RGB Variations
Color information
#CE217E (or 0xCE217E) is known color: Medium Violet Red. HEX triplet: CE, 21 and 7E. RGB value is (206,33,126). Sum of RGB (Red+Green+Blue) = 206+33+126=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE217E is #31DE81. Grayscale: #5F5F5F. Windows color (decimal): -3268226 or 8266190. OLE color: 8266190.
HSL color Cylindrical-coordinate representation of color #CE217E: hue angle of 327.75º 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 #CE217E is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 126 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.19 |
| HSL | 327.75º | 0.72% | 0.47% | - |
| HSV(B) | 327.75º | 0.84% | 0.81% | - |
| XYZ | 29.76 | 15.72 | 21.2 | - |
| YUV | 95.33 | 145.31 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 126 | 0 | 0.84 | 0.39 | 0.19 | 327.75 | 0.72 | 0.47 |
| Hex | CE | 21 | 7E | 0 | 54 | 27 | 13 | 148 | 48 | 2F |
| Octal | 316 | 41 | 176 | 0 | 124 | 47 | 23 | 510 | 110 | 57 |
| Binary | 11001110 | 100001 | 1111110 | 0 | 1010100 | 100111 | 10011 | 101001000 | 1001000 | 101111 |
Color Harmonies of #CE217E
Complementary color
Monochromatic Colors of #CE217E
Black with #CE217E
Text Example
Text Example
White with #CE217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE217E; }
p { color: rgb(206,33,126); }
H1.HeaderClassName
{
color: #CE217E;
}
.AnyTagClassName
{
color: #CE217E;
}
</style>
background-color css
<style>
a { background-color: #CE217E; }
a { background-color: rgb(206,33,126); }
div.DivClassName
{
background-color: #CE217E;
}
.BgClassName
{
background-color: #CE217E;
}
</style>
border-color css
<style>
span { border-color: #CE217E; }
span { border-color: rgb(206,33,126); }
td.TdClassName
{
border-color: #CE217E;
}
.TagClassName
{
border-color: #CE217E;
}
</style>