Shades of Medium Violet Red #CC1697
Tints of Medium Violet Red #CC1697
RGB
CMYK
RGB Variations
Color information
#CC1697 (or 0xCC1697) is known color: Medium Violet Red. HEX triplet: CC, 16 and 97. RGB value is (204,22,151). Sum of RGB (Red+Green+Blue) = 204+22+151=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1697 is #33E968. Grayscale: #5A5A5A. Windows color (decimal): -3402089 or 9901772. OLE color: 9901772.
HSL color Cylindrical-coordinate representation of color #CC1697: hue angle of 317.47º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1697 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 151 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.2 |
| HSL | 317.47º | 0.81% | 0.44% | - |
| HSV(B) | 317.47º | 0.89% | 0.8% | - |
| XYZ | 30.77 | 15.65 | 30.68 | - |
| YUV | 91.12 | 161.8 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 151 | 0 | 0.89 | 0.26 | 0.2 | 317.47 | 0.81 | 0.44 |
| Hex | CC | 16 | 97 | 0 | 59 | 1A | 14 | 13D | 51 | 2C |
| Octal | 314 | 26 | 227 | 0 | 131 | 32 | 24 | 475 | 121 | 54 |
| Binary | 11001100 | 10110 | 10010111 | 0 | 1011001 | 11010 | 10100 | 100111101 | 1010001 | 101100 |
Color Harmonies of #CC1697
Complementary color
Monochromatic Colors of #CC1697
Black with #CC1697
Text Example
Text Example
White with #CC1697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1697; }
p { color: rgb(204,22,151); }
H1.HeaderClassName
{
color: #CC1697;
}
.AnyTagClassName
{
color: #CC1697;
}
</style>
background-color css
<style>
a { background-color: #CC1697; }
a { background-color: rgb(204,22,151); }
div.DivClassName
{
background-color: #CC1697;
}
.BgClassName
{
background-color: #CC1697;
}
</style>
border-color css
<style>
span { border-color: #CC1697; }
span { border-color: rgb(204,22,151); }
td.TdClassName
{
border-color: #CC1697;
}
.TagClassName
{
border-color: #CC1697;
}
</style>