Shades of Fuchsia #C45FB1
Tints of Fuchsia #C45FB1
RGB
CMYK
RGB Variations
Color information
#C45FB1 (or 0xC45FB1) is known color: Fuchsia. HEX triplet: C4, 5F and B1. RGB value is (196,95,177). Sum of RGB (Red+Green+Blue) = 196+95+177=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C45FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45FB1 is #3BA04E. Grayscale: #868686. Windows color (decimal): -3907663 or 11624388. OLE color: 11624388.
HSL color Cylindrical-coordinate representation of color #C45FB1: hue angle of 311.29º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45FB1 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 177 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.23 |
| HSL | 311.29º | 0.46% | 0.57% | - |
| HSV(B) | 311.29º | 0.52% | 0.77% | - |
| XYZ | 34.79 | 23.09 | 44.22 | - |
| YUV | 134.55 | 151.96 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 177 | 0 | 0.52 | 0.10 | 0.23 | 311.29 | 0.46 | 0.57 |
| Hex | C4 | 5F | B1 | 0 | 34 | A | 17 | 137 | 2E | 39 |
| Octal | 304 | 137 | 261 | 0 | 64 | 12 | 27 | 467 | 56 | 71 |
| Binary | 11000100 | 1011111 | 10110001 | 0 | 110100 | 1010 | 10111 | 100110111 | 101110 | 111001 |
Color Harmonies of #C45FB1
Complementary color
Monochromatic Colors of #C45FB1
Black with #C45FB1
Text Example
Text Example
White with #C45FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FB1; }
p { color: rgb(196,95,177); }
H1.HeaderClassName
{
color: #C45FB1;
}
.AnyTagClassName
{
color: #C45FB1;
}
</style>
background-color css
<style>
a { background-color: #C45FB1; }
a { background-color: rgb(196,95,177); }
div.DivClassName
{
background-color: #C45FB1;
}
.BgClassName
{
background-color: #C45FB1;
}
</style>
border-color css
<style>
span { border-color: #C45FB1; }
span { border-color: rgb(196,95,177); }
td.TdClassName
{
border-color: #C45FB1;
}
.TagClassName
{
border-color: #C45FB1;
}
</style>