Shades of Fuchsia #C955BA
Tints of Fuchsia #C955BA
RGB
CMYK
RGB Variations
Color information
#C955BA (or 0xC955BA) is known color: Fuchsia. HEX triplet: C9, 55 and BA. RGB value is (201,85,186). Sum of RGB (Red+Green+Blue) = 201+85+186=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C955BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955BA is #36AA45. Grayscale: #828282. Windows color (decimal): -3582534 or 12211657. OLE color: 12211657.
HSL color Cylindrical-coordinate representation of color #C955BA: hue angle of 307.76º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C955BA is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 186 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.21 |
| HSL | 307.76º | 0.52% | 0.56% | - |
| HSV(B) | 307.76º | 0.58% | 0.79% | - |
| XYZ | 36.2 | 22.46 | 48.88 | - |
| YUV | 131.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 186 | 0 | 0.58 | 0.07 | 0.21 | 307.76 | 0.52 | 0.56 |
| Hex | C9 | 55 | BA | 0 | 3A | 7 | 15 | 134 | 34 | 38 |
| Octal | 311 | 125 | 272 | 0 | 72 | 7 | 25 | 464 | 64 | 70 |
| Binary | 11001001 | 1010101 | 10111010 | 0 | 111010 | 111 | 10101 | 100110100 | 110100 | 111000 |
Color Harmonies of #C955BA
Complementary color
Monochromatic Colors of #C955BA
Black with #C955BA
Text Example
Text Example
White with #C955BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955BA; }
p { color: rgb(201,85,186); }
H1.HeaderClassName
{
color: #C955BA;
}
.AnyTagClassName
{
color: #C955BA;
}
</style>
background-color css
<style>
a { background-color: #C955BA; }
a { background-color: rgb(201,85,186); }
div.DivClassName
{
background-color: #C955BA;
}
.BgClassName
{
background-color: #C955BA;
}
</style>
border-color css
<style>
span { border-color: #C955BA; }
span { border-color: rgb(201,85,186); }
td.TdClassName
{
border-color: #C955BA;
}
.TagClassName
{
border-color: #C955BA;
}
</style>