Shades of Fuchsia #C53CCA
Tints of Fuchsia #C53CCA
RGB
CMYK
RGB Variations
Color information
#C53CCA (or 0xC53CCA) is known color: Fuchsia. HEX triplet: C5, 3C and CA. RGB value is (197,60,202). Sum of RGB (Red+Green+Blue) = 197+60+202=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #C53CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53CCA is #3AC335. Grayscale: #747474. Windows color (decimal): -3851062 or 13253829. OLE color: 13253829.
HSL color Cylindrical-coordinate representation of color #C53CCA: hue angle of 297.89º 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 #C53CCA is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 60 | 202 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.21 |
| HSL | 297.89º | 0.57% | 0.51% | - |
| HSV(B) | 297.89º | 0.7% | 0.79% | - |
| XYZ | 35.3 | 19.37 | 57.75 | - |
| YUV | 117.15 | 175.89 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 202 | 0.02 | 0.70 | 0 | 0.21 | 297.89 | 0.57 | 0.51 |
| Hex | C5 | 3C | CA | 2 | 46 | 0 | 15 | 12A | 39 | 33 |
| Octal | 305 | 74 | 312 | 2 | 106 | 0 | 25 | 452 | 71 | 63 |
| Binary | 11000101 | 111100 | 11001010 | 10 | 1000110 | 0 | 10101 | 100101010 | 111001 | 110011 |
Color Harmonies of #C53CCA
Complementary color
Monochromatic Colors of #C53CCA
Black with #C53CCA
Text Example
Text Example
White with #C53CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53CCA; }
p { color: rgb(197,60,202); }
H1.HeaderClassName
{
color: #C53CCA;
}
.AnyTagClassName
{
color: #C53CCA;
}
</style>
background-color css
<style>
a { background-color: #C53CCA; }
a { background-color: rgb(197,60,202); }
div.DivClassName
{
background-color: #C53CCA;
}
.BgClassName
{
background-color: #C53CCA;
}
</style>
border-color css
<style>
span { border-color: #C53CCA; }
span { border-color: rgb(197,60,202); }
td.TdClassName
{
border-color: #C53CCA;
}
.TagClassName
{
border-color: #C53CCA;
}
</style>