Shades of Medium Red Violet #C5267B
Tints of Medium Red Violet #C5267B
RGB
CMYK
RGB Variations
Color information
#C5267B (or 0xC5267B) is known color: Medium Red Violet. HEX triplet: C5, 26 and 7B. RGB value is (197,38,123). Sum of RGB (Red+Green+Blue) = 197+38+123=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5267B is #3AD984. Grayscale: #5F5F5F. Windows color (decimal): -3856773 or 8070853. OLE color: 8070853.
HSL color Cylindrical-coordinate representation of color #C5267B: hue angle of 327.92º 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 #C5267B is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 123 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.23 |
| HSL | 327.92º | 0.68% | 0.46% | - |
| HSV(B) | 327.92º | 0.81% | 0.77% | - |
| XYZ | 27.29 | 14.69 | 20.14 | - |
| YUV | 95.23 | 143.68 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 123 | 0 | 0.81 | 0.38 | 0.23 | 327.92 | 0.68 | 0.46 |
| Hex | C5 | 26 | 7B | 0 | 51 | 26 | 17 | 148 | 44 | 2E |
| Octal | 305 | 46 | 173 | 0 | 121 | 46 | 27 | 510 | 104 | 56 |
| Binary | 11000101 | 100110 | 1111011 | 0 | 1010001 | 100110 | 10111 | 101001000 | 1000100 | 101110 |
Color Harmonies of #C5267B
Complementary color
Monochromatic Colors of #C5267B
Black with #C5267B
Text Example
Text Example
White with #C5267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5267B; }
p { color: rgb(197,38,123); }
H1.HeaderClassName
{
color: #C5267B;
}
.AnyTagClassName
{
color: #C5267B;
}
</style>
background-color css
<style>
a { background-color: #C5267B; }
a { background-color: rgb(197,38,123); }
div.DivClassName
{
background-color: #C5267B;
}
.BgClassName
{
background-color: #C5267B;
}
</style>
border-color css
<style>
span { border-color: #C5267B; }
span { border-color: rgb(197,38,123); }
td.TdClassName
{
border-color: #C5267B;
}
.TagClassName
{
border-color: #C5267B;
}
</style>