Shades of Fuchsia #C568AC
Tints of Fuchsia #C568AC
RGB
CMYK
RGB Variations
Color information
#C568AC (or 0xC568AC) is known color: Fuchsia. HEX triplet: C5, 68 and AC. RGB value is (197,104,172). Sum of RGB (Red+Green+Blue) = 197+104+172=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C568AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C568AC is #3A9753. Grayscale: #8B8B8B. Windows color (decimal): -3839828 or 11299013. OLE color: 11299013.
HSL color Cylindrical-coordinate representation of color #C568AC: hue angle of 316.13º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C568AC is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 172 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.23 |
| HSL | 316.13º | 0.44% | 0.59% | - |
| HSV(B) | 316.13º | 0.47% | 0.77% | - |
| XYZ | 35.42 | 24.75 | 41.94 | - |
| YUV | 139.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 172 | 0 | 0.47 | 0.13 | 0.23 | 316.13 | 0.44 | 0.59 |
| Hex | C5 | 68 | AC | 0 | 2F | D | 17 | 13C | 2C | 3B |
| Octal | 305 | 150 | 254 | 0 | 57 | 15 | 27 | 474 | 54 | 73 |
| Binary | 11000101 | 1101000 | 10101100 | 0 | 101111 | 1101 | 10111 | 100111100 | 101100 | 111011 |
Color Harmonies of #C568AC
Complementary color
Monochromatic Colors of #C568AC
Black with #C568AC
Text Example
Text Example
White with #C568AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C568AC; }
p { color: rgb(197,104,172); }
H1.HeaderClassName
{
color: #C568AC;
}
.AnyTagClassName
{
color: #C568AC;
}
</style>
background-color css
<style>
a { background-color: #C568AC; }
a { background-color: rgb(197,104,172); }
div.DivClassName
{
background-color: #C568AC;
}
.BgClassName
{
background-color: #C568AC;
}
</style>
border-color css
<style>
span { border-color: #C568AC; }
span { border-color: rgb(197,104,172); }
td.TdClassName
{
border-color: #C568AC;
}
.TagClassName
{
border-color: #C568AC;
}
</style>