Shades of Medium Violet Red #CC2294
Tints of Medium Violet Red #CC2294
RGB
CMYK
RGB Variations
Color information
#CC2294 (or 0xCC2294) is known color: Medium Violet Red. HEX triplet: CC, 22 and 94. RGB value is (204,34,148). Sum of RGB (Red+Green+Blue) = 204+34+148=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2294 is #33DD6B. Grayscale: #616161. Windows color (decimal): -3399020 or 9708236. OLE color: 9708236.
HSL color Cylindrical-coordinate representation of color #CC2294: hue angle of 319.76º 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 #CC2294 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 148 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.2 |
| HSL | 319.76º | 0.71% | 0.47% | - |
| HSV(B) | 319.76º | 0.83% | 0.8% | - |
| XYZ | 30.82 | 16.12 | 29.5 | - |
| YUV | 97.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 148 | 0 | 0.83 | 0.27 | 0.2 | 319.76 | 0.71 | 0.47 |
| Hex | CC | 22 | 94 | 0 | 53 | 1B | 14 | 140 | 47 | 2F |
| Octal | 314 | 42 | 224 | 0 | 123 | 33 | 24 | 500 | 107 | 57 |
| Binary | 11001100 | 100010 | 10010100 | 0 | 1010011 | 11011 | 10100 | 101000000 | 1000111 | 101111 |
Color Harmonies of #CC2294
Complementary color
Monochromatic Colors of #CC2294
Black with #CC2294
Text Example
Text Example
White with #CC2294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2294; }
p { color: rgb(204,34,148); }
H1.HeaderClassName
{
color: #CC2294;
}
.AnyTagClassName
{
color: #CC2294;
}
</style>
background-color css
<style>
a { background-color: #CC2294; }
a { background-color: rgb(204,34,148); }
div.DivClassName
{
background-color: #CC2294;
}
.BgClassName
{
background-color: #CC2294;
}
</style>
border-color css
<style>
span { border-color: #CC2294; }
span { border-color: rgb(204,34,148); }
td.TdClassName
{
border-color: #CC2294;
}
.TagClassName
{
border-color: #CC2294;
}
</style>