Shades of Fuchsia #C257AD
Tints of Fuchsia #C257AD
RGB
CMYK
RGB Variations
Color information
#C257AD (or 0xC257AD) is known color: Fuchsia. HEX triplet: C2, 57 and AD. RGB value is (194,87,173). Sum of RGB (Red+Green+Blue) = 194+87+173=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C257AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C257AD is #3DA852. Grayscale: #808080. Windows color (decimal): -4040787 or 11360194. OLE color: 11360194.
HSL color Cylindrical-coordinate representation of color #C257AD: hue angle of 311.78º 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 #C257AD is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 173 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.24 |
| HSL | 311.78º | 0.47% | 0.55% | - |
| HSV(B) | 311.78º | 0.55% | 0.76% | - |
| XYZ | 33.2 | 21.3 | 41.9 | - |
| YUV | 128.8 | 152.95 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 173 | 0 | 0.55 | 0.11 | 0.24 | 311.78 | 0.47 | 0.55 |
| Hex | C2 | 57 | AD | 0 | 37 | B | 18 | 138 | 2F | 37 |
| Octal | 302 | 127 | 255 | 0 | 67 | 13 | 30 | 470 | 57 | 67 |
| Binary | 11000010 | 1010111 | 10101101 | 0 | 110111 | 1011 | 11000 | 100111000 | 101111 | 110111 |
Color Harmonies of #C257AD
Complementary color
Monochromatic Colors of #C257AD
Black with #C257AD
Text Example
Text Example
White with #C257AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257AD; }
p { color: rgb(194,87,173); }
H1.HeaderClassName
{
color: #C257AD;
}
.AnyTagClassName
{
color: #C257AD;
}
</style>
background-color css
<style>
a { background-color: #C257AD; }
a { background-color: rgb(194,87,173); }
div.DivClassName
{
background-color: #C257AD;
}
.BgClassName
{
background-color: #C257AD;
}
</style>
border-color css
<style>
span { border-color: #C257AD; }
span { border-color: rgb(194,87,173); }
td.TdClassName
{
border-color: #C257AD;
}
.TagClassName
{
border-color: #C257AD;
}
</style>