Shades of Fuchsia #C541C9
Tints of Fuchsia #C541C9
RGB
CMYK
RGB Variations
Color information
#C541C9 (or 0xC541C9) is known color: Fuchsia. HEX triplet: C5, 41 and C9. RGB value is (197,65,201). Sum of RGB (Red+Green+Blue) = 197+65+201=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #C541C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541C9 is #3ABE36. Grayscale: #777777. Windows color (decimal): -3849783 or 13189573. OLE color: 13189573.
HSL color Cylindrical-coordinate representation of color #C541C9: hue angle of 298.24º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C541C9 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 65 | 201 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.21 |
| HSL | 298.24º | 0.56% | 0.52% | - |
| HSV(B) | 298.24º | 0.68% | 0.79% | - |
| XYZ | 35.46 | 19.87 | 57.22 | - |
| YUV | 119.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 201 | 0.02 | 0.68 | 0 | 0.21 | 298.24 | 0.56 | 0.52 |
| Hex | C5 | 41 | C9 | 2 | 44 | 0 | 15 | 12A | 38 | 34 |
| Octal | 305 | 101 | 311 | 2 | 104 | 0 | 25 | 452 | 70 | 64 |
| Binary | 11000101 | 1000001 | 11001001 | 10 | 1000100 | 0 | 10101 | 100101010 | 111000 | 110100 |
Color Harmonies of #C541C9
Complementary color
Monochromatic Colors of #C541C9
Black with #C541C9
Text Example
Text Example
White with #C541C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541C9; }
p { color: rgb(197,65,201); }
H1.HeaderClassName
{
color: #C541C9;
}
.AnyTagClassName
{
color: #C541C9;
}
</style>
background-color css
<style>
a { background-color: #C541C9; }
a { background-color: rgb(197,65,201); }
div.DivClassName
{
background-color: #C541C9;
}
.BgClassName
{
background-color: #C541C9;
}
</style>
border-color css
<style>
span { border-color: #C541C9; }
span { border-color: rgb(197,65,201); }
td.TdClassName
{
border-color: #C541C9;
}
.TagClassName
{
border-color: #C541C9;
}
</style>