Shades of Medium Violet Red #CC219E
Tints of Medium Violet Red #CC219E
RGB
CMYK
RGB Variations
Color information
#CC219E (or 0xCC219E) is known color: Medium Violet Red. HEX triplet: CC, 21 and 9E. RGB value is (204,33,158). Sum of RGB (Red+Green+Blue) = 204+33+158=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC219E is #33DE61. Grayscale: #626262. Windows color (decimal): -3399266 or 10363340. OLE color: 10363340.
HSL color Cylindrical-coordinate representation of color #CC219E: hue angle of 316.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC219E is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 158 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.2 |
| HSL | 316.14º | 0.72% | 0.46% | - |
| HSV(B) | 316.14º | 0.84% | 0.8% | - |
| XYZ | 31.62 | 16.39 | 33.85 | - |
| YUV | 98.38 | 161.65 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 158 | 0 | 0.84 | 0.23 | 0.2 | 316.14 | 0.72 | 0.46 |
| Hex | CC | 21 | 9E | 0 | 54 | 17 | 14 | 13C | 48 | 2E |
| Octal | 314 | 41 | 236 | 0 | 124 | 27 | 24 | 474 | 110 | 56 |
| Binary | 11001100 | 100001 | 10011110 | 0 | 1010100 | 10111 | 10100 | 100111100 | 1001000 | 101110 |
Color Harmonies of #CC219E
Complementary color
Monochromatic Colors of #CC219E
Black with #CC219E
Text Example
Text Example
White with #CC219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC219E; }
p { color: rgb(204,33,158); }
H1.HeaderClassName
{
color: #CC219E;
}
.AnyTagClassName
{
color: #CC219E;
}
</style>
background-color css
<style>
a { background-color: #CC219E; }
a { background-color: rgb(204,33,158); }
div.DivClassName
{
background-color: #CC219E;
}
.BgClassName
{
background-color: #CC219E;
}
</style>
border-color css
<style>
span { border-color: #CC219E; }
span { border-color: rgb(204,33,158); }
td.TdClassName
{
border-color: #CC219E;
}
.TagClassName
{
border-color: #CC219E;
}
</style>