Shades of Fuchsia #C53CC9
Tints of Fuchsia #C53CC9
RGB
CMYK
RGB Variations
Color information
#C53CC9 (or 0xC53CC9) is known color: Fuchsia. HEX triplet: C5, 3C and C9. RGB value is (197,60,201). Sum of RGB (Red+Green+Blue) = 197+60+201=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #C53CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53CC9 is #3AC336. Grayscale: #747474. Windows color (decimal): -3851063 or 13188293. OLE color: 13188293.
HSL color Cylindrical-coordinate representation of color #C53CC9: hue angle of 298.3º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53CC9 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 60 | 201 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.21 |
| HSL | 298.3º | 0.57% | 0.51% | - |
| HSV(B) | 298.3º | 0.7% | 0.79% | - |
| XYZ | 35.18 | 19.32 | 57.13 | - |
| YUV | 117.04 | 175.39 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 201 | 0.02 | 0.70 | 0 | 0.21 | 298.3 | 0.57 | 0.51 |
| Hex | C5 | 3C | C9 | 2 | 46 | 0 | 15 | 12A | 39 | 33 |
| Octal | 305 | 74 | 311 | 2 | 106 | 0 | 25 | 452 | 71 | 63 |
| Binary | 11000101 | 111100 | 11001001 | 10 | 1000110 | 0 | 10101 | 100101010 | 111001 | 110011 |
Color Harmonies of #C53CC9
Complementary color
Monochromatic Colors of #C53CC9
Black with #C53CC9
Text Example
Text Example
White with #C53CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53CC9; }
p { color: rgb(197,60,201); }
H1.HeaderClassName
{
color: #C53CC9;
}
.AnyTagClassName
{
color: #C53CC9;
}
</style>
background-color css
<style>
a { background-color: #C53CC9; }
a { background-color: rgb(197,60,201); }
div.DivClassName
{
background-color: #C53CC9;
}
.BgClassName
{
background-color: #C53CC9;
}
</style>
border-color css
<style>
span { border-color: #C53CC9; }
span { border-color: rgb(197,60,201); }
td.TdClassName
{
border-color: #C53CC9;
}
.TagClassName
{
border-color: #C53CC9;
}
</style>