Shades of Fuchsia #C544B2
Tints of Fuchsia #C544B2
RGB
CMYK
RGB Variations
Color information
#C544B2 (or 0xC544B2) is known color: Fuchsia. HEX triplet: C5, 44 and B2. RGB value is (197,68,178). Sum of RGB (Red+Green+Blue) = 197+68+178=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C544B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C544B2 is #3ABB4D. Grayscale: #767676. Windows color (decimal): -3849038 or 11683013. OLE color: 11683013.
HSL color Cylindrical-coordinate representation of color #C544B2: hue angle of 308.84º degrees, saturation: 0.53, 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 #C544B2 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 178 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.23 |
| HSL | 308.84º | 0.53% | 0.52% | - |
| HSV(B) | 308.84º | 0.65% | 0.77% | - |
| XYZ | 33.13 | 19.22 | 44.08 | - |
| YUV | 119.11 | 161.24 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 178 | 0 | 0.65 | 0.10 | 0.23 | 308.84 | 0.53 | 0.52 |
| Hex | C5 | 44 | B2 | 0 | 41 | A | 17 | 135 | 35 | 34 |
| Octal | 305 | 104 | 262 | 0 | 101 | 12 | 27 | 465 | 65 | 64 |
| Binary | 11000101 | 1000100 | 10110010 | 0 | 1000001 | 1010 | 10111 | 100110101 | 110101 | 110100 |
Color Harmonies of #C544B2
Complementary color
Monochromatic Colors of #C544B2
Black with #C544B2
Text Example
Text Example
White with #C544B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C544B2; }
p { color: rgb(197,68,178); }
H1.HeaderClassName
{
color: #C544B2;
}
.AnyTagClassName
{
color: #C544B2;
}
</style>
background-color css
<style>
a { background-color: #C544B2; }
a { background-color: rgb(197,68,178); }
div.DivClassName
{
background-color: #C544B2;
}
.BgClassName
{
background-color: #C544B2;
}
</style>
border-color css
<style>
span { border-color: #C544B2; }
span { border-color: rgb(197,68,178); }
td.TdClassName
{
border-color: #C544B2;
}
.TagClassName
{
border-color: #C544B2;
}
</style>