Shades of Fuchsia #C959BA
Tints of Fuchsia #C959BA
RGB
CMYK
RGB Variations
Color information
#C959BA (or 0xC959BA) is known color: Fuchsia. HEX triplet: C9, 59 and BA. RGB value is (201,89,186). Sum of RGB (Red+Green+Blue) = 201+89+186=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C959BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959BA is #36A645. Grayscale: #858585. Windows color (decimal): -3581510 or 12212681. OLE color: 12212681.
HSL color Cylindrical-coordinate representation of color #C959BA: hue angle of 308.04º 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 #C959BA is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 186 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.21 |
| HSL | 308.04º | 0.51% | 0.57% | - |
| HSV(B) | 308.04º | 0.56% | 0.79% | - |
| XYZ | 36.52 | 23.11 | 48.99 | - |
| YUV | 133.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 186 | 0 | 0.56 | 0.07 | 0.21 | 308.04 | 0.51 | 0.57 |
| Hex | C9 | 59 | BA | 0 | 38 | 7 | 15 | 134 | 33 | 39 |
| Octal | 311 | 131 | 272 | 0 | 70 | 7 | 25 | 464 | 63 | 71 |
| Binary | 11001001 | 1011001 | 10111010 | 0 | 111000 | 111 | 10101 | 100110100 | 110011 | 111001 |
Color Harmonies of #C959BA
Complementary color
Monochromatic Colors of #C959BA
Black with #C959BA
Text Example
Text Example
White with #C959BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959BA; }
p { color: rgb(201,89,186); }
H1.HeaderClassName
{
color: #C959BA;
}
.AnyTagClassName
{
color: #C959BA;
}
</style>
background-color css
<style>
a { background-color: #C959BA; }
a { background-color: rgb(201,89,186); }
div.DivClassName
{
background-color: #C959BA;
}
.BgClassName
{
background-color: #C959BA;
}
</style>
border-color css
<style>
span { border-color: #C959BA; }
span { border-color: rgb(201,89,186); }
td.TdClassName
{
border-color: #C959BA;
}
.TagClassName
{
border-color: #C959BA;
}
</style>