Shades of Medium Violet Red #CC2896
Tints of Medium Violet Red #CC2896
RGB
CMYK
RGB Variations
Color information
#CC2896 (or 0xCC2896) is known color: Medium Violet Red. HEX triplet: CC, 28 and 96. RGB value is (204,40,150). Sum of RGB (Red+Green+Blue) = 204+40+150=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2896 is #33D769. Grayscale: #656565. Windows color (decimal): -3397482 or 9840844. OLE color: 9840844.
HSL color Cylindrical-coordinate representation of color #CC2896: hue angle of 319.76º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2896 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 150 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.2 |
| HSL | 319.76º | 0.67% | 0.48% | - |
| HSV(B) | 319.76º | 0.8% | 0.8% | - |
| XYZ | 31.17 | 16.56 | 30.41 | - |
| YUV | 101.58 | 155.33 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 150 | 0 | 0.80 | 0.26 | 0.2 | 319.76 | 0.67 | 0.48 |
| Hex | CC | 28 | 96 | 0 | 50 | 1A | 14 | 140 | 43 | 30 |
| Octal | 314 | 50 | 226 | 0 | 120 | 32 | 24 | 500 | 103 | 60 |
| Binary | 11001100 | 101000 | 10010110 | 0 | 1010000 | 11010 | 10100 | 101000000 | 1000011 | 110000 |
Color Harmonies of #CC2896
Complementary color
Monochromatic Colors of #CC2896
Black with #CC2896
Text Example
Text Example
White with #CC2896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2896; }
p { color: rgb(204,40,150); }
H1.HeaderClassName
{
color: #CC2896;
}
.AnyTagClassName
{
color: #CC2896;
}
</style>
background-color css
<style>
a { background-color: #CC2896; }
a { background-color: rgb(204,40,150); }
div.DivClassName
{
background-color: #CC2896;
}
.BgClassName
{
background-color: #CC2896;
}
</style>
border-color css
<style>
span { border-color: #CC2896; }
span { border-color: rgb(204,40,150); }
td.TdClassName
{
border-color: #CC2896;
}
.TagClassName
{
border-color: #CC2896;
}
</style>