Shades of Fuchsia #C954BD
Tints of Fuchsia #C954BD
RGB
CMYK
RGB Variations
Color information
#C954BD (or 0xC954BD) is known color: Fuchsia. HEX triplet: C9, 54 and BD. RGB value is (201,84,189). Sum of RGB (Red+Green+Blue) = 201+84+189=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C954BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954BD is #36AB42. Grayscale: #828282. Windows color (decimal): -3582787 or 12408009. OLE color: 12408009.
HSL color Cylindrical-coordinate representation of color #C954BD: hue angle of 306.15º 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 #C954BD is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 189 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.21 |
| HSL | 306.15º | 0.52% | 0.56% | - |
| HSV(B) | 306.15º | 0.58% | 0.79% | - |
| XYZ | 36.44 | 22.43 | 50.55 | - |
| YUV | 130.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 189 | 0 | 0.58 | 0.06 | 0.21 | 306.15 | 0.52 | 0.56 |
| Hex | C9 | 54 | BD | 0 | 3A | 6 | 15 | 132 | 34 | 38 |
| Octal | 311 | 124 | 275 | 0 | 72 | 6 | 25 | 462 | 64 | 70 |
| Binary | 11001001 | 1010100 | 10111101 | 0 | 111010 | 110 | 10101 | 100110010 | 110100 | 111000 |
Color Harmonies of #C954BD
Complementary color
Monochromatic Colors of #C954BD
Black with #C954BD
Text Example
Text Example
White with #C954BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954BD; }
p { color: rgb(201,84,189); }
H1.HeaderClassName
{
color: #C954BD;
}
.AnyTagClassName
{
color: #C954BD;
}
</style>
background-color css
<style>
a { background-color: #C954BD; }
a { background-color: rgb(201,84,189); }
div.DivClassName
{
background-color: #C954BD;
}
.BgClassName
{
background-color: #C954BD;
}
</style>
border-color css
<style>
span { border-color: #C954BD; }
span { border-color: rgb(201,84,189); }
td.TdClassName
{
border-color: #C954BD;
}
.TagClassName
{
border-color: #C954BD;
}
</style>