Shades of Fuchsia #C957AA
Tints of Fuchsia #C957AA
RGB
CMYK
RGB Variations
Color information
#C957AA (or 0xC957AA) is known color: Fuchsia. HEX triplet: C9, 57 and AA. RGB value is (201,87,170). Sum of RGB (Red+Green+Blue) = 201+87+170=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C957AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C957AA is #36A855. Grayscale: #828282. Windows color (decimal): -3582038 or 11163593. OLE color: 11163593.
HSL color Cylindrical-coordinate representation of color #C957AA: hue angle of 316.32º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C957AA is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 170 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.21 |
| HSL | 316.32º | 0.51% | 0.56% | - |
| HSV(B) | 316.32º | 0.57% | 0.79% | - |
| XYZ | 34.75 | 22.14 | 40.47 | - |
| YUV | 130.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 170 | 0 | 0.57 | 0.15 | 0.21 | 316.32 | 0.51 | 0.56 |
| Hex | C9 | 57 | AA | 0 | 39 | F | 15 | 13C | 33 | 38 |
| Octal | 311 | 127 | 252 | 0 | 71 | 17 | 25 | 474 | 63 | 70 |
| Binary | 11001001 | 1010111 | 10101010 | 0 | 111001 | 1111 | 10101 | 100111100 | 110011 | 111000 |
Color Harmonies of #C957AA
Complementary color
Monochromatic Colors of #C957AA
Black with #C957AA
Text Example
Text Example
White with #C957AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957AA; }
p { color: rgb(201,87,170); }
H1.HeaderClassName
{
color: #C957AA;
}
.AnyTagClassName
{
color: #C957AA;
}
</style>
background-color css
<style>
a { background-color: #C957AA; }
a { background-color: rgb(201,87,170); }
div.DivClassName
{
background-color: #C957AA;
}
.BgClassName
{
background-color: #C957AA;
}
</style>
border-color css
<style>
span { border-color: #C957AA; }
span { border-color: rgb(201,87,170); }
td.TdClassName
{
border-color: #C957AA;
}
.TagClassName
{
border-color: #C957AA;
}
</style>