Shades of Fuchsia #C543B2
Tints of Fuchsia #C543B2
RGB
CMYK
RGB Variations
Color information
#C543B2 (or 0xC543B2) is known color: Fuchsia. HEX triplet: C5, 43 and B2. RGB value is (197,67,178). Sum of RGB (Red+Green+Blue) = 197+67+178=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C543B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C543B2 is #3ABC4D. Grayscale: #767676. Windows color (decimal): -3849294 or 11682757. OLE color: 11682757.
HSL color Cylindrical-coordinate representation of color #C543B2: hue angle of 308.77º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C543B2 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 178 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.23 |
| HSL | 308.77º | 0.53% | 0.52% | - |
| HSV(B) | 308.77º | 0.66% | 0.77% | - |
| XYZ | 33.07 | 19.1 | 44.06 | - |
| YUV | 118.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 178 | 0 | 0.66 | 0.10 | 0.23 | 308.77 | 0.53 | 0.52 |
| Hex | C5 | 43 | B2 | 0 | 42 | A | 17 | 135 | 35 | 34 |
| Octal | 305 | 103 | 262 | 0 | 102 | 12 | 27 | 465 | 65 | 64 |
| Binary | 11000101 | 1000011 | 10110010 | 0 | 1000010 | 1010 | 10111 | 100110101 | 110101 | 110100 |
Color Harmonies of #C543B2
Complementary color
Monochromatic Colors of #C543B2
Black with #C543B2
Text Example
Text Example
White with #C543B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543B2; }
p { color: rgb(197,67,178); }
H1.HeaderClassName
{
color: #C543B2;
}
.AnyTagClassName
{
color: #C543B2;
}
</style>
background-color css
<style>
a { background-color: #C543B2; }
a { background-color: rgb(197,67,178); }
div.DivClassName
{
background-color: #C543B2;
}
.BgClassName
{
background-color: #C543B2;
}
</style>
border-color css
<style>
span { border-color: #C543B2; }
span { border-color: rgb(197,67,178); }
td.TdClassName
{
border-color: #C543B2;
}
.TagClassName
{
border-color: #C543B2;
}
</style>