Shades of Fuchsia #C534AD
Tints of Fuchsia #C534AD
RGB
CMYK
RGB Variations
Color information
#C534AD (or 0xC534AD) is known color: Fuchsia. HEX triplet: C5, 34 and AD. RGB value is (197,52,173). Sum of RGB (Red+Green+Blue) = 197+52+173=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C534AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C534AD is #3ACB52. Grayscale: #6C6C6C. Windows color (decimal): -3853139 or 11351237. OLE color: 11351237.
HSL color Cylindrical-coordinate representation of color #C534AD: hue angle of 309.93º degrees, saturation: 0.58, 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 #C534AD is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 173 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.23 |
| HSL | 309.93º | 0.58% | 0.49% | - |
| HSV(B) | 309.93º | 0.74% | 0.77% | - |
| XYZ | 31.8 | 17.34 | 41.21 | - |
| YUV | 109.15 | 164.04 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 173 | 0 | 0.74 | 0.12 | 0.23 | 309.93 | 0.58 | 0.49 |
| Hex | C5 | 34 | AD | 0 | 4A | C | 17 | 136 | 3A | 31 |
| Octal | 305 | 64 | 255 | 0 | 112 | 14 | 27 | 466 | 72 | 61 |
| Binary | 11000101 | 110100 | 10101101 | 0 | 1001010 | 1100 | 10111 | 100110110 | 111010 | 110001 |
Color Harmonies of #C534AD
Complementary color
Monochromatic Colors of #C534AD
Black with #C534AD
Text Example
Text Example
White with #C534AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534AD; }
p { color: rgb(197,52,173); }
H1.HeaderClassName
{
color: #C534AD;
}
.AnyTagClassName
{
color: #C534AD;
}
</style>
background-color css
<style>
a { background-color: #C534AD; }
a { background-color: rgb(197,52,173); }
div.DivClassName
{
background-color: #C534AD;
}
.BgClassName
{
background-color: #C534AD;
}
</style>
border-color css
<style>
span { border-color: #C534AD; }
span { border-color: rgb(197,52,173); }
td.TdClassName
{
border-color: #C534AD;
}
.TagClassName
{
border-color: #C534AD;
}
</style>