Shades of Fuchsia #C54CC9
Tints of Fuchsia #C54CC9
RGB
CMYK
RGB Variations
Color information
#C54CC9 (or 0xC54CC9) is known color: Fuchsia. HEX triplet: C5, 4C and C9. RGB value is (197,76,201). Sum of RGB (Red+Green+Blue) = 197+76+201=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #C54CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CC9 is #3AB336. Grayscale: #7E7E7E. Windows color (decimal): -3846967 or 13192389. OLE color: 13192389.
HSL color Cylindrical-coordinate representation of color #C54CC9: hue angle of 298.08º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54CC9 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 76 | 201 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.21 |
| HSL | 298.08º | 0.54% | 0.54% | - |
| HSV(B) | 298.08º | 0.62% | 0.79% | - |
| XYZ | 36.15 | 21.26 | 57.46 | - |
| YUV | 126.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 201 | 0.02 | 0.62 | 0 | 0.21 | 298.08 | 0.54 | 0.54 |
| Hex | C5 | 4C | C9 | 2 | 3E | 0 | 15 | 12A | 36 | 36 |
| Octal | 305 | 114 | 311 | 2 | 76 | 0 | 25 | 452 | 66 | 66 |
| Binary | 11000101 | 1001100 | 11001001 | 10 | 111110 | 0 | 10101 | 100101010 | 110110 | 110110 |
Color Harmonies of #C54CC9
Complementary color
Monochromatic Colors of #C54CC9
Black with #C54CC9
Text Example
Text Example
White with #C54CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CC9; }
p { color: rgb(197,76,201); }
H1.HeaderClassName
{
color: #C54CC9;
}
.AnyTagClassName
{
color: #C54CC9;
}
</style>
background-color css
<style>
a { background-color: #C54CC9; }
a { background-color: rgb(197,76,201); }
div.DivClassName
{
background-color: #C54CC9;
}
.BgClassName
{
background-color: #C54CC9;
}
</style>
border-color css
<style>
span { border-color: #C54CC9; }
span { border-color: rgb(197,76,201); }
td.TdClassName
{
border-color: #C54CC9;
}
.TagClassName
{
border-color: #C54CC9;
}
</style>