Shades of Fuchsia #C754BA
Tints of Fuchsia #C754BA
RGB
CMYK
RGB Variations
Color information
#C754BA (or 0xC754BA) is known color: Fuchsia. HEX triplet: C7, 54 and BA. RGB value is (199,84,186). Sum of RGB (Red+Green+Blue) = 199+84+186=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C754BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754BA is #38AB45. Grayscale: #818181. Windows color (decimal): -3713862 or 12211399. OLE color: 12211399.
HSL color Cylindrical-coordinate representation of color #C754BA: hue angle of 306.78º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C754BA is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 186 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.22 |
| HSL | 306.78º | 0.51% | 0.55% | - |
| HSV(B) | 306.78º | 0.58% | 0.78% | - |
| XYZ | 35.59 | 22.03 | 48.83 | - |
| YUV | 130.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 186 | 0 | 0.58 | 0.07 | 0.22 | 306.78 | 0.51 | 0.55 |
| Hex | C7 | 54 | BA | 0 | 3A | 7 | 16 | 133 | 33 | 37 |
| Octal | 307 | 124 | 272 | 0 | 72 | 7 | 26 | 463 | 63 | 67 |
| Binary | 11000111 | 1010100 | 10111010 | 0 | 111010 | 111 | 10110 | 100110011 | 110011 | 110111 |
Color Harmonies of #C754BA
Complementary color
Monochromatic Colors of #C754BA
Black with #C754BA
Text Example
Text Example
White with #C754BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C754BA; }
p { color: rgb(199,84,186); }
H1.HeaderClassName
{
color: #C754BA;
}
.AnyTagClassName
{
color: #C754BA;
}
</style>
background-color css
<style>
a { background-color: #C754BA; }
a { background-color: rgb(199,84,186); }
div.DivClassName
{
background-color: #C754BA;
}
.BgClassName
{
background-color: #C754BA;
}
</style>
border-color css
<style>
span { border-color: #C754BA; }
span { border-color: rgb(199,84,186); }
td.TdClassName
{
border-color: #C754BA;
}
.TagClassName
{
border-color: #C754BA;
}
</style>