Shades of Fuchsia #C45EC7
Tints of Fuchsia #C45EC7
RGB
CMYK
RGB Variations
Color information
#C45EC7 (or 0xC45EC7) is known color: Fuchsia. HEX triplet: C4, 5E and C7. RGB value is (196,94,199). Sum of RGB (Red+Green+Blue) = 196+94+199=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 199 - color contains mainly: blue. Hex color #C45EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EC7 is #3BA138. Grayscale: #888888. Windows color (decimal): -3907897 or 13065924. OLE color: 13065924.
HSL color Cylindrical-coordinate representation of color #C45EC7: hue angle of 298.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45EC7 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 94 | 199 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.22 |
| HSL | 298.29º | 0.48% | 0.57% | - |
| HSV(B) | 298.29º | 0.53% | 0.78% | - |
| XYZ | 37.08 | 23.86 | 56.69 | - |
| YUV | 136.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 199 | 0.02 | 0.53 | 0 | 0.22 | 298.29 | 0.48 | 0.57 |
| Hex | C4 | 5E | C7 | 2 | 35 | 0 | 16 | 12A | 30 | 39 |
| Octal | 304 | 136 | 307 | 2 | 65 | 0 | 26 | 452 | 60 | 71 |
| Binary | 11000100 | 1011110 | 11000111 | 10 | 110101 | 0 | 10110 | 100101010 | 110000 | 111001 |
Color Harmonies of #C45EC7
Complementary color
Monochromatic Colors of #C45EC7
Black with #C45EC7
Text Example
Text Example
White with #C45EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45EC7; }
p { color: rgb(196,94,199); }
H1.HeaderClassName
{
color: #C45EC7;
}
.AnyTagClassName
{
color: #C45EC7;
}
</style>
background-color css
<style>
a { background-color: #C45EC7; }
a { background-color: rgb(196,94,199); }
div.DivClassName
{
background-color: #C45EC7;
}
.BgClassName
{
background-color: #C45EC7;
}
</style>
border-color css
<style>
span { border-color: #C45EC7; }
span { border-color: rgb(196,94,199); }
td.TdClassName
{
border-color: #C45EC7;
}
.TagClassName
{
border-color: #C45EC7;
}
</style>