Shades of Fuchsia #C754BE
Tints of Fuchsia #C754BE
RGB
CMYK
RGB Variations
Color information
#C754BE (or 0xC754BE) is known color: Fuchsia. HEX triplet: C7, 54 and BE. RGB value is (199,84,190). Sum of RGB (Red+Green+Blue) = 199+84+190=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C754BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754BE is #38AB41. Grayscale: #828282. Windows color (decimal): -3713858 or 12473543. OLE color: 12473543.
HSL color Cylindrical-coordinate representation of color #C754BE: hue angle of 304.7º 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 #C754BE is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 190 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.22 |
| HSL | 304.7º | 0.51% | 0.55% | - |
| HSV(B) | 304.7º | 0.58% | 0.78% | - |
| XYZ | 36.02 | 22.2 | 51.1 | - |
| YUV | 130.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 190 | 0 | 0.58 | 0.05 | 0.22 | 304.7 | 0.51 | 0.55 |
| Hex | C7 | 54 | BE | 0 | 3A | 5 | 16 | 131 | 33 | 37 |
| Octal | 307 | 124 | 276 | 0 | 72 | 5 | 26 | 461 | 63 | 67 |
| Binary | 11000111 | 1010100 | 10111110 | 0 | 111010 | 101 | 10110 | 100110001 | 110011 | 110111 |
Color Harmonies of #C754BE
Complementary color
Monochromatic Colors of #C754BE
Black with #C754BE
Text Example
Text Example
White with #C754BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C754BE; }
p { color: rgb(199,84,190); }
H1.HeaderClassName
{
color: #C754BE;
}
.AnyTagClassName
{
color: #C754BE;
}
</style>
background-color css
<style>
a { background-color: #C754BE; }
a { background-color: rgb(199,84,190); }
div.DivClassName
{
background-color: #C754BE;
}
.BgClassName
{
background-color: #C754BE;
}
</style>
border-color css
<style>
span { border-color: #C754BE; }
span { border-color: rgb(199,84,190); }
td.TdClassName
{
border-color: #C754BE;
}
.TagClassName
{
border-color: #C754BE;
}
</style>