Shades of Fuchsia #C257B6
Tints of Fuchsia #C257B6
RGB
CMYK
RGB Variations
Color information
#C257B6 (or 0xC257B6) is known color: Fuchsia. HEX triplet: C2, 57 and B6. RGB value is (194,87,182). Sum of RGB (Red+Green+Blue) = 194+87+182=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C257B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257B6 is #3DA849. Grayscale: #818181. Windows color (decimal): -4040778 or 11950018. OLE color: 11950018.
HSL color Cylindrical-coordinate representation of color #C257B6: hue angle of 306.73º 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 #C257B6 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 182 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.24 |
| HSL | 306.73º | 0.47% | 0.55% | - |
| HSV(B) | 306.73º | 0.55% | 0.76% | - |
| XYZ | 34.1 | 21.66 | 46.64 | - |
| YUV | 129.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 182 | 0 | 0.55 | 0.06 | 0.24 | 306.73 | 0.47 | 0.55 |
| Hex | C2 | 57 | B6 | 0 | 37 | 6 | 18 | 133 | 2F | 37 |
| Octal | 302 | 127 | 266 | 0 | 67 | 6 | 30 | 463 | 57 | 67 |
| Binary | 11000010 | 1010111 | 10110110 | 0 | 110111 | 110 | 11000 | 100110011 | 101111 | 110111 |
Color Harmonies of #C257B6
Complementary color
Monochromatic Colors of #C257B6
Black with #C257B6
Text Example
Text Example
White with #C257B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257B6; }
p { color: rgb(194,87,182); }
H1.HeaderClassName
{
color: #C257B6;
}
.AnyTagClassName
{
color: #C257B6;
}
</style>
background-color css
<style>
a { background-color: #C257B6; }
a { background-color: rgb(194,87,182); }
div.DivClassName
{
background-color: #C257B6;
}
.BgClassName
{
background-color: #C257B6;
}
</style>
border-color css
<style>
span { border-color: #C257B6; }
span { border-color: rgb(194,87,182); }
td.TdClassName
{
border-color: #C257B6;
}
.TagClassName
{
border-color: #C257B6;
}
</style>