Shades of Fuchsia #C541B9
Tints of Fuchsia #C541B9
RGB
CMYK
RGB Variations
Color information
#C541B9 (or 0xC541B9) is known color: Fuchsia. HEX triplet: C5, 41 and B9. RGB value is (197,65,185). Sum of RGB (Red+Green+Blue) = 197+65+185=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C541B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541B9 is #3ABE46. Grayscale: #757575. Windows color (decimal): -3849799 or 12140997. OLE color: 12140997.
HSL color Cylindrical-coordinate representation of color #C541B9: hue angle of 305.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C541B9 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 185 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.23 |
| HSL | 305.45º | 0.53% | 0.51% | - |
| HSV(B) | 305.45º | 0.67% | 0.77% | - |
| XYZ | 33.67 | 19.15 | 47.82 | - |
| YUV | 118.15 | 165.73 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 185 | 0 | 0.67 | 0.06 | 0.23 | 305.45 | 0.53 | 0.51 |
| Hex | C5 | 41 | B9 | 0 | 43 | 6 | 17 | 131 | 35 | 33 |
| Octal | 305 | 101 | 271 | 0 | 103 | 6 | 27 | 461 | 65 | 63 |
| Binary | 11000101 | 1000001 | 10111001 | 0 | 1000011 | 110 | 10111 | 100110001 | 110101 | 110011 |
Color Harmonies of #C541B9
Complementary color
Monochromatic Colors of #C541B9
Black with #C541B9
Text Example
Text Example
White with #C541B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541B9; }
p { color: rgb(197,65,185); }
H1.HeaderClassName
{
color: #C541B9;
}
.AnyTagClassName
{
color: #C541B9;
}
</style>
background-color css
<style>
a { background-color: #C541B9; }
a { background-color: rgb(197,65,185); }
div.DivClassName
{
background-color: #C541B9;
}
.BgClassName
{
background-color: #C541B9;
}
</style>
border-color css
<style>
span { border-color: #C541B9; }
span { border-color: rgb(197,65,185); }
td.TdClassName
{
border-color: #C541B9;
}
.TagClassName
{
border-color: #C541B9;
}
</style>