Shades of Fuchsia #C545B0
Tints of Fuchsia #C545B0
RGB
CMYK
RGB Variations
Color information
#C545B0 (or 0xC545B0) is known color: Fuchsia. HEX triplet: C5, 45 and B0. RGB value is (197,69,176). Sum of RGB (Red+Green+Blue) = 197+69+176=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C545B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C545B0 is #3ABA4F. Grayscale: #777777. Windows color (decimal): -3848784 or 11552197. OLE color: 11552197.
HSL color Cylindrical-coordinate representation of color #C545B0: hue angle of 309.84º 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 #C545B0 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 176 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.23 |
| HSL | 309.84º | 0.52% | 0.52% | - |
| HSV(B) | 309.84º | 0.65% | 0.77% | - |
| XYZ | 32.99 | 19.26 | 43.05 | - |
| YUV | 119.47 | 159.91 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 176 | 0 | 0.65 | 0.11 | 0.23 | 309.84 | 0.52 | 0.52 |
| Hex | C5 | 45 | B0 | 0 | 41 | B | 17 | 136 | 34 | 34 |
| Octal | 305 | 105 | 260 | 0 | 101 | 13 | 27 | 466 | 64 | 64 |
| Binary | 11000101 | 1000101 | 10110000 | 0 | 1000001 | 1011 | 10111 | 100110110 | 110100 | 110100 |
Color Harmonies of #C545B0
Complementary color
Monochromatic Colors of #C545B0
Black with #C545B0
Text Example
Text Example
White with #C545B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545B0; }
p { color: rgb(197,69,176); }
H1.HeaderClassName
{
color: #C545B0;
}
.AnyTagClassName
{
color: #C545B0;
}
</style>
background-color css
<style>
a { background-color: #C545B0; }
a { background-color: rgb(197,69,176); }
div.DivClassName
{
background-color: #C545B0;
}
.BgClassName
{
background-color: #C545B0;
}
</style>
border-color css
<style>
span { border-color: #C545B0; }
span { border-color: rgb(197,69,176); }
td.TdClassName
{
border-color: #C545B0;
}
.TagClassName
{
border-color: #C545B0;
}
</style>