Shades of Medium Violet Red #CC2592
Tints of Medium Violet Red #CC2592
RGB
CMYK
RGB Variations
Color information
#CC2592 (or 0xCC2592) is known color: Medium Violet Red. HEX triplet: CC, 25 and 92. RGB value is (204,37,146). Sum of RGB (Red+Green+Blue) = 204+37+146=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2592 is #33DA6D. Grayscale: #636363. Windows color (decimal): -3398254 or 9577932. OLE color: 9577932.
HSL color Cylindrical-coordinate representation of color #CC2592: hue angle of 320.84º degrees, saturation: 0.69, 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 #CC2592 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 146 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.2 |
| HSL | 320.84º | 0.69% | 0.47% | - |
| HSV(B) | 320.84º | 0.82% | 0.8% | - |
| XYZ | 30.75 | 16.24 | 28.71 | - |
| YUV | 99.36 | 154.33 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 146 | 0 | 0.82 | 0.28 | 0.2 | 320.84 | 0.69 | 0.47 |
| Hex | CC | 25 | 92 | 0 | 52 | 1C | 14 | 141 | 45 | 2F |
| Octal | 314 | 45 | 222 | 0 | 122 | 34 | 24 | 501 | 105 | 57 |
| Binary | 11001100 | 100101 | 10010010 | 0 | 1010010 | 11100 | 10100 | 101000001 | 1000101 | 101111 |
Color Harmonies of #CC2592
Complementary color
Monochromatic Colors of #CC2592
Black with #CC2592
Text Example
Text Example
White with #CC2592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2592; }
p { color: rgb(204,37,146); }
H1.HeaderClassName
{
color: #CC2592;
}
.AnyTagClassName
{
color: #CC2592;
}
</style>
background-color css
<style>
a { background-color: #CC2592; }
a { background-color: rgb(204,37,146); }
div.DivClassName
{
background-color: #CC2592;
}
.BgClassName
{
background-color: #CC2592;
}
</style>
border-color css
<style>
span { border-color: #CC2592; }
span { border-color: rgb(204,37,146); }
td.TdClassName
{
border-color: #CC2592;
}
.TagClassName
{
border-color: #CC2592;
}
</style>