Shades of Medium Violet Red #CC1C96
Tints of Medium Violet Red #CC1C96
RGB
CMYK
RGB Variations
Color information
#CC1C96 (or 0xCC1C96) is known color: Medium Violet Red. HEX triplet: CC, 1C and 96. RGB value is (204,28,150). Sum of RGB (Red+Green+Blue) = 204+28+150=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1C96 is #33E369. Grayscale: #5E5E5E. Windows color (decimal): -3400554 or 9837772. OLE color: 9837772.
HSL color Cylindrical-coordinate representation of color #CC1C96: hue angle of 318.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1C96 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 150 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.2 |
| HSL | 318.41º | 0.76% | 0.45% | - |
| HSV(B) | 318.41º | 0.86% | 0.8% | - |
| XYZ | 30.82 | 15.87 | 30.29 | - |
| YUV | 94.53 | 159.31 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 150 | 0 | 0.86 | 0.26 | 0.2 | 318.41 | 0.76 | 0.45 |
| Hex | CC | 1C | 96 | 0 | 56 | 1A | 14 | 13E | 4C | 2D |
| Octal | 314 | 34 | 226 | 0 | 126 | 32 | 24 | 476 | 114 | 55 |
| Binary | 11001100 | 11100 | 10010110 | 0 | 1010110 | 11010 | 10100 | 100111110 | 1001100 | 101101 |
Color Harmonies of #CC1C96
Complementary color
Monochromatic Colors of #CC1C96
Black with #CC1C96
Text Example
Text Example
White with #CC1C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1C96; }
p { color: rgb(204,28,150); }
H1.HeaderClassName
{
color: #CC1C96;
}
.AnyTagClassName
{
color: #CC1C96;
}
</style>
background-color css
<style>
a { background-color: #CC1C96; }
a { background-color: rgb(204,28,150); }
div.DivClassName
{
background-color: #CC1C96;
}
.BgClassName
{
background-color: #CC1C96;
}
</style>
border-color css
<style>
span { border-color: #CC1C96; }
span { border-color: rgb(204,28,150); }
td.TdClassName
{
border-color: #CC1C96;
}
.TagClassName
{
border-color: #CC1C96;
}
</style>