Shades of Fuchsia #C545A8
Tints of Fuchsia #C545A8
RGB
CMYK
RGB Variations
Color information
#C545A8 (or 0xC545A8) is known color: Fuchsia. HEX triplet: C5, 45 and A8. RGB value is (197,69,168). Sum of RGB (Red+Green+Blue) = 197+69+168=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C545A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C545A8 is #3ABA57. Grayscale: #767676. Windows color (decimal): -3848792 or 11027909. OLE color: 11027909.
HSL color Cylindrical-coordinate representation of color #C545A8: hue angle of 313.59º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C545A8 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 168 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.23 |
| HSL | 313.59º | 0.52% | 0.52% | - |
| HSV(B) | 313.59º | 0.65% | 0.77% | - |
| XYZ | 32.22 | 18.95 | 39.01 | - |
| YUV | 118.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 168 | 0 | 0.65 | 0.15 | 0.23 | 313.59 | 0.52 | 0.52 |
| Hex | C5 | 45 | A8 | 0 | 41 | F | 17 | 13A | 34 | 34 |
| Octal | 305 | 105 | 250 | 0 | 101 | 17 | 27 | 472 | 64 | 64 |
| Binary | 11000101 | 1000101 | 10101000 | 0 | 1000001 | 1111 | 10111 | 100111010 | 110100 | 110100 |
Color Harmonies of #C545A8
Complementary color
Monochromatic Colors of #C545A8
Black with #C545A8
Text Example
Text Example
White with #C545A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545A8; }
p { color: rgb(197,69,168); }
H1.HeaderClassName
{
color: #C545A8;
}
.AnyTagClassName
{
color: #C545A8;
}
</style>
background-color css
<style>
a { background-color: #C545A8; }
a { background-color: rgb(197,69,168); }
div.DivClassName
{
background-color: #C545A8;
}
.BgClassName
{
background-color: #C545A8;
}
</style>
border-color css
<style>
span { border-color: #C545A8; }
span { border-color: rgb(197,69,168); }
td.TdClassName
{
border-color: #C545A8;
}
.TagClassName
{
border-color: #C545A8;
}
</style>