Shades of Fuchsia #C540BB
Tints of Fuchsia #C540BB
RGB
CMYK
RGB Variations
Color information
#C540BB (or 0xC540BB) is known color: Fuchsia. HEX triplet: C5, 40 and BB. RGB value is (197,64,187). Sum of RGB (Red+Green+Blue) = 197+64+187=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C540BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540BB is #3ABF44. Grayscale: #757575. Windows color (decimal): -3850053 or 12271813. OLE color: 12271813.
HSL color Cylindrical-coordinate representation of color #C540BB: hue angle of 304.51º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C540BB is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 187 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.23 |
| HSL | 304.51º | 0.53% | 0.51% | - |
| HSV(B) | 304.51º | 0.68% | 0.77% | - |
| XYZ | 33.83 | 19.12 | 48.92 | - |
| YUV | 117.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 187 | 0 | 0.68 | 0.05 | 0.23 | 304.51 | 0.53 | 0.51 |
| Hex | C5 | 40 | BB | 0 | 44 | 5 | 17 | 131 | 35 | 33 |
| Octal | 305 | 100 | 273 | 0 | 104 | 5 | 27 | 461 | 65 | 63 |
| Binary | 11000101 | 1000000 | 10111011 | 0 | 1000100 | 101 | 10111 | 100110001 | 110101 | 110011 |
Color Harmonies of #C540BB
Complementary color
Monochromatic Colors of #C540BB
Black with #C540BB
Text Example
Text Example
White with #C540BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540BB; }
p { color: rgb(197,64,187); }
H1.HeaderClassName
{
color: #C540BB;
}
.AnyTagClassName
{
color: #C540BB;
}
</style>
background-color css
<style>
a { background-color: #C540BB; }
a { background-color: rgb(197,64,187); }
div.DivClassName
{
background-color: #C540BB;
}
.BgClassName
{
background-color: #C540BB;
}
</style>
border-color css
<style>
span { border-color: #C540BB; }
span { border-color: rgb(197,64,187); }
td.TdClassName
{
border-color: #C540BB;
}
.TagClassName
{
border-color: #C540BB;
}
</style>