Shades of Medium Violet Red #CC2794
Tints of Medium Violet Red #CC2794
RGB
CMYK
RGB Variations
Color information
#CC2794 (or 0xCC2794) is known color: Medium Violet Red. HEX triplet: CC, 27 and 94. RGB value is (204,39,148). Sum of RGB (Red+Green+Blue) = 204+39+148=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2794 is #33D86B. Grayscale: #646464. Windows color (decimal): -3397740 or 9709516. OLE color: 9709516.
HSL color Cylindrical-coordinate representation of color #CC2794: hue angle of 320.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2794 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 148 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.2 |
| HSL | 320.36º | 0.68% | 0.48% | - |
| HSV(B) | 320.36º | 0.81% | 0.8% | - |
| XYZ | 30.97 | 16.43 | 29.56 | - |
| YUV | 100.76 | 154.66 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 148 | 0 | 0.81 | 0.27 | 0.2 | 320.36 | 0.68 | 0.48 |
| Hex | CC | 27 | 94 | 0 | 51 | 1B | 14 | 140 | 44 | 30 |
| Octal | 314 | 47 | 224 | 0 | 121 | 33 | 24 | 500 | 104 | 60 |
| Binary | 11001100 | 100111 | 10010100 | 0 | 1010001 | 11011 | 10100 | 101000000 | 1000100 | 110000 |
Color Harmonies of #CC2794
Complementary color
Monochromatic Colors of #CC2794
Black with #CC2794
Text Example
Text Example
White with #CC2794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2794; }
p { color: rgb(204,39,148); }
H1.HeaderClassName
{
color: #CC2794;
}
.AnyTagClassName
{
color: #CC2794;
}
</style>
background-color css
<style>
a { background-color: #CC2794; }
a { background-color: rgb(204,39,148); }
div.DivClassName
{
background-color: #CC2794;
}
.BgClassName
{
background-color: #CC2794;
}
</style>
border-color css
<style>
span { border-color: #CC2794; }
span { border-color: rgb(204,39,148); }
td.TdClassName
{
border-color: #CC2794;
}
.TagClassName
{
border-color: #CC2794;
}
</style>