Shades of Fuchsia #C755AC
Tints of Fuchsia #C755AC
RGB
CMYK
RGB Variations
Color information
#C755AC (or 0xC755AC) is known color: Fuchsia. HEX triplet: C7, 55 and AC. RGB value is (199,85,172). Sum of RGB (Red+Green+Blue) = 199+85+172=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C755AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C755AC is #38AA53. Grayscale: #808080. Windows color (decimal): -3713620 or 11294151. OLE color: 11294151.
HSL color Cylindrical-coordinate representation of color #C755AC: hue angle of 314.21º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C755AC is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 172 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.22 |
| HSL | 314.21º | 0.5% | 0.56% | - |
| HSV(B) | 314.21º | 0.57% | 0.78% | - |
| XYZ | 34.25 | 21.62 | 41.4 | - |
| YUV | 129 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 172 | 0 | 0.57 | 0.14 | 0.22 | 314.21 | 0.5 | 0.56 |
| Hex | C7 | 55 | AC | 0 | 39 | E | 16 | 13A | 32 | 38 |
| Octal | 307 | 125 | 254 | 0 | 71 | 16 | 26 | 472 | 62 | 70 |
| Binary | 11000111 | 1010101 | 10101100 | 0 | 111001 | 1110 | 10110 | 100111010 | 110010 | 111000 |
Color Harmonies of #C755AC
Complementary color
Monochromatic Colors of #C755AC
Black with #C755AC
Text Example
Text Example
White with #C755AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C755AC; }
p { color: rgb(199,85,172); }
H1.HeaderClassName
{
color: #C755AC;
}
.AnyTagClassName
{
color: #C755AC;
}
</style>
background-color css
<style>
a { background-color: #C755AC; }
a { background-color: rgb(199,85,172); }
div.DivClassName
{
background-color: #C755AC;
}
.BgClassName
{
background-color: #C755AC;
}
</style>
border-color css
<style>
span { border-color: #C755AC; }
span { border-color: rgb(199,85,172); }
td.TdClassName
{
border-color: #C755AC;
}
.TagClassName
{
border-color: #C755AC;
}
</style>