Shades of Medium Violet Red #CC2289
Tints of Medium Violet Red #CC2289
RGB
CMYK
RGB Variations
Color information
#CC2289 (or 0xCC2289) is known color: Medium Violet Red. HEX triplet: CC, 22 and 89. RGB value is (204,34,137). Sum of RGB (Red+Green+Blue) = 204+34+137=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2289 is #33DD76. Grayscale: #606060. Windows color (decimal): -3399031 or 8987340. OLE color: 8987340.
HSL color Cylindrical-coordinate representation of color #CC2289: hue angle of 323.65º 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 #CC2289 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 137 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.2 |
| HSL | 323.65º | 0.71% | 0.47% | - |
| HSV(B) | 323.65º | 0.83% | 0.8% | - |
| XYZ | 29.99 | 15.79 | 25.13 | - |
| YUV | 96.57 | 150.82 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 137 | 0 | 0.83 | 0.33 | 0.2 | 323.65 | 0.71 | 0.47 |
| Hex | CC | 22 | 89 | 0 | 53 | 21 | 14 | 144 | 47 | 2F |
| Octal | 314 | 42 | 211 | 0 | 123 | 41 | 24 | 504 | 107 | 57 |
| Binary | 11001100 | 100010 | 10001001 | 0 | 1010011 | 100001 | 10100 | 101000100 | 1000111 | 101111 |
Color Harmonies of #CC2289
Complementary color
Monochromatic Colors of #CC2289
Black with #CC2289
Text Example
Text Example
White with #CC2289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2289; }
p { color: rgb(204,34,137); }
H1.HeaderClassName
{
color: #CC2289;
}
.AnyTagClassName
{
color: #CC2289;
}
</style>
background-color css
<style>
a { background-color: #CC2289; }
a { background-color: rgb(204,34,137); }
div.DivClassName
{
background-color: #CC2289;
}
.BgClassName
{
background-color: #CC2289;
}
</style>
border-color css
<style>
span { border-color: #CC2289; }
span { border-color: rgb(204,34,137); }
td.TdClassName
{
border-color: #CC2289;
}
.TagClassName
{
border-color: #CC2289;
}
</style>