Shades of Fuchsia #C45EC0
Tints of Fuchsia #C45EC0
RGB
CMYK
RGB Variations
Color information
#C45EC0 (or 0xC45EC0) is known color: Fuchsia. HEX triplet: C4, 5E and C0. RGB value is (196,94,192). Sum of RGB (Red+Green+Blue) = 196+94+192=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C45EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EC0 is #3BA13F. Grayscale: #878787. Windows color (decimal): -3907904 or 12607172. OLE color: 12607172.
HSL color Cylindrical-coordinate representation of color #C45EC0: hue angle of 302.35º 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 #C45EC0 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 94 | 192 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.23 |
| HSL | 302.35º | 0.46% | 0.57% | - |
| HSV(B) | 302.35º | 0.52% | 0.77% | - |
| XYZ | 36.28 | 23.55 | 52.5 | - |
| YUV | 135.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 192 | 0 | 0.52 | 0.02 | 0.23 | 302.35 | 0.46 | 0.57 |
| Hex | C4 | 5E | C0 | 0 | 34 | 2 | 17 | 12E | 2E | 39 |
| Octal | 304 | 136 | 300 | 0 | 64 | 2 | 27 | 456 | 56 | 71 |
| Binary | 11000100 | 1011110 | 11000000 | 0 | 110100 | 10 | 10111 | 100101110 | 101110 | 111001 |
Color Harmonies of #C45EC0
Complementary color
Monochromatic Colors of #C45EC0
Black with #C45EC0
Text Example
Text Example
White with #C45EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45EC0; }
p { color: rgb(196,94,192); }
H1.HeaderClassName
{
color: #C45EC0;
}
.AnyTagClassName
{
color: #C45EC0;
}
</style>
background-color css
<style>
a { background-color: #C45EC0; }
a { background-color: rgb(196,94,192); }
div.DivClassName
{
background-color: #C45EC0;
}
.BgClassName
{
background-color: #C45EC0;
}
</style>
border-color css
<style>
span { border-color: #C45EC0; }
span { border-color: rgb(196,94,192); }
td.TdClassName
{
border-color: #C45EC0;
}
.TagClassName
{
border-color: #C45EC0;
}
</style>