Shades of Fuchsia #C955BC
Tints of Fuchsia #C955BC
RGB
CMYK
RGB Variations
Color information
#C955BC (or 0xC955BC) is known color: Fuchsia. HEX triplet: C9, 55 and BC. RGB value is (201,85,188). Sum of RGB (Red+Green+Blue) = 201+85+188=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C955BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955BC is #36AA43. Grayscale: #838383. Windows color (decimal): -3582532 or 12342729. OLE color: 12342729.
HSL color Cylindrical-coordinate representation of color #C955BC: hue angle of 306.72º 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 #C955BC is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 188 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.21 |
| HSL | 306.72º | 0.52% | 0.56% | - |
| HSV(B) | 306.72º | 0.58% | 0.79% | - |
| XYZ | 36.41 | 22.55 | 50.01 | - |
| YUV | 131.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 188 | 0 | 0.58 | 0.06 | 0.21 | 306.72 | 0.52 | 0.56 |
| Hex | C9 | 55 | BC | 0 | 3A | 6 | 15 | 133 | 34 | 38 |
| Octal | 311 | 125 | 274 | 0 | 72 | 6 | 25 | 463 | 64 | 70 |
| Binary | 11001001 | 1010101 | 10111100 | 0 | 111010 | 110 | 10101 | 100110011 | 110100 | 111000 |
Color Harmonies of #C955BC
Complementary color
Monochromatic Colors of #C955BC
Black with #C955BC
Text Example
Text Example
White with #C955BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955BC; }
p { color: rgb(201,85,188); }
H1.HeaderClassName
{
color: #C955BC;
}
.AnyTagClassName
{
color: #C955BC;
}
</style>
background-color css
<style>
a { background-color: #C955BC; }
a { background-color: rgb(201,85,188); }
div.DivClassName
{
background-color: #C955BC;
}
.BgClassName
{
background-color: #C955BC;
}
</style>
border-color css
<style>
span { border-color: #C955BC; }
span { border-color: rgb(201,85,188); }
td.TdClassName
{
border-color: #C955BC;
}
.TagClassName
{
border-color: #C955BC;
}
</style>