Shades of Fuchsia #C543BD
Tints of Fuchsia #C543BD
RGB
CMYK
RGB Variations
Color information
#C543BD (or 0xC543BD) is known color: Fuchsia. HEX triplet: C5, 43 and BD. RGB value is (197,67,189). Sum of RGB (Red+Green+Blue) = 197+67+189=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C543BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543BD is #3ABC42. Grayscale: #777777. Windows color (decimal): -3849283 or 12403653. OLE color: 12403653.
HSL color Cylindrical-coordinate representation of color #C543BD: hue angle of 303.69º 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 #C543BD is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 189 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.23 |
| HSL | 303.69º | 0.53% | 0.52% | - |
| HSV(B) | 303.69º | 0.66% | 0.77% | - |
| XYZ | 34.22 | 19.56 | 50.12 | - |
| YUV | 119.78 | 167.07 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 189 | 0 | 0.66 | 0.04 | 0.23 | 303.69 | 0.53 | 0.52 |
| Hex | C5 | 43 | BD | 0 | 42 | 4 | 17 | 130 | 35 | 34 |
| Octal | 305 | 103 | 275 | 0 | 102 | 4 | 27 | 460 | 65 | 64 |
| Binary | 11000101 | 1000011 | 10111101 | 0 | 1000010 | 100 | 10111 | 100110000 | 110101 | 110100 |
Color Harmonies of #C543BD
Complementary color
Monochromatic Colors of #C543BD
Black with #C543BD
Text Example
Text Example
White with #C543BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543BD; }
p { color: rgb(197,67,189); }
H1.HeaderClassName
{
color: #C543BD;
}
.AnyTagClassName
{
color: #C543BD;
}
</style>
background-color css
<style>
a { background-color: #C543BD; }
a { background-color: rgb(197,67,189); }
div.DivClassName
{
background-color: #C543BD;
}
.BgClassName
{
background-color: #C543BD;
}
</style>
border-color css
<style>
span { border-color: #C543BD; }
span { border-color: rgb(197,67,189); }
td.TdClassName
{
border-color: #C543BD;
}
.TagClassName
{
border-color: #C543BD;
}
</style>