Shades of Fuchsia #C53ACD
Tints of Fuchsia #C53ACD
RGB
CMYK
RGB Variations
Color information
#C53ACD (or 0xC53ACD) is known color: Fuchsia. HEX triplet: C5, 3A and CD. RGB value is (197,58,205). Sum of RGB (Red+Green+Blue) = 197+58+205=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #C53ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ACD is #3AC532. Grayscale: #737373. Windows color (decimal): -3851571 or 13449925. OLE color: 13449925.
HSL color Cylindrical-coordinate representation of color #C53ACD: hue angle of 296.73º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53ACD is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 58 | 205 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.20 |
| HSL | 296.73º | 0.6% | 0.52% | - |
| HSV(B) | 296.73º | 0.72% | 0.8% | - |
| XYZ | 35.56 | 19.3 | 59.61 | - |
| YUV | 116.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 205 | 0.04 | 0.72 | 0 | 0.20 | 296.73 | 0.6 | 0.52 |
| Hex | C5 | 3A | CD | 4 | 48 | 0 | 14 | 129 | 3C | 34 |
| Octal | 305 | 72 | 315 | 4 | 110 | 0 | 24 | 451 | 74 | 64 |
| Binary | 11000101 | 111010 | 11001101 | 100 | 1001000 | 0 | 10100 | 100101001 | 111100 | 110100 |
Color Harmonies of #C53ACD
Complementary color
Monochromatic Colors of #C53ACD
Black with #C53ACD
Text Example
Text Example
White with #C53ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53ACD; }
p { color: rgb(197,58,205); }
H1.HeaderClassName
{
color: #C53ACD;
}
.AnyTagClassName
{
color: #C53ACD;
}
</style>
background-color css
<style>
a { background-color: #C53ACD; }
a { background-color: rgb(197,58,205); }
div.DivClassName
{
background-color: #C53ACD;
}
.BgClassName
{
background-color: #C53ACD;
}
</style>
border-color css
<style>
span { border-color: #C53ACD; }
span { border-color: rgb(197,58,205); }
td.TdClassName
{
border-color: #C53ACD;
}
.TagClassName
{
border-color: #C53ACD;
}
</style>