Shades of Fuchsia #C457C0
Tints of Fuchsia #C457C0
RGB
CMYK
RGB Variations
Color information
#C457C0 (or 0xC457C0) is known color: Fuchsia. HEX triplet: C4, 57 and C0. RGB value is (196,87,192). Sum of RGB (Red+Green+Blue) = 196+87+192=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C457C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C457C0 is #3BA83F. Grayscale: #838383. Windows color (decimal): -3909696 or 12605380. OLE color: 12605380.
HSL color Cylindrical-coordinate representation of color #C457C0: hue angle of 302.2º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C457C0 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 192 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.23 |
| HSL | 302.2º | 0.48% | 0.55% | - |
| HSV(B) | 302.2º | 0.56% | 0.77% | - |
| XYZ | 35.69 | 22.36 | 52.3 | - |
| YUV | 131.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 192 | 0 | 0.56 | 0.02 | 0.23 | 302.2 | 0.48 | 0.55 |
| Hex | C4 | 57 | C0 | 0 | 38 | 2 | 17 | 12E | 30 | 37 |
| Octal | 304 | 127 | 300 | 0 | 70 | 2 | 27 | 456 | 60 | 67 |
| Binary | 11000100 | 1010111 | 11000000 | 0 | 111000 | 10 | 10111 | 100101110 | 110000 | 110111 |
Color Harmonies of #C457C0
Complementary color
Monochromatic Colors of #C457C0
Black with #C457C0
Text Example
Text Example
White with #C457C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C457C0; }
p { color: rgb(196,87,192); }
H1.HeaderClassName
{
color: #C457C0;
}
.AnyTagClassName
{
color: #C457C0;
}
</style>
background-color css
<style>
a { background-color: #C457C0; }
a { background-color: rgb(196,87,192); }
div.DivClassName
{
background-color: #C457C0;
}
.BgClassName
{
background-color: #C457C0;
}
</style>
border-color css
<style>
span { border-color: #C457C0; }
span { border-color: rgb(196,87,192); }
td.TdClassName
{
border-color: #C457C0;
}
.TagClassName
{
border-color: #C457C0;
}
</style>