Shades of Fuchsia #C45BAA
Tints of Fuchsia #C45BAA
RGB
CMYK
RGB Variations
Color information
#C45BAA (or 0xC45BAA) is known color: Fuchsia. HEX triplet: C4, 5B and AA. RGB value is (196,91,170). Sum of RGB (Red+Green+Blue) = 196+91+170=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C45BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45BAA is #3BA455. Grayscale: #838383. Windows color (decimal): -3908694 or 11164612. OLE color: 11164612.
HSL color Cylindrical-coordinate representation of color #C45BAA: hue angle of 314.86º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45BAA is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 170 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.23 |
| HSL | 314.86º | 0.47% | 0.56% | - |
| HSV(B) | 314.86º | 0.54% | 0.77% | - |
| XYZ | 33.76 | 22.12 | 40.52 | - |
| YUV | 131.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 170 | 0 | 0.54 | 0.13 | 0.23 | 314.86 | 0.47 | 0.56 |
| Hex | C4 | 5B | AA | 0 | 36 | D | 17 | 13B | 2F | 38 |
| Octal | 304 | 133 | 252 | 0 | 66 | 15 | 27 | 473 | 57 | 70 |
| Binary | 11000100 | 1011011 | 10101010 | 0 | 110110 | 1101 | 10111 | 100111011 | 101111 | 111000 |
Color Harmonies of #C45BAA
Complementary color
Monochromatic Colors of #C45BAA
Black with #C45BAA
Text Example
Text Example
White with #C45BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45BAA; }
p { color: rgb(196,91,170); }
H1.HeaderClassName
{
color: #C45BAA;
}
.AnyTagClassName
{
color: #C45BAA;
}
</style>
background-color css
<style>
a { background-color: #C45BAA; }
a { background-color: rgb(196,91,170); }
div.DivClassName
{
background-color: #C45BAA;
}
.BgClassName
{
background-color: #C45BAA;
}
</style>
border-color css
<style>
span { border-color: #C45BAA; }
span { border-color: rgb(196,91,170); }
td.TdClassName
{
border-color: #C45BAA;
}
.TagClassName
{
border-color: #C45BAA;
}
</style>