Shades of Fuchsia #C544BD
Tints of Fuchsia #C544BD
RGB
CMYK
RGB Variations
Color information
#C544BD (or 0xC544BD) is known color: Fuchsia. HEX triplet: C5, 44 and BD. RGB value is (197,68,189). Sum of RGB (Red+Green+Blue) = 197+68+189=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C544BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C544BD is #3ABB42. Grayscale: #787878. Windows color (decimal): -3849027 or 12403909. OLE color: 12403909.
HSL color Cylindrical-coordinate representation of color #C544BD: hue angle of 303.72º 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 #C544BD is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 189 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.23 |
| HSL | 303.72º | 0.53% | 0.52% | - |
| HSV(B) | 303.72º | 0.65% | 0.77% | - |
| XYZ | 34.28 | 19.68 | 50.14 | - |
| YUV | 120.37 | 166.74 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 189 | 0 | 0.65 | 0.04 | 0.23 | 303.72 | 0.53 | 0.52 |
| Hex | C5 | 44 | BD | 0 | 41 | 4 | 17 | 130 | 35 | 34 |
| Octal | 305 | 104 | 275 | 0 | 101 | 4 | 27 | 460 | 65 | 64 |
| Binary | 11000101 | 1000100 | 10111101 | 0 | 1000001 | 100 | 10111 | 100110000 | 110101 | 110100 |
Color Harmonies of #C544BD
Complementary color
Monochromatic Colors of #C544BD
Black with #C544BD
Text Example
Text Example
White with #C544BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C544BD; }
p { color: rgb(197,68,189); }
H1.HeaderClassName
{
color: #C544BD;
}
.AnyTagClassName
{
color: #C544BD;
}
</style>
background-color css
<style>
a { background-color: #C544BD; }
a { background-color: rgb(197,68,189); }
div.DivClassName
{
background-color: #C544BD;
}
.BgClassName
{
background-color: #C544BD;
}
</style>
border-color css
<style>
span { border-color: #C544BD; }
span { border-color: rgb(197,68,189); }
td.TdClassName
{
border-color: #C544BD;
}
.TagClassName
{
border-color: #C544BD;
}
</style>