Shades of Fuchsia #C958B7
Tints of Fuchsia #C958B7
RGB
CMYK
RGB Variations
Color information
#C958B7 (or 0xC958B7) is known color: Fuchsia. HEX triplet: C9, 58 and B7. RGB value is (201,88,183). Sum of RGB (Red+Green+Blue) = 201+88+183=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C958B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958B7 is #36A748. Grayscale: #848484. Windows color (decimal): -3581769 or 12015817. OLE color: 12015817.
HSL color Cylindrical-coordinate representation of color #C958B7: hue angle of 309.56º 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 #C958B7 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 183 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.21 |
| HSL | 309.56º | 0.51% | 0.57% | - |
| HSV(B) | 309.56º | 0.56% | 0.79% | - |
| XYZ | 36.12 | 22.82 | 47.3 | - |
| YUV | 132.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 183 | 0 | 0.56 | 0.09 | 0.21 | 309.56 | 0.51 | 0.57 |
| Hex | C9 | 58 | B7 | 0 | 38 | 9 | 15 | 136 | 33 | 39 |
| Octal | 311 | 130 | 267 | 0 | 70 | 11 | 25 | 466 | 63 | 71 |
| Binary | 11001001 | 1011000 | 10110111 | 0 | 111000 | 1001 | 10101 | 100110110 | 110011 | 111001 |
Color Harmonies of #C958B7
Complementary color
Monochromatic Colors of #C958B7
Black with #C958B7
Text Example
Text Example
White with #C958B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958B7; }
p { color: rgb(201,88,183); }
H1.HeaderClassName
{
color: #C958B7;
}
.AnyTagClassName
{
color: #C958B7;
}
</style>
background-color css
<style>
a { background-color: #C958B7; }
a { background-color: rgb(201,88,183); }
div.DivClassName
{
background-color: #C958B7;
}
.BgClassName
{
background-color: #C958B7;
}
</style>
border-color css
<style>
span { border-color: #C958B7; }
span { border-color: rgb(201,88,183); }
td.TdClassName
{
border-color: #C958B7;
}
.TagClassName
{
border-color: #C958B7;
}
</style>