Shades of Fuchsia #C958BF
Tints of Fuchsia #C958BF
RGB
CMYK
RGB Variations
Color information
#C958BF (or 0xC958BF) is known color: Fuchsia. HEX triplet: C9, 58 and BF. RGB value is (201,88,191). Sum of RGB (Red+Green+Blue) = 201+88+191=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C958BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958BF is #36A740. Grayscale: #858585. Windows color (decimal): -3581761 or 12540105. OLE color: 12540105.
HSL color Cylindrical-coordinate representation of color #C958BF: hue angle of 305.31º 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 #C958BF is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 191 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.21 |
| HSL | 305.31º | 0.51% | 0.57% | - |
| HSV(B) | 305.31º | 0.56% | 0.79% | - |
| XYZ | 36.98 | 23.16 | 51.81 | - |
| YUV | 133.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 191 | 0 | 0.56 | 0.05 | 0.21 | 305.31 | 0.51 | 0.57 |
| Hex | C9 | 58 | BF | 0 | 38 | 5 | 15 | 131 | 33 | 39 |
| Octal | 311 | 130 | 277 | 0 | 70 | 5 | 25 | 461 | 63 | 71 |
| Binary | 11001001 | 1011000 | 10111111 | 0 | 111000 | 101 | 10101 | 100110001 | 110011 | 111001 |
Color Harmonies of #C958BF
Complementary color
Monochromatic Colors of #C958BF
Black with #C958BF
Text Example
Text Example
White with #C958BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958BF; }
p { color: rgb(201,88,191); }
H1.HeaderClassName
{
color: #C958BF;
}
.AnyTagClassName
{
color: #C958BF;
}
</style>
background-color css
<style>
a { background-color: #C958BF; }
a { background-color: rgb(201,88,191); }
div.DivClassName
{
background-color: #C958BF;
}
.BgClassName
{
background-color: #C958BF;
}
</style>
border-color css
<style>
span { border-color: #C958BF; }
span { border-color: rgb(201,88,191); }
td.TdClassName
{
border-color: #C958BF;
}
.TagClassName
{
border-color: #C958BF;
}
</style>