Shades of Fuchsia #C562AD
Tints of Fuchsia #C562AD
RGB
CMYK
RGB Variations
Color information
#C562AD (or 0xC562AD) is known color: Fuchsia. HEX triplet: C5, 62 and AD. RGB value is (197,98,173). Sum of RGB (Red+Green+Blue) = 197+98+173=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C562AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C562AD is #3A9D52. Grayscale: #878787. Windows color (decimal): -3841363 or 11363013. OLE color: 11363013.
HSL color Cylindrical-coordinate representation of color #C562AD: hue angle of 314.55º 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 #C562AD is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 173 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.23 |
| HSL | 314.55º | 0.46% | 0.58% | - |
| HSV(B) | 314.55º | 0.5% | 0.77% | - |
| XYZ | 34.94 | 23.62 | 42.25 | - |
| YUV | 136.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 173 | 0 | 0.50 | 0.12 | 0.23 | 314.55 | 0.46 | 0.58 |
| Hex | C5 | 62 | AD | 0 | 32 | C | 17 | 13B | 2E | 3A |
| Octal | 305 | 142 | 255 | 0 | 62 | 14 | 27 | 473 | 56 | 72 |
| Binary | 11000101 | 1100010 | 10101101 | 0 | 110010 | 1100 | 10111 | 100111011 | 101110 | 111010 |
Color Harmonies of #C562AD
Complementary color
Monochromatic Colors of #C562AD
Black with #C562AD
Text Example
Text Example
White with #C562AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562AD; }
p { color: rgb(197,98,173); }
H1.HeaderClassName
{
color: #C562AD;
}
.AnyTagClassName
{
color: #C562AD;
}
</style>
background-color css
<style>
a { background-color: #C562AD; }
a { background-color: rgb(197,98,173); }
div.DivClassName
{
background-color: #C562AD;
}
.BgClassName
{
background-color: #C562AD;
}
</style>
border-color css
<style>
span { border-color: #C562AD; }
span { border-color: rgb(197,98,173); }
td.TdClassName
{
border-color: #C562AD;
}
.TagClassName
{
border-color: #C562AD;
}
</style>