Shades of Medium Violet Red #CC2397
Tints of Medium Violet Red #CC2397
RGB
CMYK
RGB Variations
Color information
#CC2397 (or 0xCC2397) is known color: Medium Violet Red. HEX triplet: CC, 23 and 97. RGB value is (204,35,151). Sum of RGB (Red+Green+Blue) = 204+35+151=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2397 is #33DC68. Grayscale: #626262. Windows color (decimal): -3398761 or 9905100. OLE color: 9905100.
HSL color Cylindrical-coordinate representation of color #CC2397: hue angle of 318.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2397 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 151 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.2 |
| HSL | 318.82º | 0.71% | 0.47% | - |
| HSV(B) | 318.82º | 0.83% | 0.8% | - |
| XYZ | 31.09 | 16.27 | 30.78 | - |
| YUV | 98.76 | 157.49 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 151 | 0 | 0.83 | 0.26 | 0.2 | 318.82 | 0.71 | 0.47 |
| Hex | CC | 23 | 97 | 0 | 53 | 1A | 14 | 13F | 47 | 2F |
| Octal | 314 | 43 | 227 | 0 | 123 | 32 | 24 | 477 | 107 | 57 |
| Binary | 11001100 | 100011 | 10010111 | 0 | 1010011 | 11010 | 10100 | 100111111 | 1000111 | 101111 |
Color Harmonies of #CC2397
Complementary color
Monochromatic Colors of #CC2397
Black with #CC2397
Text Example
Text Example
White with #CC2397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2397; }
p { color: rgb(204,35,151); }
H1.HeaderClassName
{
color: #CC2397;
}
.AnyTagClassName
{
color: #CC2397;
}
</style>
background-color css
<style>
a { background-color: #CC2397; }
a { background-color: rgb(204,35,151); }
div.DivClassName
{
background-color: #CC2397;
}
.BgClassName
{
background-color: #CC2397;
}
</style>
border-color css
<style>
span { border-color: #CC2397; }
span { border-color: rgb(204,35,151); }
td.TdClassName
{
border-color: #CC2397;
}
.TagClassName
{
border-color: #CC2397;
}
</style>