Shades of Fuchsia #C45ABF
Tints of Fuchsia #C45ABF
RGB
CMYK
RGB Variations
Color information
#C45ABF (or 0xC45ABF) is known color: Fuchsia. HEX triplet: C4, 5A and BF. RGB value is (196,90,191). Sum of RGB (Red+Green+Blue) = 196+90+191=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C45ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45ABF is #3BA540. Grayscale: #848484. Windows color (decimal): -3908929 or 12540612. OLE color: 12540612.
HSL color Cylindrical-coordinate representation of color #C45ABF: hue angle of 302.83º 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 #C45ABF is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 191 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.23 |
| HSL | 302.83º | 0.47% | 0.56% | - |
| HSV(B) | 302.83º | 0.54% | 0.77% | - |
| XYZ | 35.83 | 22.81 | 51.8 | - |
| YUV | 133.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 191 | 0 | 0.54 | 0.03 | 0.23 | 302.83 | 0.47 | 0.56 |
| Hex | C4 | 5A | BF | 0 | 36 | 3 | 17 | 12F | 2F | 38 |
| Octal | 304 | 132 | 277 | 0 | 66 | 3 | 27 | 457 | 57 | 70 |
| Binary | 11000100 | 1011010 | 10111111 | 0 | 110110 | 11 | 10111 | 100101111 | 101111 | 111000 |
Color Harmonies of #C45ABF
Complementary color
Monochromatic Colors of #C45ABF
Black with #C45ABF
Text Example
Text Example
White with #C45ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45ABF; }
p { color: rgb(196,90,191); }
H1.HeaderClassName
{
color: #C45ABF;
}
.AnyTagClassName
{
color: #C45ABF;
}
</style>
background-color css
<style>
a { background-color: #C45ABF; }
a { background-color: rgb(196,90,191); }
div.DivClassName
{
background-color: #C45ABF;
}
.BgClassName
{
background-color: #C45ABF;
}
</style>
border-color css
<style>
span { border-color: #C45ABF; }
span { border-color: rgb(196,90,191); }
td.TdClassName
{
border-color: #C45ABF;
}
.TagClassName
{
border-color: #C45ABF;
}
</style>