Shades of Medium Red Violet #C5256F
Tints of Medium Red Violet #C5256F
RGB
CMYK
RGB Variations
Color information
#C5256F (or 0xC5256F) is known color: Medium Red Violet. HEX triplet: C5, 25 and 6F. RGB value is (197,37,111). Sum of RGB (Red+Green+Blue) = 197+37+111=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5256F is #3ADA90. Grayscale: #5D5D5D. Windows color (decimal): -3857041 or 7284165. OLE color: 7284165.
HSL color Cylindrical-coordinate representation of color #C5256F: hue angle of 332.25º 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 #C5256F is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 111 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.23 |
| HSL | 332.25º | 0.68% | 0.46% | - |
| HSV(B) | 332.25º | 0.81% | 0.77% | - |
| XYZ | 26.56 | 14.34 | 16.41 | - |
| YUV | 93.28 | 138.01 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 111 | 0 | 0.81 | 0.44 | 0.23 | 332.25 | 0.68 | 0.46 |
| Hex | C5 | 25 | 6F | 0 | 51 | 2C | 17 | 14C | 44 | 2E |
| Octal | 305 | 45 | 157 | 0 | 121 | 54 | 27 | 514 | 104 | 56 |
| Binary | 11000101 | 100101 | 1101111 | 0 | 1010001 | 101100 | 10111 | 101001100 | 1000100 | 101110 |
Color Harmonies of #C5256F
Complementary color
Monochromatic Colors of #C5256F
Black with #C5256F
Text Example
Text Example
White with #C5256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5256F; }
p { color: rgb(197,37,111); }
H1.HeaderClassName
{
color: #C5256F;
}
.AnyTagClassName
{
color: #C5256F;
}
</style>
background-color css
<style>
a { background-color: #C5256F; }
a { background-color: rgb(197,37,111); }
div.DivClassName
{
background-color: #C5256F;
}
.BgClassName
{
background-color: #C5256F;
}
</style>
border-color css
<style>
span { border-color: #C5256F; }
span { border-color: rgb(197,37,111); }
td.TdClassName
{
border-color: #C5256F;
}
.TagClassName
{
border-color: #C5256F;
}
</style>