Shades of Fuchsia #C957BD
Tints of Fuchsia #C957BD
RGB
CMYK
RGB Variations
Color information
#C957BD (or 0xC957BD) is known color: Fuchsia. HEX triplet: C9, 57 and BD. RGB value is (201,87,189). Sum of RGB (Red+Green+Blue) = 201+87+189=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C957BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957BD is #36A842. Grayscale: #848484. Windows color (decimal): -3582019 or 12408777. OLE color: 12408777.
HSL color Cylindrical-coordinate representation of color #C957BD: hue angle of 306.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 #C957BD is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 189 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.21 |
| HSL | 306.32º | 0.51% | 0.56% | - |
| HSV(B) | 306.32º | 0.57% | 0.79% | - |
| XYZ | 36.68 | 22.91 | 50.63 | - |
| YUV | 132.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 189 | 0 | 0.57 | 0.06 | 0.21 | 306.32 | 0.51 | 0.56 |
| Hex | C9 | 57 | BD | 0 | 39 | 6 | 15 | 132 | 33 | 38 |
| Octal | 311 | 127 | 275 | 0 | 71 | 6 | 25 | 462 | 63 | 70 |
| Binary | 11001001 | 1010111 | 10111101 | 0 | 111001 | 110 | 10101 | 100110010 | 110011 | 111000 |
Color Harmonies of #C957BD
Complementary color
Monochromatic Colors of #C957BD
Black with #C957BD
Text Example
Text Example
White with #C957BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957BD; }
p { color: rgb(201,87,189); }
H1.HeaderClassName
{
color: #C957BD;
}
.AnyTagClassName
{
color: #C957BD;
}
</style>
background-color css
<style>
a { background-color: #C957BD; }
a { background-color: rgb(201,87,189); }
div.DivClassName
{
background-color: #C957BD;
}
.BgClassName
{
background-color: #C957BD;
}
</style>
border-color css
<style>
span { border-color: #C957BD; }
span { border-color: rgb(201,87,189); }
td.TdClassName
{
border-color: #C957BD;
}
.TagClassName
{
border-color: #C957BD;
}
</style>