Shades of Medium Red Violet #C52679
Tints of Medium Red Violet #C52679
RGB
CMYK
RGB Variations
Color information
#C52679 (or 0xC52679) is known color: Medium Red Violet. HEX triplet: C5, 26 and 79. RGB value is (197,38,121). Sum of RGB (Red+Green+Blue) = 197+38+121=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C52679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52679 is #3AD986. Grayscale: #5E5E5E. Windows color (decimal): -3856775 or 7939781. OLE color: 7939781.
HSL color Cylindrical-coordinate representation of color #C52679: hue angle of 328.68º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52679 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 121 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.23 |
| HSL | 328.68º | 0.68% | 0.46% | - |
| HSV(B) | 328.68º | 0.81% | 0.77% | - |
| XYZ | 27.17 | 14.64 | 19.48 | - |
| YUV | 95 | 142.68 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 121 | 0 | 0.81 | 0.39 | 0.23 | 328.68 | 0.68 | 0.46 |
| Hex | C5 | 26 | 79 | 0 | 51 | 27 | 17 | 149 | 44 | 2E |
| Octal | 305 | 46 | 171 | 0 | 121 | 47 | 27 | 511 | 104 | 56 |
| Binary | 11000101 | 100110 | 1111001 | 0 | 1010001 | 100111 | 10111 | 101001001 | 1000100 | 101110 |
Color Harmonies of #C52679
Complementary color
Monochromatic Colors of #C52679
Black with #C52679
Text Example
Text Example
White with #C52679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52679; }
p { color: rgb(197,38,121); }
H1.HeaderClassName
{
color: #C52679;
}
.AnyTagClassName
{
color: #C52679;
}
</style>
background-color css
<style>
a { background-color: #C52679; }
a { background-color: rgb(197,38,121); }
div.DivClassName
{
background-color: #C52679;
}
.BgClassName
{
background-color: #C52679;
}
</style>
border-color css
<style>
span { border-color: #C52679; }
span { border-color: rgb(197,38,121); }
td.TdClassName
{
border-color: #C52679;
}
.TagClassName
{
border-color: #C52679;
}
</style>