Shades of Medium Violet Red #CC2392
Tints of Medium Violet Red #CC2392
RGB
CMYK
RGB Variations
Color information
#CC2392 (or 0xCC2392) is known color: Medium Violet Red. HEX triplet: CC, 23 and 92. RGB value is (204,35,146). Sum of RGB (Red+Green+Blue) = 204+35+146=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2392 is #33DC6D. Grayscale: #616161. Windows color (decimal): -3398766 or 9577420. OLE color: 9577420.
HSL color Cylindrical-coordinate representation of color #CC2392: hue angle of 320.59º 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 #CC2392 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 146 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.2 |
| HSL | 320.59º | 0.71% | 0.47% | - |
| HSV(B) | 320.59º | 0.83% | 0.8% | - |
| XYZ | 30.69 | 16.11 | 28.69 | - |
| YUV | 98.19 | 154.99 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 146 | 0 | 0.83 | 0.28 | 0.2 | 320.59 | 0.71 | 0.47 |
| Hex | CC | 23 | 92 | 0 | 53 | 1C | 14 | 141 | 47 | 2F |
| Octal | 314 | 43 | 222 | 0 | 123 | 34 | 24 | 501 | 107 | 57 |
| Binary | 11001100 | 100011 | 10010010 | 0 | 1010011 | 11100 | 10100 | 101000001 | 1000111 | 101111 |
Color Harmonies of #CC2392
Complementary color
Monochromatic Colors of #CC2392
Black with #CC2392
Text Example
Text Example
White with #CC2392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2392; }
p { color: rgb(204,35,146); }
H1.HeaderClassName
{
color: #CC2392;
}
.AnyTagClassName
{
color: #CC2392;
}
</style>
background-color css
<style>
a { background-color: #CC2392; }
a { background-color: rgb(204,35,146); }
div.DivClassName
{
background-color: #CC2392;
}
.BgClassName
{
background-color: #CC2392;
}
</style>
border-color css
<style>
span { border-color: #CC2392; }
span { border-color: rgb(204,35,146); }
td.TdClassName
{
border-color: #CC2392;
}
.TagClassName
{
border-color: #CC2392;
}
</style>