Shades of Fuchsia #C570AF
Tints of Fuchsia #C570AF
RGB
CMYK
RGB Variations
Color information
#C570AF (or 0xC570AF) is known color: Fuchsia. HEX triplet: C5, 70 and AF. RGB value is (197,112,175). Sum of RGB (Red+Green+Blue) = 197+112+175=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C570AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C570AF is #3A8F50. Grayscale: #909090. Windows color (decimal): -3837777 or 11497669. OLE color: 11497669.
HSL color Cylindrical-coordinate representation of color #C570AF: hue angle of 315.53º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C570AF is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 175 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.23 |
| HSL | 315.53º | 0.42% | 0.61% | - |
| HSV(B) | 315.53º | 0.43% | 0.77% | - |
| XYZ | 36.56 | 26.55 | 43.76 | - |
| YUV | 144.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 175 | 0 | 0.43 | 0.11 | 0.23 | 315.53 | 0.42 | 0.61 |
| Hex | C5 | 70 | AF | 0 | 2B | B | 17 | 13C | 2A | 3D |
| Octal | 305 | 160 | 257 | 0 | 53 | 13 | 27 | 474 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10101111 | 0 | 101011 | 1011 | 10111 | 100111100 | 101010 | 111101 |
Color Harmonies of #C570AF
Complementary color
Monochromatic Colors of #C570AF
Black with #C570AF
Text Example
Text Example
White with #C570AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C570AF; }
p { color: rgb(197,112,175); }
H1.HeaderClassName
{
color: #C570AF;
}
.AnyTagClassName
{
color: #C570AF;
}
</style>
background-color css
<style>
a { background-color: #C570AF; }
a { background-color: rgb(197,112,175); }
div.DivClassName
{
background-color: #C570AF;
}
.BgClassName
{
background-color: #C570AF;
}
</style>
border-color css
<style>
span { border-color: #C570AF; }
span { border-color: rgb(197,112,175); }
td.TdClassName
{
border-color: #C570AF;
}
.TagClassName
{
border-color: #C570AF;
}
</style>