Shades of Fuchsia #C562AC
Tints of Fuchsia #C562AC
RGB
CMYK
RGB Variations
Color information
#C562AC (or 0xC562AC) is known color: Fuchsia. HEX triplet: C5, 62 and AC. RGB value is (197,98,172). Sum of RGB (Red+Green+Blue) = 197+98+172=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C562AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C562AC is #3A9D53. Grayscale: #878787. Windows color (decimal): -3841364 or 11297477. OLE color: 11297477.
HSL color Cylindrical-coordinate representation of color #C562AC: hue angle of 315.15º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C562AC is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 172 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.23 |
| HSL | 315.15º | 0.46% | 0.58% | - |
| HSV(B) | 315.15º | 0.5% | 0.77% | - |
| XYZ | 34.84 | 23.58 | 41.75 | - |
| YUV | 136.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 172 | 0 | 0.50 | 0.13 | 0.23 | 315.15 | 0.46 | 0.58 |
| Hex | C5 | 62 | AC | 0 | 32 | D | 17 | 13B | 2E | 3A |
| Octal | 305 | 142 | 254 | 0 | 62 | 15 | 27 | 473 | 56 | 72 |
| Binary | 11000101 | 1100010 | 10101100 | 0 | 110010 | 1101 | 10111 | 100111011 | 101110 | 111010 |
Color Harmonies of #C562AC
Complementary color
Monochromatic Colors of #C562AC
Black with #C562AC
Text Example
Text Example
White with #C562AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562AC; }
p { color: rgb(197,98,172); }
H1.HeaderClassName
{
color: #C562AC;
}
.AnyTagClassName
{
color: #C562AC;
}
</style>
background-color css
<style>
a { background-color: #C562AC; }
a { background-color: rgb(197,98,172); }
div.DivClassName
{
background-color: #C562AC;
}
.BgClassName
{
background-color: #C562AC;
}
</style>
border-color css
<style>
span { border-color: #C562AC; }
span { border-color: rgb(197,98,172); }
td.TdClassName
{
border-color: #C562AC;
}
.TagClassName
{
border-color: #C562AC;
}
</style>