Shades of Fuchsia #C540B8
Tints of Fuchsia #C540B8
RGB
CMYK
RGB Variations
Color information
#C540B8 (or 0xC540B8) is known color: Fuchsia. HEX triplet: C5, 40 and B8. RGB value is (197,64,184). Sum of RGB (Red+Green+Blue) = 197+64+184=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C540B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540B8 is #3ABF47. Grayscale: #757575. Windows color (decimal): -3850056 or 12075205. OLE color: 12075205.
HSL color Cylindrical-coordinate representation of color #C540B8: hue angle of 305.86º 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 #C540B8 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 184 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.23 |
| HSL | 305.86º | 0.53% | 0.51% | - |
| HSV(B) | 305.86º | 0.68% | 0.77% | - |
| XYZ | 33.51 | 19 | 47.25 | - |
| YUV | 117.45 | 165.56 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 184 | 0 | 0.68 | 0.07 | 0.23 | 305.86 | 0.53 | 0.51 |
| Hex | C5 | 40 | B8 | 0 | 44 | 7 | 17 | 132 | 35 | 33 |
| Octal | 305 | 100 | 270 | 0 | 104 | 7 | 27 | 462 | 65 | 63 |
| Binary | 11000101 | 1000000 | 10111000 | 0 | 1000100 | 111 | 10111 | 100110010 | 110101 | 110011 |
Color Harmonies of #C540B8
Complementary color
Monochromatic Colors of #C540B8
Black with #C540B8
Text Example
Text Example
White with #C540B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540B8; }
p { color: rgb(197,64,184); }
H1.HeaderClassName
{
color: #C540B8;
}
.AnyTagClassName
{
color: #C540B8;
}
</style>
background-color css
<style>
a { background-color: #C540B8; }
a { background-color: rgb(197,64,184); }
div.DivClassName
{
background-color: #C540B8;
}
.BgClassName
{
background-color: #C540B8;
}
</style>
border-color css
<style>
span { border-color: #C540B8; }
span { border-color: rgb(197,64,184); }
td.TdClassName
{
border-color: #C540B8;
}
.TagClassName
{
border-color: #C540B8;
}
</style>