Shades of Fuchsia #C541C0
Tints of Fuchsia #C541C0
RGB
CMYK
RGB Variations
Color information
#C541C0 (or 0xC541C0) is known color: Fuchsia. HEX triplet: C5, 41 and C0. RGB value is (197,65,192). Sum of RGB (Red+Green+Blue) = 197+65+192=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C541C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541C0 is #3ABE3F. Grayscale: #767676. Windows color (decimal): -3849792 or 12599749. OLE color: 12599749.
HSL color Cylindrical-coordinate representation of color #C541C0: hue angle of 302.27º 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 #C541C0 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 192 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.23 |
| HSL | 302.27º | 0.53% | 0.51% | - |
| HSV(B) | 302.27º | 0.67% | 0.77% | - |
| XYZ | 34.43 | 19.46 | 51.81 | - |
| YUV | 118.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 192 | 0 | 0.67 | 0.03 | 0.23 | 302.27 | 0.53 | 0.51 |
| Hex | C5 | 41 | C0 | 0 | 43 | 3 | 17 | 12E | 35 | 33 |
| Octal | 305 | 101 | 300 | 0 | 103 | 3 | 27 | 456 | 65 | 63 |
| Binary | 11000101 | 1000001 | 11000000 | 0 | 1000011 | 11 | 10111 | 100101110 | 110101 | 110011 |
Color Harmonies of #C541C0
Complementary color
Monochromatic Colors of #C541C0
Black with #C541C0
Text Example
Text Example
White with #C541C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541C0; }
p { color: rgb(197,65,192); }
H1.HeaderClassName
{
color: #C541C0;
}
.AnyTagClassName
{
color: #C541C0;
}
</style>
background-color css
<style>
a { background-color: #C541C0; }
a { background-color: rgb(197,65,192); }
div.DivClassName
{
background-color: #C541C0;
}
.BgClassName
{
background-color: #C541C0;
}
</style>
border-color css
<style>
span { border-color: #C541C0; }
span { border-color: rgb(197,65,192); }
td.TdClassName
{
border-color: #C541C0;
}
.TagClassName
{
border-color: #C541C0;
}
</style>