Shades of Fuchsia #C543C1
Tints of Fuchsia #C543C1
RGB
CMYK
RGB Variations
Color information
#C543C1 (or 0xC543C1) is known color: Fuchsia. HEX triplet: C5, 43 and C1. RGB value is (197,67,193). Sum of RGB (Red+Green+Blue) = 197+67+193=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 67 (26.56% from 255 or 14.66% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C543C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543C1 is #3ABC3E. Grayscale: #777777. Windows color (decimal): -3849279 or 12665797. OLE color: 12665797.
HSL color Cylindrical-coordinate representation of color #C543C1: hue angle of 301.85º 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 #C543C1 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 193 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.23 |
| HSL | 301.85º | 0.53% | 0.52% | - |
| HSV(B) | 301.85º | 0.66% | 0.77% | - |
| XYZ | 34.66 | 19.73 | 52.43 | - |
| YUV | 120.23 | 169.07 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 193 | 0 | 0.66 | 0.02 | 0.23 | 301.85 | 0.53 | 0.52 |
| Hex | C5 | 43 | C1 | 0 | 42 | 2 | 17 | 12E | 35 | 34 |
| Octal | 305 | 103 | 301 | 0 | 102 | 2 | 27 | 456 | 65 | 64 |
| Binary | 11000101 | 1000011 | 11000001 | 0 | 1000010 | 10 | 10111 | 100101110 | 110101 | 110100 |
Color Harmonies of #C543C1
Complementary color
Monochromatic Colors of #C543C1
Black with #C543C1
Text Example
Text Example
White with #C543C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543C1; }
p { color: rgb(197,67,193); }
H1.HeaderClassName
{
color: #C543C1;
}
.AnyTagClassName
{
color: #C543C1;
}
</style>
background-color css
<style>
a { background-color: #C543C1; }
a { background-color: rgb(197,67,193); }
div.DivClassName
{
background-color: #C543C1;
}
.BgClassName
{
background-color: #C543C1;
}
</style>
border-color css
<style>
span { border-color: #C543C1; }
span { border-color: rgb(197,67,193); }
td.TdClassName
{
border-color: #C543C1;
}
.TagClassName
{
border-color: #C543C1;
}
</style>