Shades of Fuchsia #C959B0
Tints of Fuchsia #C959B0
RGB
CMYK
RGB Variations
Color information
#C959B0 (or 0xC959B0) is known color: Fuchsia. HEX triplet: C9, 59 and B0. RGB value is (201,89,176). Sum of RGB (Red+Green+Blue) = 201+89+176=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C959B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C959B0 is #36A64F. Grayscale: #848484. Windows color (decimal): -3581520 or 11557321. OLE color: 11557321.
HSL color Cylindrical-coordinate representation of color #C959B0: hue angle of 313.39º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C959B0 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 176 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.21 |
| HSL | 313.39º | 0.51% | 0.57% | - |
| HSV(B) | 313.39º | 0.56% | 0.79% | - |
| XYZ | 35.5 | 22.7 | 43.58 | - |
| YUV | 132.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 176 | 0 | 0.56 | 0.12 | 0.21 | 313.39 | 0.51 | 0.57 |
| Hex | C9 | 59 | B0 | 0 | 38 | C | 15 | 139 | 33 | 39 |
| Octal | 311 | 131 | 260 | 0 | 70 | 14 | 25 | 471 | 63 | 71 |
| Binary | 11001001 | 1011001 | 10110000 | 0 | 111000 | 1100 | 10101 | 100111001 | 110011 | 111001 |
Color Harmonies of #C959B0
Complementary color
Monochromatic Colors of #C959B0
Black with #C959B0
Text Example
Text Example
White with #C959B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959B0; }
p { color: rgb(201,89,176); }
H1.HeaderClassName
{
color: #C959B0;
}
.AnyTagClassName
{
color: #C959B0;
}
</style>
background-color css
<style>
a { background-color: #C959B0; }
a { background-color: rgb(201,89,176); }
div.DivClassName
{
background-color: #C959B0;
}
.BgClassName
{
background-color: #C959B0;
}
</style>
border-color css
<style>
span { border-color: #C959B0; }
span { border-color: rgb(201,89,176); }
td.TdClassName
{
border-color: #C959B0;
}
.TagClassName
{
border-color: #C959B0;
}
</style>