Shades of Fuchsia #C45EC1
Tints of Fuchsia #C45EC1
RGB
CMYK
RGB Variations
Color information
#C45EC1 (or 0xC45EC1) is known color: Fuchsia. HEX triplet: C4, 5E and C1. RGB value is (196,94,193). Sum of RGB (Red+Green+Blue) = 196+94+193=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C45EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EC1 is #3BA13E. Grayscale: #878787. Windows color (decimal): -3907903 or 12672708. OLE color: 12672708.
HSL color Cylindrical-coordinate representation of color #C45EC1: hue angle of 301.76º 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 #C45EC1 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 94 | 193 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.23 |
| HSL | 301.76º | 0.46% | 0.57% | - |
| HSV(B) | 301.76º | 0.52% | 0.77% | - |
| XYZ | 36.39 | 23.59 | 53.09 | - |
| YUV | 135.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 193 | 0 | 0.52 | 0.02 | 0.23 | 301.76 | 0.46 | 0.57 |
| Hex | C4 | 5E | C1 | 0 | 34 | 2 | 17 | 12E | 2E | 39 |
| Octal | 304 | 136 | 301 | 0 | 64 | 2 | 27 | 456 | 56 | 71 |
| Binary | 11000100 | 1011110 | 11000001 | 0 | 110100 | 10 | 10111 | 100101110 | 101110 | 111001 |
Color Harmonies of #C45EC1
Complementary color
Monochromatic Colors of #C45EC1
Black with #C45EC1
Text Example
Text Example
White with #C45EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45EC1; }
p { color: rgb(196,94,193); }
H1.HeaderClassName
{
color: #C45EC1;
}
.AnyTagClassName
{
color: #C45EC1;
}
</style>
background-color css
<style>
a { background-color: #C45EC1; }
a { background-color: rgb(196,94,193); }
div.DivClassName
{
background-color: #C45EC1;
}
.BgClassName
{
background-color: #C45EC1;
}
</style>
border-color css
<style>
span { border-color: #C45EC1; }
span { border-color: rgb(196,94,193); }
td.TdClassName
{
border-color: #C45EC1;
}
.TagClassName
{
border-color: #C45EC1;
}
</style>