Shades of Fuchsia #C754B2
Tints of Fuchsia #C754B2
RGB
CMYK
RGB Variations
Color information
#C754B2 (or 0xC754B2) is known color: Fuchsia. HEX triplet: C7, 54 and B2. RGB value is (199,84,178). Sum of RGB (Red+Green+Blue) = 199+84+178=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C754B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C754B2 is #38AB4D. Grayscale: #808080. Windows color (decimal): -3713870 or 11687111. OLE color: 11687111.
HSL color Cylindrical-coordinate representation of color #C754B2: hue angle of 310.96º 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 #C754B2 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 178 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.22 |
| HSL | 310.96º | 0.51% | 0.55% | - |
| HSV(B) | 310.96º | 0.58% | 0.78% | - |
| XYZ | 34.76 | 21.7 | 44.48 | - |
| YUV | 129.1 | 155.6 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 178 | 0 | 0.58 | 0.11 | 0.22 | 310.96 | 0.51 | 0.55 |
| Hex | C7 | 54 | B2 | 0 | 3A | B | 16 | 137 | 33 | 37 |
| Octal | 307 | 124 | 262 | 0 | 72 | 13 | 26 | 467 | 63 | 67 |
| Binary | 11000111 | 1010100 | 10110010 | 0 | 111010 | 1011 | 10110 | 100110111 | 110011 | 110111 |
Color Harmonies of #C754B2
Complementary color
Monochromatic Colors of #C754B2
Black with #C754B2
Text Example
Text Example
White with #C754B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C754B2; }
p { color: rgb(199,84,178); }
H1.HeaderClassName
{
color: #C754B2;
}
.AnyTagClassName
{
color: #C754B2;
}
</style>
background-color css
<style>
a { background-color: #C754B2; }
a { background-color: rgb(199,84,178); }
div.DivClassName
{
background-color: #C754B2;
}
.BgClassName
{
background-color: #C754B2;
}
</style>
border-color css
<style>
span { border-color: #C754B2; }
span { border-color: rgb(199,84,178); }
td.TdClassName
{
border-color: #C754B2;
}
.TagClassName
{
border-color: #C754B2;
}
</style>