Shades of Fuchsia #C457B8
Tints of Fuchsia #C457B8
RGB
CMYK
RGB Variations
Color information
#C457B8 (or 0xC457B8) is known color: Fuchsia. HEX triplet: C4, 57 and B8. RGB value is (196,87,184). Sum of RGB (Red+Green+Blue) = 196+87+184=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C457B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C457B8 is #3BA847. Grayscale: #828282. Windows color (decimal): -3909704 or 12081092. OLE color: 12081092.
HSL color Cylindrical-coordinate representation of color #C457B8: hue angle of 306.61º 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 #C457B8 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 184 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.23 |
| HSL | 306.61º | 0.48% | 0.55% | - |
| HSV(B) | 306.61º | 0.56% | 0.77% | - |
| XYZ | 34.82 | 22.01 | 47.76 | - |
| YUV | 130.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 184 | 0 | 0.56 | 0.06 | 0.23 | 306.61 | 0.48 | 0.55 |
| Hex | C4 | 57 | B8 | 0 | 38 | 6 | 17 | 133 | 30 | 37 |
| Octal | 304 | 127 | 270 | 0 | 70 | 6 | 27 | 463 | 60 | 67 |
| Binary | 11000100 | 1010111 | 10111000 | 0 | 111000 | 110 | 10111 | 100110011 | 110000 | 110111 |
Color Harmonies of #C457B8
Complementary color
Monochromatic Colors of #C457B8
Black with #C457B8
Text Example
Text Example
White with #C457B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C457B8; }
p { color: rgb(196,87,184); }
H1.HeaderClassName
{
color: #C457B8;
}
.AnyTagClassName
{
color: #C457B8;
}
</style>
background-color css
<style>
a { background-color: #C457B8; }
a { background-color: rgb(196,87,184); }
div.DivClassName
{
background-color: #C457B8;
}
.BgClassName
{
background-color: #C457B8;
}
</style>
border-color css
<style>
span { border-color: #C457B8; }
span { border-color: rgb(196,87,184); }
td.TdClassName
{
border-color: #C457B8;
}
.TagClassName
{
border-color: #C457B8;
}
</style>