Shades of Fuchsia #C957B4
Tints of Fuchsia #C957B4
RGB
CMYK
RGB Variations
Color information
#C957B4 (or 0xC957B4) is known color: Fuchsia. HEX triplet: C9, 57 and B4. RGB value is (201,87,180). Sum of RGB (Red+Green+Blue) = 201+87+180=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C957B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957B4 is #36A84B. Grayscale: #838383. Windows color (decimal): -3582028 or 11818953. OLE color: 11818953.
HSL color Cylindrical-coordinate representation of color #C957B4: hue angle of 311.05º 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 #C957B4 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 180 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.21 |
| HSL | 311.05º | 0.51% | 0.56% | - |
| HSV(B) | 311.05º | 0.57% | 0.79% | - |
| XYZ | 35.73 | 22.53 | 45.65 | - |
| YUV | 131.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 180 | 0 | 0.57 | 0.10 | 0.21 | 311.05 | 0.51 | 0.56 |
| Hex | C9 | 57 | B4 | 0 | 39 | A | 15 | 137 | 33 | 38 |
| Octal | 311 | 127 | 264 | 0 | 71 | 12 | 25 | 467 | 63 | 70 |
| Binary | 11001001 | 1010111 | 10110100 | 0 | 111001 | 1010 | 10101 | 100110111 | 110011 | 111000 |
Color Harmonies of #C957B4
Complementary color
Monochromatic Colors of #C957B4
Black with #C957B4
Text Example
Text Example
White with #C957B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957B4; }
p { color: rgb(201,87,180); }
H1.HeaderClassName
{
color: #C957B4;
}
.AnyTagClassName
{
color: #C957B4;
}
</style>
background-color css
<style>
a { background-color: #C957B4; }
a { background-color: rgb(201,87,180); }
div.DivClassName
{
background-color: #C957B4;
}
.BgClassName
{
background-color: #C957B4;
}
</style>
border-color css
<style>
span { border-color: #C957B4; }
span { border-color: rgb(201,87,180); }
td.TdClassName
{
border-color: #C957B4;
}
.TagClassName
{
border-color: #C957B4;
}
</style>