Shades of Medium Violet Red #CC229E
Tints of Medium Violet Red #CC229E
RGB
CMYK
RGB Variations
Color information
#CC229E (or 0xCC229E) is known color: Medium Violet Red. HEX triplet: CC, 22 and 9E. RGB value is (204,34,158). Sum of RGB (Red+Green+Blue) = 204+34+158=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC229E is #33DD61. Grayscale: #626262. Windows color (decimal): -3399010 or 10363596. OLE color: 10363596.
HSL color Cylindrical-coordinate representation of color #CC229E: hue angle of 316.24º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC229E is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 158 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.2 |
| HSL | 316.24º | 0.71% | 0.47% | - |
| HSV(B) | 316.24º | 0.83% | 0.8% | - |
| XYZ | 31.65 | 16.45 | 33.86 | - |
| YUV | 98.97 | 161.32 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 158 | 0 | 0.83 | 0.23 | 0.2 | 316.24 | 0.71 | 0.47 |
| Hex | CC | 22 | 9E | 0 | 53 | 17 | 14 | 13C | 47 | 2F |
| Octal | 314 | 42 | 236 | 0 | 123 | 27 | 24 | 474 | 107 | 57 |
| Binary | 11001100 | 100010 | 10011110 | 0 | 1010011 | 10111 | 10100 | 100111100 | 1000111 | 101111 |
Color Harmonies of #CC229E
Complementary color
Monochromatic Colors of #CC229E
Black with #CC229E
Text Example
Text Example
White with #CC229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC229E; }
p { color: rgb(204,34,158); }
H1.HeaderClassName
{
color: #CC229E;
}
.AnyTagClassName
{
color: #CC229E;
}
</style>
background-color css
<style>
a { background-color: #CC229E; }
a { background-color: rgb(204,34,158); }
div.DivClassName
{
background-color: #CC229E;
}
.BgClassName
{
background-color: #CC229E;
}
</style>
border-color css
<style>
span { border-color: #CC229E; }
span { border-color: rgb(204,34,158); }
td.TdClassName
{
border-color: #CC229E;
}
.TagClassName
{
border-color: #CC229E;
}
</style>