Shades of Medium Red Violet #C5256D
Tints of Medium Red Violet #C5256D
RGB
CMYK
RGB Variations
Color information
#C5256D (or 0xC5256D) is known color: Medium Red Violet. HEX triplet: C5, 25 and 6D. RGB value is (197,37,109). Sum of RGB (Red+Green+Blue) = 197+37+109=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5256D is #3ADA92. Grayscale: #5C5C5C. Windows color (decimal): -3857043 or 7153093. OLE color: 7153093.
HSL color Cylindrical-coordinate representation of color #C5256D: hue angle of 333º 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 #C5256D is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 109 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.23 |
| HSL | 333º | 0.68% | 0.46% | - |
| HSV(B) | 333º | 0.81% | 0.77% | - |
| XYZ | 26.45 | 14.3 | 15.83 | - |
| YUV | 93.05 | 137.01 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 109 | 0 | 0.81 | 0.45 | 0.23 | 333 | 0.68 | 0.46 |
| Hex | C5 | 25 | 6D | 0 | 51 | 2D | 17 | 14D | 44 | 2E |
| Octal | 305 | 45 | 155 | 0 | 121 | 55 | 27 | 515 | 104 | 56 |
| Binary | 11000101 | 100101 | 1101101 | 0 | 1010001 | 101101 | 10111 | 101001101 | 1000100 | 101110 |
Color Harmonies of #C5256D
Complementary color
Monochromatic Colors of #C5256D
Black with #C5256D
Text Example
Text Example
White with #C5256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5256D; }
p { color: rgb(197,37,109); }
H1.HeaderClassName
{
color: #C5256D;
}
.AnyTagClassName
{
color: #C5256D;
}
</style>
background-color css
<style>
a { background-color: #C5256D; }
a { background-color: rgb(197,37,109); }
div.DivClassName
{
background-color: #C5256D;
}
.BgClassName
{
background-color: #C5256D;
}
</style>
border-color css
<style>
span { border-color: #C5256D; }
span { border-color: rgb(197,37,109); }
td.TdClassName
{
border-color: #C5256D;
}
.TagClassName
{
border-color: #C5256D;
}
</style>