Shades of Fuchsia #C54CCD
Tints of Fuchsia #C54CCD
RGB
CMYK
RGB Variations
Color information
#C54CCD (or 0xC54CCD) is known color: Fuchsia. HEX triplet: C5, 4C and CD. RGB value is (197,76,205). Sum of RGB (Red+Green+Blue) = 197+76+205=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #C54CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CCD is #3AB332. Grayscale: #7E7E7E. Windows color (decimal): -3846963 or 13454533. OLE color: 13454533.
HSL color Cylindrical-coordinate representation of color #C54CCD: hue angle of 296.28º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54CCD is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 76 | 205 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.20 |
| HSL | 296.28º | 0.56% | 0.55% | - |
| HSV(B) | 296.28º | 0.63% | 0.8% | - |
| XYZ | 36.63 | 21.45 | 59.97 | - |
| YUV | 126.89 | 172.09 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 205 | 0.04 | 0.63 | 0 | 0.20 | 296.28 | 0.56 | 0.55 |
| Hex | C5 | 4C | CD | 4 | 3F | 0 | 14 | 128 | 38 | 37 |
| Octal | 305 | 114 | 315 | 4 | 77 | 0 | 24 | 450 | 70 | 67 |
| Binary | 11000101 | 1001100 | 11001101 | 100 | 111111 | 0 | 10100 | 100101000 | 111000 | 110111 |
Color Harmonies of #C54CCD
Complementary color
Monochromatic Colors of #C54CCD
Black with #C54CCD
Text Example
Text Example
White with #C54CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CCD; }
p { color: rgb(197,76,205); }
H1.HeaderClassName
{
color: #C54CCD;
}
.AnyTagClassName
{
color: #C54CCD;
}
</style>
background-color css
<style>
a { background-color: #C54CCD; }
a { background-color: rgb(197,76,205); }
div.DivClassName
{
background-color: #C54CCD;
}
.BgClassName
{
background-color: #C54CCD;
}
</style>
border-color css
<style>
span { border-color: #C54CCD; }
span { border-color: rgb(197,76,205); }
td.TdClassName
{
border-color: #C54CCD;
}
.TagClassName
{
border-color: #C54CCD;
}
</style>