Shades of Medium Violet Red #CC1797
Tints of Medium Violet Red #CC1797
RGB
CMYK
RGB Variations
Color information
#CC1797 (or 0xCC1797) is known color: Medium Violet Red. HEX triplet: CC, 17 and 97. RGB value is (204,23,151). Sum of RGB (Red+Green+Blue) = 204+23+151=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1797 is #33E868. Grayscale: #5B5B5B. Windows color (decimal): -3401833 or 9902028. OLE color: 9902028.
HSL color Cylindrical-coordinate representation of color #CC1797: hue angle of 317.57º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1797 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 151 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.2 |
| HSL | 317.57º | 0.8% | 0.45% | - |
| HSV(B) | 317.57º | 0.89% | 0.8% | - |
| XYZ | 30.79 | 15.68 | 30.68 | - |
| YUV | 91.71 | 161.47 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 151 | 0 | 0.89 | 0.26 | 0.2 | 317.57 | 0.8 | 0.45 |
| Hex | CC | 17 | 97 | 0 | 59 | 1A | 14 | 13E | 50 | 2D |
| Octal | 314 | 27 | 227 | 0 | 131 | 32 | 24 | 476 | 120 | 55 |
| Binary | 11001100 | 10111 | 10010111 | 0 | 1011001 | 11010 | 10100 | 100111110 | 1010000 | 101101 |
Color Harmonies of #CC1797
Complementary color
Monochromatic Colors of #CC1797
Black with #CC1797
Text Example
Text Example
White with #CC1797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1797; }
p { color: rgb(204,23,151); }
H1.HeaderClassName
{
color: #CC1797;
}
.AnyTagClassName
{
color: #CC1797;
}
</style>
background-color css
<style>
a { background-color: #CC1797; }
a { background-color: rgb(204,23,151); }
div.DivClassName
{
background-color: #CC1797;
}
.BgClassName
{
background-color: #CC1797;
}
</style>
border-color css
<style>
span { border-color: #CC1797; }
span { border-color: rgb(204,23,151); }
td.TdClassName
{
border-color: #CC1797;
}
.TagClassName
{
border-color: #CC1797;
}
</style>