Shades of Medium Violet Red #CC1097
Tints of Medium Violet Red #CC1097
RGB
CMYK
RGB Variations
Color information
#CC1097 (or 0xCC1097) is known color: Medium Violet Red. HEX triplet: CC, 10 and 97. RGB value is (204,16,151). Sum of RGB (Red+Green+Blue) = 204+16+151=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1097 is #33EF68. Grayscale: #575757. Windows color (decimal): -3403625 or 9900236. OLE color: 9900236.
HSL color Cylindrical-coordinate representation of color #CC1097: hue angle of 316.91º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1097 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 151 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.2 |
| HSL | 316.91º | 0.85% | 0.43% | - |
| HSV(B) | 316.91º | 0.92% | 0.8% | - |
| XYZ | 30.67 | 15.44 | 30.64 | - |
| YUV | 87.6 | 163.78 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 151 | 0 | 0.92 | 0.26 | 0.2 | 316.91 | 0.85 | 0.43 |
| Hex | CC | 10 | 97 | 0 | 5C | 1A | 14 | 13D | 55 | 2B |
| Octal | 314 | 20 | 227 | 0 | 134 | 32 | 24 | 475 | 125 | 53 |
| Binary | 11001100 | 10000 | 10010111 | 0 | 1011100 | 11010 | 10100 | 100111101 | 1010101 | 101011 |
Color Harmonies of #CC1097
Complementary color
Monochromatic Colors of #CC1097
Black with #CC1097
Text Example
Text Example
White with #CC1097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1097; }
p { color: rgb(204,16,151); }
H1.HeaderClassName
{
color: #CC1097;
}
.AnyTagClassName
{
color: #CC1097;
}
</style>
background-color css
<style>
a { background-color: #CC1097; }
a { background-color: rgb(204,16,151); }
div.DivClassName
{
background-color: #CC1097;
}
.BgClassName
{
background-color: #CC1097;
}
</style>
border-color css
<style>
span { border-color: #CC1097; }
span { border-color: rgb(204,16,151); }
td.TdClassName
{
border-color: #CC1097;
}
.TagClassName
{
border-color: #CC1097;
}
</style>