Shades of Medium Violet Red #CC2579
Tints of Medium Violet Red #CC2579
RGB
CMYK
RGB Variations
Color information
#CC2579 (or 0xCC2579) is known color: Medium Violet Red. HEX triplet: CC, 25 and 79. RGB value is (204,37,121). Sum of RGB (Red+Green+Blue) = 204+37+121=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2579 is #33DA86. Grayscale: #606060. Windows color (decimal): -3398279 or 7939532. OLE color: 7939532.
HSL color Cylindrical-coordinate representation of color #CC2579: hue angle of 329.82º 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 #CC2579 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 121 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.2 |
| HSL | 329.82º | 0.69% | 0.47% | - |
| HSV(B) | 329.82º | 0.82% | 0.8% | - |
| XYZ | 29.01 | 15.54 | 19.56 | - |
| YUV | 96.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 121 | 0 | 0.82 | 0.41 | 0.2 | 329.82 | 0.69 | 0.47 |
| Hex | CC | 25 | 79 | 0 | 52 | 29 | 14 | 14A | 45 | 2F |
| Octal | 314 | 45 | 171 | 0 | 122 | 51 | 24 | 512 | 105 | 57 |
| Binary | 11001100 | 100101 | 1111001 | 0 | 1010010 | 101001 | 10100 | 101001010 | 1000101 | 101111 |
Color Harmonies of #CC2579
Complementary color
Monochromatic Colors of #CC2579
Black with #CC2579
Text Example
Text Example
White with #CC2579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2579; }
p { color: rgb(204,37,121); }
H1.HeaderClassName
{
color: #CC2579;
}
.AnyTagClassName
{
color: #CC2579;
}
</style>
background-color css
<style>
a { background-color: #CC2579; }
a { background-color: rgb(204,37,121); }
div.DivClassName
{
background-color: #CC2579;
}
.BgClassName
{
background-color: #CC2579;
}
</style>
border-color css
<style>
span { border-color: #CC2579; }
span { border-color: rgb(204,37,121); }
td.TdClassName
{
border-color: #CC2579;
}
.TagClassName
{
border-color: #CC2579;
}
</style>