Shades of Fuchsia #C540CF
Tints of Fuchsia #C540CF
RGB
CMYK
RGB Variations
Color information
#C540CF (or 0xC540CF) is known color: Fuchsia. HEX triplet: C5, 40 and CF. RGB value is (197,64,207). Sum of RGB (Red+Green+Blue) = 197+64+207=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #C540CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540CF is #3ABF30. Grayscale: #777777. Windows color (decimal): -3850033 or 13582533. OLE color: 13582533.
HSL color Cylindrical-coordinate representation of color #C540CF: hue angle of 295.8º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C540CF is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 64 | 207 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.19 |
| HSL | 295.8º | 0.6% | 0.53% | - |
| HSV(B) | 295.8º | 0.69% | 0.81% | - |
| XYZ | 36.12 | 20.04 | 61 | - |
| YUV | 120.07 | 177.06 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 207 | 0.05 | 0.69 | 0 | 0.19 | 295.8 | 0.6 | 0.53 |
| Hex | C5 | 40 | CF | 5 | 45 | 0 | 13 | 128 | 3C | 35 |
| Octal | 305 | 100 | 317 | 5 | 105 | 0 | 23 | 450 | 74 | 65 |
| Binary | 11000101 | 1000000 | 11001111 | 101 | 1000101 | 0 | 10011 | 100101000 | 111100 | 110101 |
Color Harmonies of #C540CF
Complementary color
Monochromatic Colors of #C540CF
Black with #C540CF
Text Example
Text Example
White with #C540CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540CF; }
p { color: rgb(197,64,207); }
H1.HeaderClassName
{
color: #C540CF;
}
.AnyTagClassName
{
color: #C540CF;
}
</style>
background-color css
<style>
a { background-color: #C540CF; }
a { background-color: rgb(197,64,207); }
div.DivClassName
{
background-color: #C540CF;
}
.BgClassName
{
background-color: #C540CF;
}
</style>
border-color css
<style>
span { border-color: #C540CF; }
span { border-color: rgb(197,64,207); }
td.TdClassName
{
border-color: #C540CF;
}
.TagClassName
{
border-color: #C540CF;
}
</style>