Shades of Fuchsia #C540B3
Tints of Fuchsia #C540B3
RGB
CMYK
RGB Variations
Color information
#C540B3 (or 0xC540B3) is known color: Fuchsia. HEX triplet: C5, 40 and B3. RGB value is (197,64,179). Sum of RGB (Red+Green+Blue) = 197+64+179=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C540B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540B3 is #3ABF4C. Grayscale: #747474. Windows color (decimal): -3850061 or 11747525. OLE color: 11747525.
HSL color Cylindrical-coordinate representation of color #C540B3: hue angle of 308.12º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C540B3 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 179 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.23 |
| HSL | 308.12º | 0.53% | 0.51% | - |
| HSV(B) | 308.12º | 0.68% | 0.77% | - |
| XYZ | 33 | 18.79 | 44.54 | - |
| YUV | 116.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 179 | 0 | 0.68 | 0.09 | 0.23 | 308.12 | 0.53 | 0.51 |
| Hex | C5 | 40 | B3 | 0 | 44 | 9 | 17 | 134 | 35 | 33 |
| Octal | 305 | 100 | 263 | 0 | 104 | 11 | 27 | 464 | 65 | 63 |
| Binary | 11000101 | 1000000 | 10110011 | 0 | 1000100 | 1001 | 10111 | 100110100 | 110101 | 110011 |
Color Harmonies of #C540B3
Complementary color
Monochromatic Colors of #C540B3
Black with #C540B3
Text Example
Text Example
White with #C540B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540B3; }
p { color: rgb(197,64,179); }
H1.HeaderClassName
{
color: #C540B3;
}
.AnyTagClassName
{
color: #C540B3;
}
</style>
background-color css
<style>
a { background-color: #C540B3; }
a { background-color: rgb(197,64,179); }
div.DivClassName
{
background-color: #C540B3;
}
.BgClassName
{
background-color: #C540B3;
}
</style>
border-color css
<style>
span { border-color: #C540B3; }
span { border-color: rgb(197,64,179); }
td.TdClassName
{
border-color: #C540B3;
}
.TagClassName
{
border-color: #C540B3;
}
</style>