Shades of Fuchsia #C540C0
Tints of Fuchsia #C540C0
RGB
CMYK
RGB Variations
Color information
#C540C0 (or 0xC540C0) is known color: Fuchsia. HEX triplet: C5, 40 and C0. RGB value is (197,64,192). Sum of RGB (Red+Green+Blue) = 197+64+192=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C540C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540C0 is #3ABF3F. Grayscale: #757575. Windows color (decimal): -3850048 or 12599493. OLE color: 12599493.
HSL color Cylindrical-coordinate representation of color #C540C0: hue angle of 302.26º 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 #C540C0 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 192 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.23 |
| HSL | 302.26º | 0.53% | 0.51% | - |
| HSV(B) | 302.26º | 0.68% | 0.77% | - |
| XYZ | 34.37 | 19.34 | 51.79 | - |
| YUV | 118.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 192 | 0 | 0.68 | 0.03 | 0.23 | 302.26 | 0.53 | 0.51 |
| Hex | C5 | 40 | C0 | 0 | 44 | 3 | 17 | 12E | 35 | 33 |
| Octal | 305 | 100 | 300 | 0 | 104 | 3 | 27 | 456 | 65 | 63 |
| Binary | 11000101 | 1000000 | 11000000 | 0 | 1000100 | 11 | 10111 | 100101110 | 110101 | 110011 |
Color Harmonies of #C540C0
Complementary color
Monochromatic Colors of #C540C0
Black with #C540C0
Text Example
Text Example
White with #C540C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540C0; }
p { color: rgb(197,64,192); }
H1.HeaderClassName
{
color: #C540C0;
}
.AnyTagClassName
{
color: #C540C0;
}
</style>
background-color css
<style>
a { background-color: #C540C0; }
a { background-color: rgb(197,64,192); }
div.DivClassName
{
background-color: #C540C0;
}
.BgClassName
{
background-color: #C540C0;
}
</style>
border-color css
<style>
span { border-color: #C540C0; }
span { border-color: rgb(197,64,192); }
td.TdClassName
{
border-color: #C540C0;
}
.TagClassName
{
border-color: #C540C0;
}
</style>