Shades of Fuchsia #C957B7
Tints of Fuchsia #C957B7
RGB
CMYK
RGB Variations
Color information
#C957B7 (or 0xC957B7) is known color: Fuchsia. HEX triplet: C9, 57 and B7. RGB value is (201,87,183). Sum of RGB (Red+Green+Blue) = 201+87+183=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C957B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957B7 is #36A848. Grayscale: #838383. Windows color (decimal): -3582025 or 12015561. OLE color: 12015561.
HSL color Cylindrical-coordinate representation of color #C957B7: hue angle of 309.47º 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 #C957B7 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 183 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.21 |
| HSL | 309.47º | 0.51% | 0.56% | - |
| HSV(B) | 309.47º | 0.57% | 0.79% | - |
| XYZ | 36.04 | 22.65 | 47.27 | - |
| YUV | 132.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 183 | 0 | 0.57 | 0.09 | 0.21 | 309.47 | 0.51 | 0.56 |
| Hex | C9 | 57 | B7 | 0 | 39 | 9 | 15 | 135 | 33 | 38 |
| Octal | 311 | 127 | 267 | 0 | 71 | 11 | 25 | 465 | 63 | 70 |
| Binary | 11001001 | 1010111 | 10110111 | 0 | 111001 | 1001 | 10101 | 100110101 | 110011 | 111000 |
Color Harmonies of #C957B7
Complementary color
Monochromatic Colors of #C957B7
Black with #C957B7
Text Example
Text Example
White with #C957B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957B7; }
p { color: rgb(201,87,183); }
H1.HeaderClassName
{
color: #C957B7;
}
.AnyTagClassName
{
color: #C957B7;
}
</style>
background-color css
<style>
a { background-color: #C957B7; }
a { background-color: rgb(201,87,183); }
div.DivClassName
{
background-color: #C957B7;
}
.BgClassName
{
background-color: #C957B7;
}
</style>
border-color css
<style>
span { border-color: #C957B7; }
span { border-color: rgb(201,87,183); }
td.TdClassName
{
border-color: #C957B7;
}
.TagClassName
{
border-color: #C957B7;
}
</style>