Shades of Fuchsia #C54CCA
Tints of Fuchsia #C54CCA
RGB
CMYK
RGB Variations
Color information
#C54CCA (or 0xC54CCA) is known color: Fuchsia. HEX triplet: C5, 4C and CA. RGB value is (197,76,202). Sum of RGB (Red+Green+Blue) = 197+76+202=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #C54CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CCA is #3AB335. Grayscale: #7E7E7E. Windows color (decimal): -3846966 or 13257925. OLE color: 13257925.
HSL color Cylindrical-coordinate representation of color #C54CCA: hue angle of 297.62º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54CCA is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 76 | 202 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.21 |
| HSL | 297.62º | 0.54% | 0.55% | - |
| HSV(B) | 297.62º | 0.62% | 0.79% | - |
| XYZ | 36.27 | 21.3 | 58.08 | - |
| YUV | 126.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 202 | 0.02 | 0.62 | 0 | 0.21 | 297.62 | 0.54 | 0.55 |
| Hex | C5 | 4C | CA | 2 | 3E | 0 | 15 | 12A | 36 | 37 |
| Octal | 305 | 114 | 312 | 2 | 76 | 0 | 25 | 452 | 66 | 67 |
| Binary | 11000101 | 1001100 | 11001010 | 10 | 111110 | 0 | 10101 | 100101010 | 110110 | 110111 |
Color Harmonies of #C54CCA
Complementary color
Monochromatic Colors of #C54CCA
Black with #C54CCA
Text Example
Text Example
White with #C54CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CCA; }
p { color: rgb(197,76,202); }
H1.HeaderClassName
{
color: #C54CCA;
}
.AnyTagClassName
{
color: #C54CCA;
}
</style>
background-color css
<style>
a { background-color: #C54CCA; }
a { background-color: rgb(197,76,202); }
div.DivClassName
{
background-color: #C54CCA;
}
.BgClassName
{
background-color: #C54CCA;
}
</style>
border-color css
<style>
span { border-color: #C54CCA; }
span { border-color: rgb(197,76,202); }
td.TdClassName
{
border-color: #C54CCA;
}
.TagClassName
{
border-color: #C54CCA;
}
</style>