Shades of Medium Violet Red #C5269A
Tints of Medium Violet Red #C5269A
RGB
CMYK
RGB Variations
Color information
#C5269A (or 0xC5269A) is known color: Medium Violet Red. HEX triplet: C5, 26 and 9A. RGB value is (197,38,154). Sum of RGB (Red+Green+Blue) = 197+38+154=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5269A is #3AD965. Grayscale: #626262. Windows color (decimal): -3856742 or 10102469. OLE color: 10102469.
HSL color Cylindrical-coordinate representation of color #C5269A: hue angle of 316.23º 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 #C5269A is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 154 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.23 |
| HSL | 316.23º | 0.68% | 0.46% | - |
| HSV(B) | 316.23º | 0.81% | 0.77% | - |
| XYZ | 29.55 | 15.59 | 32.02 | - |
| YUV | 98.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 154 | 0 | 0.81 | 0.22 | 0.23 | 316.23 | 0.68 | 0.46 |
| Hex | C5 | 26 | 9A | 0 | 51 | 16 | 17 | 13C | 44 | 2E |
| Octal | 305 | 46 | 232 | 0 | 121 | 26 | 27 | 474 | 104 | 56 |
| Binary | 11000101 | 100110 | 10011010 | 0 | 1010001 | 10110 | 10111 | 100111100 | 1000100 | 101110 |
Color Harmonies of #C5269A
Complementary color
Monochromatic Colors of #C5269A
Black with #C5269A
Text Example
Text Example
White with #C5269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5269A; }
p { color: rgb(197,38,154); }
H1.HeaderClassName
{
color: #C5269A;
}
.AnyTagClassName
{
color: #C5269A;
}
</style>
background-color css
<style>
a { background-color: #C5269A; }
a { background-color: rgb(197,38,154); }
div.DivClassName
{
background-color: #C5269A;
}
.BgClassName
{
background-color: #C5269A;
}
</style>
border-color css
<style>
span { border-color: #C5269A; }
span { border-color: rgb(197,38,154); }
td.TdClassName
{
border-color: #C5269A;
}
.TagClassName
{
border-color: #C5269A;
}
</style>