Shades of Medium Violet Red #CC2094
Tints of Medium Violet Red #CC2094
RGB
CMYK
RGB Variations
Color information
#CC2094 (or 0xCC2094) is known color: Medium Violet Red. HEX triplet: CC, 20 and 94. RGB value is (204,32,148). Sum of RGB (Red+Green+Blue) = 204+32+148=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2094 is #33DF6B. Grayscale: #606060. Windows color (decimal): -3399532 or 9707724. OLE color: 9707724.
HSL color Cylindrical-coordinate representation of color #CC2094: hue angle of 319.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2094 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 148 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.2 |
| HSL | 319.53º | 0.73% | 0.46% | - |
| HSV(B) | 319.53º | 0.84% | 0.8% | - |
| XYZ | 30.76 | 16.01 | 29.49 | - |
| YUV | 96.65 | 156.98 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 148 | 0 | 0.84 | 0.27 | 0.2 | 319.53 | 0.73 | 0.46 |
| Hex | CC | 20 | 94 | 0 | 54 | 1B | 14 | 140 | 49 | 2E |
| Octal | 314 | 40 | 224 | 0 | 124 | 33 | 24 | 500 | 111 | 56 |
| Binary | 11001100 | 100000 | 10010100 | 0 | 1010100 | 11011 | 10100 | 101000000 | 1001001 | 101110 |
Color Harmonies of #CC2094
Complementary color
Monochromatic Colors of #CC2094
Black with #CC2094
Text Example
Text Example
White with #CC2094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2094; }
p { color: rgb(204,32,148); }
H1.HeaderClassName
{
color: #CC2094;
}
.AnyTagClassName
{
color: #CC2094;
}
</style>
background-color css
<style>
a { background-color: #CC2094; }
a { background-color: rgb(204,32,148); }
div.DivClassName
{
background-color: #CC2094;
}
.BgClassName
{
background-color: #CC2094;
}
</style>
border-color css
<style>
span { border-color: #CC2094; }
span { border-color: rgb(204,32,148); }
td.TdClassName
{
border-color: #CC2094;
}
.TagClassName
{
border-color: #CC2094;
}
</style>