Shades of Fuchsia #C464AF
Tints of Fuchsia #C464AF
RGB
CMYK
RGB Variations
Color information
#C464AF (or 0xC464AF) is known color: Fuchsia. HEX triplet: C4, 64 and AF. RGB value is (196,100,175). Sum of RGB (Red+Green+Blue) = 196+100+175=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C464AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C464AF is #3B9B50. Grayscale: #898989. Windows color (decimal): -3906385 or 11494596. OLE color: 11494596.
HSL color Cylindrical-coordinate representation of color #C464AF: hue angle of 313.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C464AF is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 100 | 175 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.23 |
| HSL | 313.13º | 0.45% | 0.58% | - |
| HSV(B) | 313.13º | 0.49% | 0.77% | - |
| XYZ | 35.06 | 23.95 | 43.33 | - |
| YUV | 137.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 175 | 0 | 0.49 | 0.11 | 0.23 | 313.13 | 0.45 | 0.58 |
| Hex | C4 | 64 | AF | 0 | 31 | B | 17 | 139 | 2D | 3A |
| Octal | 304 | 144 | 257 | 0 | 61 | 13 | 27 | 471 | 55 | 72 |
| Binary | 11000100 | 1100100 | 10101111 | 0 | 110001 | 1011 | 10111 | 100111001 | 101101 | 111010 |
Color Harmonies of #C464AF
Complementary color
Monochromatic Colors of #C464AF
Black with #C464AF
Text Example
Text Example
White with #C464AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C464AF; }
p { color: rgb(196,100,175); }
H1.HeaderClassName
{
color: #C464AF;
}
.AnyTagClassName
{
color: #C464AF;
}
</style>
background-color css
<style>
a { background-color: #C464AF; }
a { background-color: rgb(196,100,175); }
div.DivClassName
{
background-color: #C464AF;
}
.BgClassName
{
background-color: #C464AF;
}
</style>
border-color css
<style>
span { border-color: #C464AF; }
span { border-color: rgb(196,100,175); }
td.TdClassName
{
border-color: #C464AF;
}
.TagClassName
{
border-color: #C464AF;
}
</style>