Shades of Fuchsia #C954BC
Tints of Fuchsia #C954BC
RGB
CMYK
RGB Variations
Color information
#C954BC (or 0xC954BC) is known color: Fuchsia. HEX triplet: C9, 54 and BC. RGB value is (201,84,188). Sum of RGB (Red+Green+Blue) = 201+84+188=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C954BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954BC is #36AB43. Grayscale: #828282. Windows color (decimal): -3582788 or 12342473. OLE color: 12342473.
HSL color Cylindrical-coordinate representation of color #C954BC: hue angle of 306.67º 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 #C954BC is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 188 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.21 |
| HSL | 306.67º | 0.52% | 0.56% | - |
| HSV(B) | 306.67º | 0.58% | 0.79% | - |
| XYZ | 36.33 | 22.39 | 49.98 | - |
| YUV | 130.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 188 | 0 | 0.58 | 0.06 | 0.21 | 306.67 | 0.52 | 0.56 |
| Hex | C9 | 54 | BC | 0 | 3A | 6 | 15 | 133 | 34 | 38 |
| Octal | 311 | 124 | 274 | 0 | 72 | 6 | 25 | 463 | 64 | 70 |
| Binary | 11001001 | 1010100 | 10111100 | 0 | 111010 | 110 | 10101 | 100110011 | 110100 | 111000 |
Color Harmonies of #C954BC
Complementary color
Monochromatic Colors of #C954BC
Black with #C954BC
Text Example
Text Example
White with #C954BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954BC; }
p { color: rgb(201,84,188); }
H1.HeaderClassName
{
color: #C954BC;
}
.AnyTagClassName
{
color: #C954BC;
}
</style>
background-color css
<style>
a { background-color: #C954BC; }
a { background-color: rgb(201,84,188); }
div.DivClassName
{
background-color: #C954BC;
}
.BgClassName
{
background-color: #C954BC;
}
</style>
border-color css
<style>
span { border-color: #C954BC; }
span { border-color: rgb(201,84,188); }
td.TdClassName
{
border-color: #C954BC;
}
.TagClassName
{
border-color: #C954BC;
}
</style>