Shades of Medium Red Violet #C5338F
Tints of Medium Red Violet #C5338F
RGB
CMYK
RGB Variations
Color information
#C5338F (or 0xC5338F) is known color: Medium Red Violet. HEX triplet: C5, 33 and 8F. RGB value is (197,51,143). Sum of RGB (Red+Green+Blue) = 197+51+143=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5338F is #3ACC70. Grayscale: #686868. Windows color (decimal): -3853425 or 9384901. OLE color: 9384901.
HSL color Cylindrical-coordinate representation of color #C5338F: hue angle of 322.19º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5338F is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 143 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.23 |
| HSL | 322.19º | 0.59% | 0.49% | - |
| HSV(B) | 322.19º | 0.74% | 0.77% | - |
| XYZ | 29.17 | 16.22 | 27.58 | - |
| YUV | 105.14 | 149.37 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 143 | 0 | 0.74 | 0.27 | 0.23 | 322.19 | 0.59 | 0.49 |
| Hex | C5 | 33 | 8F | 0 | 4A | 1B | 17 | 142 | 3B | 31 |
| Octal | 305 | 63 | 217 | 0 | 112 | 33 | 27 | 502 | 73 | 61 |
| Binary | 11000101 | 110011 | 10001111 | 0 | 1001010 | 11011 | 10111 | 101000010 | 111011 | 110001 |
Color Harmonies of #C5338F
Complementary color
Monochromatic Colors of #C5338F
Black with #C5338F
Text Example
Text Example
White with #C5338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5338F; }
p { color: rgb(197,51,143); }
H1.HeaderClassName
{
color: #C5338F;
}
.AnyTagClassName
{
color: #C5338F;
}
</style>
background-color css
<style>
a { background-color: #C5338F; }
a { background-color: rgb(197,51,143); }
div.DivClassName
{
background-color: #C5338F;
}
.BgClassName
{
background-color: #C5338F;
}
</style>
border-color css
<style>
span { border-color: #C5338F; }
span { border-color: rgb(197,51,143); }
td.TdClassName
{
border-color: #C5338F;
}
.TagClassName
{
border-color: #C5338F;
}
</style>