Shades of Medium Violet Red #CC2396
Tints of Medium Violet Red #CC2396
RGB
CMYK
RGB Variations
Color information
#CC2396 (or 0xCC2396) is known color: Medium Violet Red. HEX triplet: CC, 23 and 96. RGB value is (204,35,150). Sum of RGB (Red+Green+Blue) = 204+35+150=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2396 is #33DC69. Grayscale: #626262. Windows color (decimal): -3398762 or 9839564. OLE color: 9839564.
HSL color Cylindrical-coordinate representation of color #CC2396: hue angle of 319.17º 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 #CC2396 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 150 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.2 |
| HSL | 319.17º | 0.71% | 0.47% | - |
| HSV(B) | 319.17º | 0.83% | 0.8% | - |
| XYZ | 31.01 | 16.24 | 30.35 | - |
| YUV | 98.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 150 | 0 | 0.83 | 0.26 | 0.2 | 319.17 | 0.71 | 0.47 |
| Hex | CC | 23 | 96 | 0 | 53 | 1A | 14 | 13F | 47 | 2F |
| Octal | 314 | 43 | 226 | 0 | 123 | 32 | 24 | 477 | 107 | 57 |
| Binary | 11001100 | 100011 | 10010110 | 0 | 1010011 | 11010 | 10100 | 100111111 | 1000111 | 101111 |
Color Harmonies of #CC2396
Complementary color
Monochromatic Colors of #CC2396
Black with #CC2396
Text Example
Text Example
White with #CC2396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2396; }
p { color: rgb(204,35,150); }
H1.HeaderClassName
{
color: #CC2396;
}
.AnyTagClassName
{
color: #CC2396;
}
</style>
background-color css
<style>
a { background-color: #CC2396; }
a { background-color: rgb(204,35,150); }
div.DivClassName
{
background-color: #CC2396;
}
.BgClassName
{
background-color: #CC2396;
}
</style>
border-color css
<style>
span { border-color: #CC2396; }
span { border-color: rgb(204,35,150); }
td.TdClassName
{
border-color: #CC2396;
}
.TagClassName
{
border-color: #CC2396;
}
</style>