Shades of Medium Violet Red #CC2793
Tints of Medium Violet Red #CC2793
RGB
CMYK
RGB Variations
Color information
#CC2793 (or 0xCC2793) is known color: Medium Violet Red. HEX triplet: CC, 27 and 93. RGB value is (204,39,147). Sum of RGB (Red+Green+Blue) = 204+39+147=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2793 is #33D86C. Grayscale: #646464. Windows color (decimal): -3397741 or 9643980. OLE color: 9643980.
HSL color Cylindrical-coordinate representation of color #CC2793: hue angle of 320.73º 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 #CC2793 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 147 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.2 |
| HSL | 320.73º | 0.68% | 0.48% | - |
| HSV(B) | 320.73º | 0.81% | 0.8% | - |
| XYZ | 30.89 | 16.39 | 29.14 | - |
| YUV | 100.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 147 | 0 | 0.81 | 0.28 | 0.2 | 320.73 | 0.68 | 0.48 |
| Hex | CC | 27 | 93 | 0 | 51 | 1C | 14 | 141 | 44 | 30 |
| Octal | 314 | 47 | 223 | 0 | 121 | 34 | 24 | 501 | 104 | 60 |
| Binary | 11001100 | 100111 | 10010011 | 0 | 1010001 | 11100 | 10100 | 101000001 | 1000100 | 110000 |
Color Harmonies of #CC2793
Complementary color
Monochromatic Colors of #CC2793
Black with #CC2793
Text Example
Text Example
White with #CC2793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2793; }
p { color: rgb(204,39,147); }
H1.HeaderClassName
{
color: #CC2793;
}
.AnyTagClassName
{
color: #CC2793;
}
</style>
background-color css
<style>
a { background-color: #CC2793; }
a { background-color: rgb(204,39,147); }
div.DivClassName
{
background-color: #CC2793;
}
.BgClassName
{
background-color: #CC2793;
}
</style>
border-color css
<style>
span { border-color: #CC2793; }
span { border-color: rgb(204,39,147); }
td.TdClassName
{
border-color: #CC2793;
}
.TagClassName
{
border-color: #CC2793;
}
</style>