Shades of Fuchsia #C457B2
Tints of Fuchsia #C457B2
RGB
CMYK
RGB Variations
Color information
#C457B2 (or 0xC457B2) is known color: Fuchsia. HEX triplet: C4, 57 and B2. RGB value is (196,87,178). Sum of RGB (Red+Green+Blue) = 196+87+178=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C457B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C457B2 is #3BA84D. Grayscale: #818181. Windows color (decimal): -3909710 or 11687876. OLE color: 11687876.
HSL color Cylindrical-coordinate representation of color #C457B2: hue angle of 309.91º 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 #C457B2 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 178 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.23 |
| HSL | 309.91º | 0.48% | 0.55% | - |
| HSV(B) | 309.91º | 0.56% | 0.77% | - |
| XYZ | 34.21 | 21.77 | 44.52 | - |
| YUV | 129.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 178 | 0 | 0.56 | 0.09 | 0.23 | 309.91 | 0.48 | 0.55 |
| Hex | C4 | 57 | B2 | 0 | 38 | 9 | 17 | 136 | 30 | 37 |
| Octal | 304 | 127 | 262 | 0 | 70 | 11 | 27 | 466 | 60 | 67 |
| Binary | 11000100 | 1010111 | 10110010 | 0 | 111000 | 1001 | 10111 | 100110110 | 110000 | 110111 |
Color Harmonies of #C457B2
Complementary color
Monochromatic Colors of #C457B2
Black with #C457B2
Text Example
Text Example
White with #C457B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C457B2; }
p { color: rgb(196,87,178); }
H1.HeaderClassName
{
color: #C457B2;
}
.AnyTagClassName
{
color: #C457B2;
}
</style>
background-color css
<style>
a { background-color: #C457B2; }
a { background-color: rgb(196,87,178); }
div.DivClassName
{
background-color: #C457B2;
}
.BgClassName
{
background-color: #C457B2;
}
</style>
border-color css
<style>
span { border-color: #C457B2; }
span { border-color: rgb(196,87,178); }
td.TdClassName
{
border-color: #C457B2;
}
.TagClassName
{
border-color: #C457B2;
}
</style>