Shades of Fuchsia #C76ABC
Tints of Fuchsia #C76ABC
RGB
CMYK
RGB Variations
Color information
#C76ABC (or 0xC76ABC) is known color: Fuchsia. HEX triplet: C7, 6A and BC. RGB value is (199,106,188). Sum of RGB (Red+Green+Blue) = 199+106+188=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C76ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ABC is #389543. Grayscale: #8E8E8E. Windows color (decimal): -3708228 or 12348103. OLE color: 12348103.
HSL color Cylindrical-coordinate representation of color #C76ABC: hue angle of 307.1º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76ABC is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 188 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.22 |
| HSL | 307.1º | 0.45% | 0.6% | - |
| HSV(B) | 307.1º | 0.47% | 0.78% | - |
| XYZ | 37.78 | 26.08 | 50.62 | - |
| YUV | 143.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 188 | 0 | 0.47 | 0.06 | 0.22 | 307.1 | 0.45 | 0.6 |
| Hex | C7 | 6A | BC | 0 | 2F | 6 | 16 | 133 | 2D | 3C |
| Octal | 307 | 152 | 274 | 0 | 57 | 6 | 26 | 463 | 55 | 74 |
| Binary | 11000111 | 1101010 | 10111100 | 0 | 101111 | 110 | 10110 | 100110011 | 101101 | 111100 |
Color Harmonies of #C76ABC
Complementary color
Monochromatic Colors of #C76ABC
Black with #C76ABC
Text Example
Text Example
White with #C76ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76ABC; }
p { color: rgb(199,106,188); }
H1.HeaderClassName
{
color: #C76ABC;
}
.AnyTagClassName
{
color: #C76ABC;
}
</style>
background-color css
<style>
a { background-color: #C76ABC; }
a { background-color: rgb(199,106,188); }
div.DivClassName
{
background-color: #C76ABC;
}
.BgClassName
{
background-color: #C76ABC;
}
</style>
border-color css
<style>
span { border-color: #C76ABC; }
span { border-color: rgb(199,106,188); }
td.TdClassName
{
border-color: #C76ABC;
}
.TagClassName
{
border-color: #C76ABC;
}
</style>