Shades of Fuchsia #C257B8
Tints of Fuchsia #C257B8
RGB
CMYK
RGB Variations
Color information
#C257B8 (or 0xC257B8) is known color: Fuchsia. HEX triplet: C2, 57 and B8. RGB value is (194,87,184). Sum of RGB (Red+Green+Blue) = 194+87+184=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C257B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257B8 is #3DA847. Grayscale: #818181. Windows color (decimal): -4040776 or 12081090. OLE color: 12081090.
HSL color Cylindrical-coordinate representation of color #C257B8: hue angle of 305.61º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C257B8 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 184 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.24 |
| HSL | 305.61º | 0.47% | 0.55% | - |
| HSV(B) | 305.61º | 0.55% | 0.76% | - |
| XYZ | 34.31 | 21.75 | 47.74 | - |
| YUV | 130.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 184 | 0 | 0.55 | 0.05 | 0.24 | 305.61 | 0.47 | 0.55 |
| Hex | C2 | 57 | B8 | 0 | 37 | 5 | 18 | 132 | 2F | 37 |
| Octal | 302 | 127 | 270 | 0 | 67 | 5 | 30 | 462 | 57 | 67 |
| Binary | 11000010 | 1010111 | 10111000 | 0 | 110111 | 101 | 11000 | 100110010 | 101111 | 110111 |
Color Harmonies of #C257B8
Complementary color
Monochromatic Colors of #C257B8
Black with #C257B8
Text Example
Text Example
White with #C257B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257B8; }
p { color: rgb(194,87,184); }
H1.HeaderClassName
{
color: #C257B8;
}
.AnyTagClassName
{
color: #C257B8;
}
</style>
background-color css
<style>
a { background-color: #C257B8; }
a { background-color: rgb(194,87,184); }
div.DivClassName
{
background-color: #C257B8;
}
.BgClassName
{
background-color: #C257B8;
}
</style>
border-color css
<style>
span { border-color: #C257B8; }
span { border-color: rgb(194,87,184); }
td.TdClassName
{
border-color: #C257B8;
}
.TagClassName
{
border-color: #C257B8;
}
</style>