Shades of Medium Red Violet #C533A4
Tints of Medium Red Violet #C533A4
RGB
CMYK
RGB Variations
Color information
#C533A4 (or 0xC533A4) is known color: Medium Red Violet. HEX triplet: C5, 33 and A4. RGB value is (197,51,164). Sum of RGB (Red+Green+Blue) = 197+51+164=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C533A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C533A4 is #3ACC5B. Grayscale: #6B6B6B. Windows color (decimal): -3853404 or 10761157. OLE color: 10761157.
HSL color Cylindrical-coordinate representation of color #C533A4: hue angle of 313.56º 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 #C533A4 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 164 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.23 |
| HSL | 313.56º | 0.59% | 0.49% | - |
| HSV(B) | 313.56º | 0.74% | 0.77% | - |
| XYZ | 30.91 | 16.92 | 36.76 | - |
| YUV | 107.54 | 159.87 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 164 | 0 | 0.74 | 0.17 | 0.23 | 313.56 | 0.59 | 0.49 |
| Hex | C5 | 33 | A4 | 0 | 4A | 11 | 17 | 13A | 3B | 31 |
| Octal | 305 | 63 | 244 | 0 | 112 | 21 | 27 | 472 | 73 | 61 |
| Binary | 11000101 | 110011 | 10100100 | 0 | 1001010 | 10001 | 10111 | 100111010 | 111011 | 110001 |
Color Harmonies of #C533A4
Complementary color
Monochromatic Colors of #C533A4
Black with #C533A4
Text Example
Text Example
White with #C533A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533A4; }
p { color: rgb(197,51,164); }
H1.HeaderClassName
{
color: #C533A4;
}
.AnyTagClassName
{
color: #C533A4;
}
</style>
background-color css
<style>
a { background-color: #C533A4; }
a { background-color: rgb(197,51,164); }
div.DivClassName
{
background-color: #C533A4;
}
.BgClassName
{
background-color: #C533A4;
}
</style>
border-color css
<style>
span { border-color: #C533A4; }
span { border-color: rgb(197,51,164); }
td.TdClassName
{
border-color: #C533A4;
}
.TagClassName
{
border-color: #C533A4;
}
</style>