Shades of Fuchsia #C954BB
Tints of Fuchsia #C954BB
RGB
CMYK
RGB Variations
Color information
#C954BB (or 0xC954BB) is known color: Fuchsia. HEX triplet: C9, 54 and BB. RGB value is (201,84,187). Sum of RGB (Red+Green+Blue) = 201+84+187=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C954BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954BB is #36AB44. Grayscale: #828282. Windows color (decimal): -3582789 or 12276937. OLE color: 12276937.
HSL color Cylindrical-coordinate representation of color #C954BB: hue angle of 307.18º 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 #C954BB is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 187 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.21 |
| HSL | 307.18º | 0.52% | 0.56% | - |
| HSV(B) | 307.18º | 0.58% | 0.79% | - |
| XYZ | 36.23 | 22.35 | 49.42 | - |
| YUV | 130.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 187 | 0 | 0.58 | 0.07 | 0.21 | 307.18 | 0.52 | 0.56 |
| Hex | C9 | 54 | BB | 0 | 3A | 7 | 15 | 133 | 34 | 38 |
| Octal | 311 | 124 | 273 | 0 | 72 | 7 | 25 | 463 | 64 | 70 |
| Binary | 11001001 | 1010100 | 10111011 | 0 | 111010 | 111 | 10101 | 100110011 | 110100 | 111000 |
Color Harmonies of #C954BB
Complementary color
Monochromatic Colors of #C954BB
Black with #C954BB
Text Example
Text Example
White with #C954BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954BB; }
p { color: rgb(201,84,187); }
H1.HeaderClassName
{
color: #C954BB;
}
.AnyTagClassName
{
color: #C954BB;
}
</style>
background-color css
<style>
a { background-color: #C954BB; }
a { background-color: rgb(201,84,187); }
div.DivClassName
{
background-color: #C954BB;
}
.BgClassName
{
background-color: #C954BB;
}
</style>
border-color css
<style>
span { border-color: #C954BB; }
span { border-color: rgb(201,84,187); }
td.TdClassName
{
border-color: #C954BB;
}
.TagClassName
{
border-color: #C954BB;
}
</style>