Shades of Fuchsia #C45EBF
Tints of Fuchsia #C45EBF
RGB
CMYK
RGB Variations
Color information
#C45EBF (or 0xC45EBF) is known color: Fuchsia. HEX triplet: C4, 5E and BF. RGB value is (196,94,191). Sum of RGB (Red+Green+Blue) = 196+94+191=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C45EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EBF is #3BA140. Grayscale: #878787. Windows color (decimal): -3907905 or 12541636. OLE color: 12541636.
HSL color Cylindrical-coordinate representation of color #C45EBF: hue angle of 302.94º 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 #C45EBF is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 94 | 191 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.23 |
| HSL | 302.94º | 0.46% | 0.57% | - |
| HSV(B) | 302.94º | 0.52% | 0.77% | - |
| XYZ | 36.17 | 23.5 | 51.92 | - |
| YUV | 135.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 191 | 0 | 0.52 | 0.03 | 0.23 | 302.94 | 0.46 | 0.57 |
| Hex | C4 | 5E | BF | 0 | 34 | 3 | 17 | 12F | 2E | 39 |
| Octal | 304 | 136 | 277 | 0 | 64 | 3 | 27 | 457 | 56 | 71 |
| Binary | 11000100 | 1011110 | 10111111 | 0 | 110100 | 11 | 10111 | 100101111 | 101110 | 111001 |
Color Harmonies of #C45EBF
Complementary color
Monochromatic Colors of #C45EBF
Black with #C45EBF
Text Example
Text Example
White with #C45EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45EBF; }
p { color: rgb(196,94,191); }
H1.HeaderClassName
{
color: #C45EBF;
}
.AnyTagClassName
{
color: #C45EBF;
}
</style>
background-color css
<style>
a { background-color: #C45EBF; }
a { background-color: rgb(196,94,191); }
div.DivClassName
{
background-color: #C45EBF;
}
.BgClassName
{
background-color: #C45EBF;
}
</style>
border-color css
<style>
span { border-color: #C45EBF; }
span { border-color: rgb(196,94,191); }
td.TdClassName
{
border-color: #C45EBF;
}
.TagClassName
{
border-color: #C45EBF;
}
</style>