Shades of Fuchsia #C544BB
Tints of Fuchsia #C544BB
RGB
CMYK
RGB Variations
Color information
#C544BB (or 0xC544BB) is known color: Fuchsia. HEX triplet: C5, 44 and BB. RGB value is (197,68,187). Sum of RGB (Red+Green+Blue) = 197+68+187=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C544BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C544BB is #3ABB44. Grayscale: #777777. Windows color (decimal): -3849029 or 12272837. OLE color: 12272837.
HSL color Cylindrical-coordinate representation of color #C544BB: hue angle of 304.65º 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 #C544BB is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 187 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.23 |
| HSL | 304.65º | 0.53% | 0.52% | - |
| HSV(B) | 304.65º | 0.65% | 0.77% | - |
| XYZ | 34.06 | 19.59 | 49 | - |
| YUV | 120.14 | 165.74 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 187 | 0 | 0.65 | 0.05 | 0.23 | 304.65 | 0.53 | 0.52 |
| Hex | C5 | 44 | BB | 0 | 41 | 5 | 17 | 131 | 35 | 34 |
| Octal | 305 | 104 | 273 | 0 | 101 | 5 | 27 | 461 | 65 | 64 |
| Binary | 11000101 | 1000100 | 10111011 | 0 | 1000001 | 101 | 10111 | 100110001 | 110101 | 110100 |
Color Harmonies of #C544BB
Complementary color
Monochromatic Colors of #C544BB
Black with #C544BB
Text Example
Text Example
White with #C544BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C544BB; }
p { color: rgb(197,68,187); }
H1.HeaderClassName
{
color: #C544BB;
}
.AnyTagClassName
{
color: #C544BB;
}
</style>
background-color css
<style>
a { background-color: #C544BB; }
a { background-color: rgb(197,68,187); }
div.DivClassName
{
background-color: #C544BB;
}
.BgClassName
{
background-color: #C544BB;
}
</style>
border-color css
<style>
span { border-color: #C544BB; }
span { border-color: rgb(197,68,187); }
td.TdClassName
{
border-color: #C544BB;
}
.TagClassName
{
border-color: #C544BB;
}
</style>