Shades of Fuchsia #C957B3
Tints of Fuchsia #C957B3
RGB
CMYK
RGB Variations
Color information
#C957B3 (or 0xC957B3) is known color: Fuchsia. HEX triplet: C9, 57 and B3. RGB value is (201,87,179). Sum of RGB (Red+Green+Blue) = 201+87+179=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C957B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957B3 is #36A84C. Grayscale: #838383. Windows color (decimal): -3582029 or 11753417. OLE color: 11753417.
HSL color Cylindrical-coordinate representation of color #C957B3: hue angle of 311.58º 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 #C957B3 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 179 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.21 |
| HSL | 311.58º | 0.51% | 0.56% | - |
| HSV(B) | 311.58º | 0.57% | 0.79% | - |
| XYZ | 35.63 | 22.49 | 45.11 | - |
| YUV | 131.57 | 154.77 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 179 | 0 | 0.57 | 0.11 | 0.21 | 311.58 | 0.51 | 0.56 |
| Hex | C9 | 57 | B3 | 0 | 39 | B | 15 | 138 | 33 | 38 |
| Octal | 311 | 127 | 263 | 0 | 71 | 13 | 25 | 470 | 63 | 70 |
| Binary | 11001001 | 1010111 | 10110011 | 0 | 111001 | 1011 | 10101 | 100111000 | 110011 | 111000 |
Color Harmonies of #C957B3
Complementary color
Monochromatic Colors of #C957B3
Black with #C957B3
Text Example
Text Example
White with #C957B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957B3; }
p { color: rgb(201,87,179); }
H1.HeaderClassName
{
color: #C957B3;
}
.AnyTagClassName
{
color: #C957B3;
}
</style>
background-color css
<style>
a { background-color: #C957B3; }
a { background-color: rgb(201,87,179); }
div.DivClassName
{
background-color: #C957B3;
}
.BgClassName
{
background-color: #C957B3;
}
</style>
border-color css
<style>
span { border-color: #C957B3; }
span { border-color: rgb(201,87,179); }
td.TdClassName
{
border-color: #C957B3;
}
.TagClassName
{
border-color: #C957B3;
}
</style>