Shades of Fuchsia #C760AC
Tints of Fuchsia #C760AC
RGB
CMYK
RGB Variations
Color information
#C760AC (or 0xC760AC) is known color: Fuchsia. HEX triplet: C7, 60 and AC. RGB value is (199,96,172). Sum of RGB (Red+Green+Blue) = 199+96+172=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C760AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C760AC is #389F53. Grayscale: #878787. Windows color (decimal): -3710804 or 11296967. OLE color: 11296967.
HSL color Cylindrical-coordinate representation of color #C760AC: hue angle of 315.73º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C760AC is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 172 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.22 |
| HSL | 315.73º | 0.48% | 0.58% | - |
| HSV(B) | 315.73º | 0.52% | 0.78% | - |
| XYZ | 35.18 | 23.49 | 41.71 | - |
| YUV | 135.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 172 | 0 | 0.52 | 0.14 | 0.22 | 315.73 | 0.48 | 0.58 |
| Hex | C7 | 60 | AC | 0 | 34 | E | 16 | 13C | 30 | 3A |
| Octal | 307 | 140 | 254 | 0 | 64 | 16 | 26 | 474 | 60 | 72 |
| Binary | 11000111 | 1100000 | 10101100 | 0 | 110100 | 1110 | 10110 | 100111100 | 110000 | 111010 |
Color Harmonies of #C760AC
Complementary color
Monochromatic Colors of #C760AC
Black with #C760AC
Text Example
Text Example
White with #C760AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C760AC; }
p { color: rgb(199,96,172); }
H1.HeaderClassName
{
color: #C760AC;
}
.AnyTagClassName
{
color: #C760AC;
}
</style>
background-color css
<style>
a { background-color: #C760AC; }
a { background-color: rgb(199,96,172); }
div.DivClassName
{
background-color: #C760AC;
}
.BgClassName
{
background-color: #C760AC;
}
</style>
border-color css
<style>
span { border-color: #C760AC; }
span { border-color: rgb(199,96,172); }
td.TdClassName
{
border-color: #C760AC;
}
.TagClassName
{
border-color: #C760AC;
}
</style>