Shades of Fuchsia #C53DAE
Tints of Fuchsia #C53DAE
RGB
CMYK
RGB Variations
Color information
#C53DAE (or 0xC53DAE) is known color: Fuchsia. HEX triplet: C5, 3D and AE. RGB value is (197,61,174). Sum of RGB (Red+Green+Blue) = 197+61+174=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53DAE is #3AC251. Grayscale: #727272. Windows color (decimal): -3850834 or 11419077. OLE color: 11419077.
HSL color Cylindrical-coordinate representation of color #C53DAE: hue angle of 310.15º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53DAE is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 174 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.23 |
| HSL | 310.15º | 0.54% | 0.51% | - |
| HSV(B) | 310.15º | 0.69% | 0.77% | - |
| XYZ | 32.33 | 18.26 | 41.87 | - |
| YUV | 114.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 174 | 0 | 0.69 | 0.12 | 0.23 | 310.15 | 0.54 | 0.51 |
| Hex | C5 | 3D | AE | 0 | 45 | C | 17 | 136 | 36 | 33 |
| Octal | 305 | 75 | 256 | 0 | 105 | 14 | 27 | 466 | 66 | 63 |
| Binary | 11000101 | 111101 | 10101110 | 0 | 1000101 | 1100 | 10111 | 100110110 | 110110 | 110011 |
Color Harmonies of #C53DAE
Complementary color
Monochromatic Colors of #C53DAE
Black with #C53DAE
Text Example
Text Example
White with #C53DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DAE; }
p { color: rgb(197,61,174); }
H1.HeaderClassName
{
color: #C53DAE;
}
.AnyTagClassName
{
color: #C53DAE;
}
</style>
background-color css
<style>
a { background-color: #C53DAE; }
a { background-color: rgb(197,61,174); }
div.DivClassName
{
background-color: #C53DAE;
}
.BgClassName
{
background-color: #C53DAE;
}
</style>
border-color css
<style>
span { border-color: #C53DAE; }
span { border-color: rgb(197,61,174); }
td.TdClassName
{
border-color: #C53DAE;
}
.TagClassName
{
border-color: #C53DAE;
}
</style>