Shades of Fuchsia #C257AF
Tints of Fuchsia #C257AF
RGB
CMYK
RGB Variations
Color information
#C257AF (or 0xC257AF) is known color: Fuchsia. HEX triplet: C2, 57 and AF. RGB value is (194,87,175). Sum of RGB (Red+Green+Blue) = 194+87+175=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C257AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C257AF is #3DA850. Grayscale: #808080. Windows color (decimal): -4040785 or 11491266. OLE color: 11491266.
HSL color Cylindrical-coordinate representation of color #C257AF: hue angle of 310.65º 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 #C257AF is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 175 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.24 |
| HSL | 310.65º | 0.47% | 0.55% | - |
| HSV(B) | 310.65º | 0.55% | 0.76% | - |
| XYZ | 33.39 | 21.38 | 42.92 | - |
| YUV | 129.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 175 | 0 | 0.55 | 0.10 | 0.24 | 310.65 | 0.47 | 0.55 |
| Hex | C2 | 57 | AF | 0 | 37 | A | 18 | 137 | 2F | 37 |
| Octal | 302 | 127 | 257 | 0 | 67 | 12 | 30 | 467 | 57 | 67 |
| Binary | 11000010 | 1010111 | 10101111 | 0 | 110111 | 1010 | 11000 | 100110111 | 101111 | 110111 |
Color Harmonies of #C257AF
Complementary color
Monochromatic Colors of #C257AF
Black with #C257AF
Text Example
Text Example
White with #C257AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257AF; }
p { color: rgb(194,87,175); }
H1.HeaderClassName
{
color: #C257AF;
}
.AnyTagClassName
{
color: #C257AF;
}
</style>
background-color css
<style>
a { background-color: #C257AF; }
a { background-color: rgb(194,87,175); }
div.DivClassName
{
background-color: #C257AF;
}
.BgClassName
{
background-color: #C257AF;
}
</style>
border-color css
<style>
span { border-color: #C257AF; }
span { border-color: rgb(194,87,175); }
td.TdClassName
{
border-color: #C257AF;
}
.TagClassName
{
border-color: #C257AF;
}
</style>