Shades of Fuchsia #C457BA
Tints of Fuchsia #C457BA
RGB
CMYK
RGB Variations
Color information
#C457BA (or 0xC457BA) is known color: Fuchsia. HEX triplet: C4, 57 and BA. RGB value is (196,87,186). Sum of RGB (Red+Green+Blue) = 196+87+186=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C457BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C457BA is #3BA845. Grayscale: #828282. Windows color (decimal): -3909702 or 12212164. OLE color: 12212164.
HSL color Cylindrical-coordinate representation of color #C457BA: hue angle of 305.5º 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 #C457BA is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 186 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.23 |
| HSL | 305.5º | 0.48% | 0.55% | - |
| HSV(B) | 305.5º | 0.56% | 0.77% | - |
| XYZ | 35.04 | 22.1 | 48.87 | - |
| YUV | 130.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 186 | 0 | 0.56 | 0.05 | 0.23 | 305.5 | 0.48 | 0.55 |
| Hex | C4 | 57 | BA | 0 | 38 | 5 | 17 | 132 | 30 | 37 |
| Octal | 304 | 127 | 272 | 0 | 70 | 5 | 27 | 462 | 60 | 67 |
| Binary | 11000100 | 1010111 | 10111010 | 0 | 111000 | 101 | 10111 | 100110010 | 110000 | 110111 |
Color Harmonies of #C457BA
Complementary color
Monochromatic Colors of #C457BA
Black with #C457BA
Text Example
Text Example
White with #C457BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C457BA; }
p { color: rgb(196,87,186); }
H1.HeaderClassName
{
color: #C457BA;
}
.AnyTagClassName
{
color: #C457BA;
}
</style>
background-color css
<style>
a { background-color: #C457BA; }
a { background-color: rgb(196,87,186); }
div.DivClassName
{
background-color: #C457BA;
}
.BgClassName
{
background-color: #C457BA;
}
</style>
border-color css
<style>
span { border-color: #C457BA; }
span { border-color: rgb(196,87,186); }
td.TdClassName
{
border-color: #C457BA;
}
.TagClassName
{
border-color: #C457BA;
}
</style>