Shades of Fuchsia #C753AC
Tints of Fuchsia #C753AC
RGB
CMYK
RGB Variations
Color information
#C753AC (or 0xC753AC) is known color: Fuchsia. HEX triplet: C7, 53 and AC. RGB value is (199,83,172). Sum of RGB (Red+Green+Blue) = 199+83+172=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C753AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C753AC is #38AC53. Grayscale: #7F7F7F. Windows color (decimal): -3714132 or 11293639. OLE color: 11293639.
HSL color Cylindrical-coordinate representation of color #C753AC: hue angle of 313.97º 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 #C753AC is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 172 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.22 |
| HSL | 313.97º | 0.51% | 0.55% | - |
| HSV(B) | 313.97º | 0.58% | 0.78% | - |
| XYZ | 34.09 | 21.31 | 41.35 | - |
| YUV | 127.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 172 | 0 | 0.58 | 0.14 | 0.22 | 313.97 | 0.51 | 0.55 |
| Hex | C7 | 53 | AC | 0 | 3A | E | 16 | 13A | 33 | 37 |
| Octal | 307 | 123 | 254 | 0 | 72 | 16 | 26 | 472 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10101100 | 0 | 111010 | 1110 | 10110 | 100111010 | 110011 | 110111 |
Color Harmonies of #C753AC
Complementary color
Monochromatic Colors of #C753AC
Black with #C753AC
Text Example
Text Example
White with #C753AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753AC; }
p { color: rgb(199,83,172); }
H1.HeaderClassName
{
color: #C753AC;
}
.AnyTagClassName
{
color: #C753AC;
}
</style>
background-color css
<style>
a { background-color: #C753AC; }
a { background-color: rgb(199,83,172); }
div.DivClassName
{
background-color: #C753AC;
}
.BgClassName
{
background-color: #C753AC;
}
</style>
border-color css
<style>
span { border-color: #C753AC; }
span { border-color: rgb(199,83,172); }
td.TdClassName
{
border-color: #C753AC;
}
.TagClassName
{
border-color: #C753AC;
}
</style>