Shades of Fuchsia #C543BE
Tints of Fuchsia #C543BE
RGB
CMYK
RGB Variations
Color information
#C543BE (or 0xC543BE) is known color: Fuchsia. HEX triplet: C5, 43 and BE. RGB value is (197,67,190). Sum of RGB (Red+Green+Blue) = 197+67+190=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C543BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543BE is #3ABC41. Grayscale: #777777. Windows color (decimal): -3849282 or 12469189. OLE color: 12469189.
HSL color Cylindrical-coordinate representation of color #C543BE: hue angle of 303.23º 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 #C543BE is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 190 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.23 |
| HSL | 303.23º | 0.53% | 0.52% | - |
| HSV(B) | 303.23º | 0.66% | 0.77% | - |
| XYZ | 34.33 | 19.6 | 50.69 | - |
| YUV | 119.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 190 | 0 | 0.66 | 0.04 | 0.23 | 303.23 | 0.53 | 0.52 |
| Hex | C5 | 43 | BE | 0 | 42 | 4 | 17 | 12F | 35 | 34 |
| Octal | 305 | 103 | 276 | 0 | 102 | 4 | 27 | 457 | 65 | 64 |
| Binary | 11000101 | 1000011 | 10111110 | 0 | 1000010 | 100 | 10111 | 100101111 | 110101 | 110100 |
Color Harmonies of #C543BE
Complementary color
Monochromatic Colors of #C543BE
Black with #C543BE
Text Example
Text Example
White with #C543BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543BE; }
p { color: rgb(197,67,190); }
H1.HeaderClassName
{
color: #C543BE;
}
.AnyTagClassName
{
color: #C543BE;
}
</style>
background-color css
<style>
a { background-color: #C543BE; }
a { background-color: rgb(197,67,190); }
div.DivClassName
{
background-color: #C543BE;
}
.BgClassName
{
background-color: #C543BE;
}
</style>
border-color css
<style>
span { border-color: #C543BE; }
span { border-color: rgb(197,67,190); }
td.TdClassName
{
border-color: #C543BE;
}
.TagClassName
{
border-color: #C543BE;
}
</style>