Shades of Fuchsia #C54BCD
Tints of Fuchsia #C54BCD
RGB
CMYK
RGB Variations
Color information
#C54BCD (or 0xC54BCD) is known color: Fuchsia. HEX triplet: C5, 4B and CD. RGB value is (197,75,205). Sum of RGB (Red+Green+Blue) = 197+75+205=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #C54BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BCD is #3AB432. Grayscale: #7D7D7D. Windows color (decimal): -3847219 or 13454277. OLE color: 13454277.
HSL color Cylindrical-coordinate representation of color #C54BCD: hue angle of 296.31º degrees, saturation: 0.57, 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 #C54BCD is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 75 | 205 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.20 |
| HSL | 296.31º | 0.57% | 0.55% | - |
| HSV(B) | 296.31º | 0.63% | 0.8% | - |
| XYZ | 36.56 | 21.31 | 59.94 | - |
| YUV | 126.3 | 172.42 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 205 | 0.04 | 0.63 | 0 | 0.20 | 296.31 | 0.57 | 0.55 |
| Hex | C5 | 4B | CD | 4 | 3F | 0 | 14 | 128 | 39 | 37 |
| Octal | 305 | 113 | 315 | 4 | 77 | 0 | 24 | 450 | 71 | 67 |
| Binary | 11000101 | 1001011 | 11001101 | 100 | 111111 | 0 | 10100 | 100101000 | 111001 | 110111 |
Color Harmonies of #C54BCD
Complementary color
Monochromatic Colors of #C54BCD
Black with #C54BCD
Text Example
Text Example
White with #C54BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BCD; }
p { color: rgb(197,75,205); }
H1.HeaderClassName
{
color: #C54BCD;
}
.AnyTagClassName
{
color: #C54BCD;
}
</style>
background-color css
<style>
a { background-color: #C54BCD; }
a { background-color: rgb(197,75,205); }
div.DivClassName
{
background-color: #C54BCD;
}
.BgClassName
{
background-color: #C54BCD;
}
</style>
border-color css
<style>
span { border-color: #C54BCD; }
span { border-color: rgb(197,75,205); }
td.TdClassName
{
border-color: #C54BCD;
}
.TagClassName
{
border-color: #C54BCD;
}
</style>