Shades of Fuchsia #C54BBB
Tints of Fuchsia #C54BBB
RGB
CMYK
RGB Variations
Color information
#C54BBB (or 0xC54BBB) is known color: Fuchsia. HEX triplet: C5, 4B and BB. RGB value is (197,75,187). Sum of RGB (Red+Green+Blue) = 197+75+187=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C54BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BBB is #3AB444. Grayscale: #7B7B7B. Windows color (decimal): -3847237 or 12274629. OLE color: 12274629.
HSL color Cylindrical-coordinate representation of color #C54BBB: hue angle of 304.92º 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 #C54BBB is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 187 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.23 |
| HSL | 304.92º | 0.51% | 0.53% | - |
| HSV(B) | 304.92º | 0.62% | 0.77% | - |
| XYZ | 34.51 | 20.49 | 49.15 | - |
| YUV | 124.25 | 163.42 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 187 | 0 | 0.62 | 0.05 | 0.23 | 304.92 | 0.51 | 0.53 |
| Hex | C5 | 4B | BB | 0 | 3E | 5 | 17 | 131 | 33 | 35 |
| Octal | 305 | 113 | 273 | 0 | 76 | 5 | 27 | 461 | 63 | 65 |
| Binary | 11000101 | 1001011 | 10111011 | 0 | 111110 | 101 | 10111 | 100110001 | 110011 | 110101 |
Color Harmonies of #C54BBB
Complementary color
Monochromatic Colors of #C54BBB
Black with #C54BBB
Text Example
Text Example
White with #C54BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BBB; }
p { color: rgb(197,75,187); }
H1.HeaderClassName
{
color: #C54BBB;
}
.AnyTagClassName
{
color: #C54BBB;
}
</style>
background-color css
<style>
a { background-color: #C54BBB; }
a { background-color: rgb(197,75,187); }
div.DivClassName
{
background-color: #C54BBB;
}
.BgClassName
{
background-color: #C54BBB;
}
</style>
border-color css
<style>
span { border-color: #C54BBB; }
span { border-color: rgb(197,75,187); }
td.TdClassName
{
border-color: #C54BBB;
}
.TagClassName
{
border-color: #C54BBB;
}
</style>