Shades of Medium Violet Red #CC1596
Tints of Medium Violet Red #CC1596
RGB
CMYK
RGB Variations
Color information
#CC1596 (or 0xCC1596) is known color: Medium Violet Red. HEX triplet: CC, 15 and 96. RGB value is (204,21,150). Sum of RGB (Red+Green+Blue) = 204+21+150=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1596 is #33EA69. Grayscale: #5A5A5A. Windows color (decimal): -3402346 or 9835980. OLE color: 9835980.
HSL color Cylindrical-coordinate representation of color #CC1596: hue angle of 317.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1596 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 150 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.2 |
| HSL | 317.7º | 0.81% | 0.44% | - |
| HSV(B) | 317.7º | 0.9% | 0.8% | - |
| XYZ | 30.68 | 15.58 | 30.24 | - |
| YUV | 90.42 | 161.63 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 150 | 0 | 0.90 | 0.26 | 0.2 | 317.7 | 0.81 | 0.44 |
| Hex | CC | 15 | 96 | 0 | 5A | 1A | 14 | 13E | 51 | 2C |
| Octal | 314 | 25 | 226 | 0 | 132 | 32 | 24 | 476 | 121 | 54 |
| Binary | 11001100 | 10101 | 10010110 | 0 | 1011010 | 11010 | 10100 | 100111110 | 1010001 | 101100 |
Color Harmonies of #CC1596
Complementary color
Monochromatic Colors of #CC1596
Black with #CC1596
Text Example
Text Example
White with #CC1596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1596; }
p { color: rgb(204,21,150); }
H1.HeaderClassName
{
color: #CC1596;
}
.AnyTagClassName
{
color: #CC1596;
}
</style>
background-color css
<style>
a { background-color: #CC1596; }
a { background-color: rgb(204,21,150); }
div.DivClassName
{
background-color: #CC1596;
}
.BgClassName
{
background-color: #CC1596;
}
</style>
border-color css
<style>
span { border-color: #CC1596; }
span { border-color: rgb(204,21,150); }
td.TdClassName
{
border-color: #CC1596;
}
.TagClassName
{
border-color: #CC1596;
}
</style>