Shades of Fuchsia #C470AF
Tints of Fuchsia #C470AF
RGB
CMYK
RGB Variations
Color information
#C470AF (or 0xC470AF) is known color: Fuchsia. HEX triplet: C4, 70 and AF. RGB value is (196,112,175). Sum of RGB (Red+Green+Blue) = 196+112+175=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C470AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C470AF is #3B8F50. Grayscale: #909090. Windows color (decimal): -3903313 or 11497668. OLE color: 11497668.
HSL color Cylindrical-coordinate representation of color #C470AF: hue angle of 315º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C470AF is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 175 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.23 |
| HSL | 315º | 0.42% | 0.6% | - |
| HSV(B) | 315º | 0.43% | 0.77% | - |
| XYZ | 36.3 | 26.42 | 43.74 | - |
| YUV | 144.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 175 | 0 | 0.43 | 0.11 | 0.23 | 315 | 0.42 | 0.6 |
| Hex | C4 | 70 | AF | 0 | 2B | B | 17 | 13B | 2A | 3C |
| Octal | 304 | 160 | 257 | 0 | 53 | 13 | 27 | 473 | 52 | 74 |
| Binary | 11000100 | 1110000 | 10101111 | 0 | 101011 | 1011 | 10111 | 100111011 | 101010 | 111100 |
Color Harmonies of #C470AF
Complementary color
Monochromatic Colors of #C470AF
Black with #C470AF
Text Example
Text Example
White with #C470AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470AF; }
p { color: rgb(196,112,175); }
H1.HeaderClassName
{
color: #C470AF;
}
.AnyTagClassName
{
color: #C470AF;
}
</style>
background-color css
<style>
a { background-color: #C470AF; }
a { background-color: rgb(196,112,175); }
div.DivClassName
{
background-color: #C470AF;
}
.BgClassName
{
background-color: #C470AF;
}
</style>
border-color css
<style>
span { border-color: #C470AF; }
span { border-color: rgb(196,112,175); }
td.TdClassName
{
border-color: #C470AF;
}
.TagClassName
{
border-color: #C470AF;
}
</style>