Shades of Fuchsia #C959B3
Tints of Fuchsia #C959B3
RGB
CMYK
RGB Variations
Color information
#C959B3 (or 0xC959B3) is known color: Fuchsia. HEX triplet: C9, 59 and B3. RGB value is (201,89,179). Sum of RGB (Red+Green+Blue) = 201+89+179=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C959B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959B3 is #36A64C. Grayscale: #848484. Windows color (decimal): -3581517 or 11753929. OLE color: 11753929.
HSL color Cylindrical-coordinate representation of color #C959B3: hue angle of 311.79º 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 #C959B3 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 179 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.21 |
| HSL | 311.79º | 0.51% | 0.57% | - |
| HSV(B) | 311.79º | 0.56% | 0.79% | - |
| XYZ | 35.8 | 22.82 | 45.17 | - |
| YUV | 132.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 179 | 0 | 0.56 | 0.11 | 0.21 | 311.79 | 0.51 | 0.57 |
| Hex | C9 | 59 | B3 | 0 | 38 | B | 15 | 138 | 33 | 39 |
| Octal | 311 | 131 | 263 | 0 | 70 | 13 | 25 | 470 | 63 | 71 |
| Binary | 11001001 | 1011001 | 10110011 | 0 | 111000 | 1011 | 10101 | 100111000 | 110011 | 111001 |
Color Harmonies of #C959B3
Complementary color
Monochromatic Colors of #C959B3
Black with #C959B3
Text Example
Text Example
White with #C959B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959B3; }
p { color: rgb(201,89,179); }
H1.HeaderClassName
{
color: #C959B3;
}
.AnyTagClassName
{
color: #C959B3;
}
</style>
background-color css
<style>
a { background-color: #C959B3; }
a { background-color: rgb(201,89,179); }
div.DivClassName
{
background-color: #C959B3;
}
.BgClassName
{
background-color: #C959B3;
}
</style>
border-color css
<style>
span { border-color: #C959B3; }
span { border-color: rgb(201,89,179); }
td.TdClassName
{
border-color: #C959B3;
}
.TagClassName
{
border-color: #C959B3;
}
</style>