Shades of Fuchsia #C957C9
Tints of Fuchsia #C957C9
RGB
CMYK
RGB Variations
Color information
#C957C9 (or 0xC957C9) is known color: Fuchsia. HEX triplet: C9, 57 and C9. RGB value is (201,87,201). Sum of RGB (Red+Green+Blue) = 201+87+201=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C957C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957C9 is #36A836. Grayscale: #858585. Windows color (decimal): -3582007 or 13195209. OLE color: 13195209.
HSL color Cylindrical-coordinate representation of color #C957C9: hue angle of 300º 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 #C957C9 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 201 | - |
| CMYK | 0 | 0.57 | 0 | 0.21 |
| HSL | 300º | 0.51% | 0.56% | - |
| HSV(B) | 300º | 0.57% | 0.79% | - |
| XYZ | 38.04 | 23.45 | 57.78 | - |
| YUV | 134.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 201 | 0 | 0.57 | 0 | 0.21 | 300 | 0.51 | 0.56 |
| Hex | C9 | 57 | C9 | 0 | 39 | 0 | 15 | 12C | 33 | 38 |
| Octal | 311 | 127 | 311 | 0 | 71 | 0 | 25 | 454 | 63 | 70 |
| Binary | 11001001 | 1010111 | 11001001 | 0 | 111001 | 0 | 10101 | 100101100 | 110011 | 111000 |
Color Harmonies of #C957C9
Complementary color
Monochromatic Colors of #C957C9
Black with #C957C9
Text Example
Text Example
White with #C957C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957C9; }
p { color: rgb(201,87,201); }
H1.HeaderClassName
{
color: #C957C9;
}
.AnyTagClassName
{
color: #C957C9;
}
</style>
background-color css
<style>
a { background-color: #C957C9; }
a { background-color: rgb(201,87,201); }
div.DivClassName
{
background-color: #C957C9;
}
.BgClassName
{
background-color: #C957C9;
}
</style>
border-color css
<style>
span { border-color: #C957C9; }
span { border-color: rgb(201,87,201); }
td.TdClassName
{
border-color: #C957C9;
}
.TagClassName
{
border-color: #C957C9;
}
</style>