Shades of Fuchsia #C955BB
Tints of Fuchsia #C955BB
RGB
CMYK
RGB Variations
Color information
#C955BB (or 0xC955BB) is known color: Fuchsia. HEX triplet: C9, 55 and BB. RGB value is (201,85,187). Sum of RGB (Red+Green+Blue) = 201+85+187=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C955BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955BB is #36AA44. Grayscale: #838383. Windows color (decimal): -3582533 or 12277193. OLE color: 12277193.
HSL color Cylindrical-coordinate representation of color #C955BB: hue angle of 307.24º 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 #C955BB is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 187 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.21 |
| HSL | 307.24º | 0.52% | 0.56% | - |
| HSV(B) | 307.24º | 0.58% | 0.79% | - |
| XYZ | 36.31 | 22.5 | 49.44 | - |
| YUV | 131.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 187 | 0 | 0.58 | 0.07 | 0.21 | 307.24 | 0.52 | 0.56 |
| Hex | C9 | 55 | BB | 0 | 3A | 7 | 15 | 133 | 34 | 38 |
| Octal | 311 | 125 | 273 | 0 | 72 | 7 | 25 | 463 | 64 | 70 |
| Binary | 11001001 | 1010101 | 10111011 | 0 | 111010 | 111 | 10101 | 100110011 | 110100 | 111000 |
Color Harmonies of #C955BB
Complementary color
Monochromatic Colors of #C955BB
Black with #C955BB
Text Example
Text Example
White with #C955BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955BB; }
p { color: rgb(201,85,187); }
H1.HeaderClassName
{
color: #C955BB;
}
.AnyTagClassName
{
color: #C955BB;
}
</style>
background-color css
<style>
a { background-color: #C955BB; }
a { background-color: rgb(201,85,187); }
div.DivClassName
{
background-color: #C955BB;
}
.BgClassName
{
background-color: #C955BB;
}
</style>
border-color css
<style>
span { border-color: #C955BB; }
span { border-color: rgb(201,85,187); }
td.TdClassName
{
border-color: #C955BB;
}
.TagClassName
{
border-color: #C955BB;
}
</style>