Shades of Fuchsia #C541AC
Tints of Fuchsia #C541AC
RGB
CMYK
RGB Variations
Color information
#C541AC (or 0xC541AC) is known color: Fuchsia. HEX triplet: C5, 41 and AC. RGB value is (197,65,172). Sum of RGB (Red+Green+Blue) = 197+65+172=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C541AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C541AC is #3ABE53. Grayscale: #747474. Windows color (decimal): -3849812 or 11289029. OLE color: 11289029.
HSL color Cylindrical-coordinate representation of color #C541AC: hue angle of 311.36º 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 #C541AC is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 172 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.23 |
| HSL | 311.36º | 0.53% | 0.51% | - |
| HSV(B) | 311.36º | 0.67% | 0.77% | - |
| XYZ | 32.36 | 18.63 | 40.92 | - |
| YUV | 116.67 | 159.23 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 172 | 0 | 0.67 | 0.13 | 0.23 | 311.36 | 0.53 | 0.51 |
| Hex | C5 | 41 | AC | 0 | 43 | D | 17 | 137 | 35 | 33 |
| Octal | 305 | 101 | 254 | 0 | 103 | 15 | 27 | 467 | 65 | 63 |
| Binary | 11000101 | 1000001 | 10101100 | 0 | 1000011 | 1101 | 10111 | 100110111 | 110101 | 110011 |
Color Harmonies of #C541AC
Complementary color
Monochromatic Colors of #C541AC
Black with #C541AC
Text Example
Text Example
White with #C541AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541AC; }
p { color: rgb(197,65,172); }
H1.HeaderClassName
{
color: #C541AC;
}
.AnyTagClassName
{
color: #C541AC;
}
</style>
background-color css
<style>
a { background-color: #C541AC; }
a { background-color: rgb(197,65,172); }
div.DivClassName
{
background-color: #C541AC;
}
.BgClassName
{
background-color: #C541AC;
}
</style>
border-color css
<style>
span { border-color: #C541AC; }
span { border-color: rgb(197,65,172); }
td.TdClassName
{
border-color: #C541AC;
}
.TagClassName
{
border-color: #C541AC;
}
</style>