Shades of Fuchsia #C543CA
Tints of Fuchsia #C543CA
RGB
CMYK
RGB Variations
Color information
#C543CA (or 0xC543CA) is known color: Fuchsia. HEX triplet: C5, 43 and CA. RGB value is (197,67,202). Sum of RGB (Red+Green+Blue) = 197+67+202=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #C543CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543CA is #3ABC35. Grayscale: #787878. Windows color (decimal): -3849270 or 13255621. OLE color: 13255621.
HSL color Cylindrical-coordinate representation of color #C543CA: hue angle of 297.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C543CA is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 67 | 202 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.21 |
| HSL | 297.78º | 0.56% | 0.53% | - |
| HSV(B) | 297.78º | 0.67% | 0.79% | - |
| XYZ | 35.69 | 20.15 | 57.88 | - |
| YUV | 121.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 202 | 0.02 | 0.67 | 0 | 0.21 | 297.78 | 0.56 | 0.53 |
| Hex | C5 | 43 | CA | 2 | 43 | 0 | 15 | 12A | 38 | 35 |
| Octal | 305 | 103 | 312 | 2 | 103 | 0 | 25 | 452 | 70 | 65 |
| Binary | 11000101 | 1000011 | 11001010 | 10 | 1000011 | 0 | 10101 | 100101010 | 111000 | 110101 |
Color Harmonies of #C543CA
Complementary color
Monochromatic Colors of #C543CA
Black with #C543CA
Text Example
Text Example
White with #C543CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543CA; }
p { color: rgb(197,67,202); }
H1.HeaderClassName
{
color: #C543CA;
}
.AnyTagClassName
{
color: #C543CA;
}
</style>
background-color css
<style>
a { background-color: #C543CA; }
a { background-color: rgb(197,67,202); }
div.DivClassName
{
background-color: #C543CA;
}
.BgClassName
{
background-color: #C543CA;
}
</style>
border-color css
<style>
span { border-color: #C543CA; }
span { border-color: rgb(197,67,202); }
td.TdClassName
{
border-color: #C543CA;
}
.TagClassName
{
border-color: #C543CA;
}
</style>