Shades of Medium Violet Red #CC2497
Tints of Medium Violet Red #CC2497
RGB
CMYK
RGB Variations
Color information
#CC2497 (or 0xCC2497) is known color: Medium Violet Red. HEX triplet: CC, 24 and 97. RGB value is (204,36,151). Sum of RGB (Red+Green+Blue) = 204+36+151=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2497 is #33DB68. Grayscale: #636363. Windows color (decimal): -3398505 or 9905356. OLE color: 9905356.
HSL color Cylindrical-coordinate representation of color #CC2497: hue angle of 318.93º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2497 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 151 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.2 |
| HSL | 318.93º | 0.7% | 0.47% | - |
| HSV(B) | 318.93º | 0.82% | 0.8% | - |
| XYZ | 31.12 | 16.33 | 30.79 | - |
| YUV | 99.34 | 157.16 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 151 | 0 | 0.82 | 0.26 | 0.2 | 318.93 | 0.7 | 0.47 |
| Hex | CC | 24 | 97 | 0 | 52 | 1A | 14 | 13F | 46 | 2F |
| Octal | 314 | 44 | 227 | 0 | 122 | 32 | 24 | 477 | 106 | 57 |
| Binary | 11001100 | 100100 | 10010111 | 0 | 1010010 | 11010 | 10100 | 100111111 | 1000110 | 101111 |
Color Harmonies of #CC2497
Complementary color
Monochromatic Colors of #CC2497
Black with #CC2497
Text Example
Text Example
White with #CC2497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2497; }
p { color: rgb(204,36,151); }
H1.HeaderClassName
{
color: #CC2497;
}
.AnyTagClassName
{
color: #CC2497;
}
</style>
background-color css
<style>
a { background-color: #CC2497; }
a { background-color: rgb(204,36,151); }
div.DivClassName
{
background-color: #CC2497;
}
.BgClassName
{
background-color: #CC2497;
}
</style>
border-color css
<style>
span { border-color: #CC2497; }
span { border-color: rgb(204,36,151); }
td.TdClassName
{
border-color: #CC2497;
}
.TagClassName
{
border-color: #CC2497;
}
</style>