Shades of Fuchsia #C543C9
Tints of Fuchsia #C543C9
RGB
CMYK
RGB Variations
Color information
#C543C9 (or 0xC543C9) is known color: Fuchsia. HEX triplet: C5, 43 and C9. RGB value is (197,67,201). Sum of RGB (Red+Green+Blue) = 197+67+201=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #C543C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543C9 is #3ABC36. Grayscale: #787878. Windows color (decimal): -3849271 or 13190085. OLE color: 13190085.
HSL color Cylindrical-coordinate representation of color #C543C9: hue angle of 298.21º degrees, saturation: 0.55, 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 #C543C9 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 67 | 201 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.21 |
| HSL | 298.21º | 0.55% | 0.53% | - |
| HSV(B) | 298.21º | 0.67% | 0.79% | - |
| XYZ | 35.58 | 20.1 | 57.26 | - |
| YUV | 121.15 | 173.07 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 201 | 0.02 | 0.67 | 0 | 0.21 | 298.21 | 0.55 | 0.53 |
| Hex | C5 | 43 | C9 | 2 | 43 | 0 | 15 | 12A | 37 | 35 |
| Octal | 305 | 103 | 311 | 2 | 103 | 0 | 25 | 452 | 67 | 65 |
| Binary | 11000101 | 1000011 | 11001001 | 10 | 1000011 | 0 | 10101 | 100101010 | 110111 | 110101 |
Color Harmonies of #C543C9
Complementary color
Monochromatic Colors of #C543C9
Black with #C543C9
Text Example
Text Example
White with #C543C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543C9; }
p { color: rgb(197,67,201); }
H1.HeaderClassName
{
color: #C543C9;
}
.AnyTagClassName
{
color: #C543C9;
}
</style>
background-color css
<style>
a { background-color: #C543C9; }
a { background-color: rgb(197,67,201); }
div.DivClassName
{
background-color: #C543C9;
}
.BgClassName
{
background-color: #C543C9;
}
</style>
border-color css
<style>
span { border-color: #C543C9; }
span { border-color: rgb(197,67,201); }
td.TdClassName
{
border-color: #C543C9;
}
.TagClassName
{
border-color: #C543C9;
}
</style>