Shades of Fuchsia #C545C9
Tints of Fuchsia #C545C9
RGB
CMYK
RGB Variations
Color information
#C545C9 (or 0xC545C9) is known color: Fuchsia. HEX triplet: C5, 45 and C9. RGB value is (197,69,201). Sum of RGB (Red+Green+Blue) = 197+69+201=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #C545C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545C9 is #3ABA36. Grayscale: #797979. Windows color (decimal): -3848759 or 13190597. OLE color: 13190597.
HSL color Cylindrical-coordinate representation of color #C545C9: hue angle of 298.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C545C9 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 69 | 201 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.21 |
| HSL | 298.18º | 0.55% | 0.53% | - |
| HSV(B) | 298.18º | 0.66% | 0.79% | - |
| XYZ | 35.7 | 20.34 | 57.3 | - |
| YUV | 122.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 201 | 0.02 | 0.66 | 0 | 0.21 | 298.18 | 0.55 | 0.53 |
| Hex | C5 | 45 | C9 | 2 | 42 | 0 | 15 | 12A | 37 | 35 |
| Octal | 305 | 105 | 311 | 2 | 102 | 0 | 25 | 452 | 67 | 65 |
| Binary | 11000101 | 1000101 | 11001001 | 10 | 1000010 | 0 | 10101 | 100101010 | 110111 | 110101 |
Color Harmonies of #C545C9
Complementary color
Monochromatic Colors of #C545C9
Black with #C545C9
Text Example
Text Example
White with #C545C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545C9; }
p { color: rgb(197,69,201); }
H1.HeaderClassName
{
color: #C545C9;
}
.AnyTagClassName
{
color: #C545C9;
}
</style>
background-color css
<style>
a { background-color: #C545C9; }
a { background-color: rgb(197,69,201); }
div.DivClassName
{
background-color: #C545C9;
}
.BgClassName
{
background-color: #C545C9;
}
</style>
border-color css
<style>
span { border-color: #C545C9; }
span { border-color: rgb(197,69,201); }
td.TdClassName
{
border-color: #C545C9;
}
.TagClassName
{
border-color: #C545C9;
}
</style>