Shades of Fuchsia #C54BBC
Tints of Fuchsia #C54BBC
RGB
CMYK
RGB Variations
Color information
#C54BBC (or 0xC54BBC) is known color: Fuchsia. HEX triplet: C5, 4B and BC. RGB value is (197,75,188). Sum of RGB (Red+Green+Blue) = 197+75+188=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C54BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BBC is #3AB443. Grayscale: #7C7C7C. Windows color (decimal): -3847236 or 12340165. OLE color: 12340165.
HSL color Cylindrical-coordinate representation of color #C54BBC: hue angle of 304.43º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54BBC is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 188 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.23 |
| HSL | 304.43º | 0.51% | 0.53% | - |
| HSV(B) | 304.43º | 0.62% | 0.77% | - |
| XYZ | 34.62 | 20.53 | 49.72 | - |
| YUV | 124.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 188 | 0 | 0.62 | 0.05 | 0.23 | 304.43 | 0.51 | 0.53 |
| Hex | C5 | 4B | BC | 0 | 3E | 5 | 17 | 130 | 33 | 35 |
| Octal | 305 | 113 | 274 | 0 | 76 | 5 | 27 | 460 | 63 | 65 |
| Binary | 11000101 | 1001011 | 10111100 | 0 | 111110 | 101 | 10111 | 100110000 | 110011 | 110101 |
Color Harmonies of #C54BBC
Complementary color
Monochromatic Colors of #C54BBC
Black with #C54BBC
Text Example
Text Example
White with #C54BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BBC; }
p { color: rgb(197,75,188); }
H1.HeaderClassName
{
color: #C54BBC;
}
.AnyTagClassName
{
color: #C54BBC;
}
</style>
background-color css
<style>
a { background-color: #C54BBC; }
a { background-color: rgb(197,75,188); }
div.DivClassName
{
background-color: #C54BBC;
}
.BgClassName
{
background-color: #C54BBC;
}
</style>
border-color css
<style>
span { border-color: #C54BBC; }
span { border-color: rgb(197,75,188); }
td.TdClassName
{
border-color: #C54BBC;
}
.TagClassName
{
border-color: #C54BBC;
}
</style>