Shades of Fuchsia #C64AAF
Tints of Fuchsia #C64AAF
RGB
CMYK
RGB Variations
Color information
#C64AAF (or 0xC64AAF) is known color: Fuchsia. HEX triplet: C6, 4A and AF. RGB value is (198,74,175). Sum of RGB (Red+Green+Blue) = 198+74+175=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C64AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64AAF is #39B550. Grayscale: #7A7A7A. Windows color (decimal): -3781969 or 11487942. OLE color: 11487942.
HSL color Cylindrical-coordinate representation of color #C64AAF: hue angle of 311.13º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64AAF is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 175 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.22 |
| HSL | 311.13º | 0.52% | 0.53% | - |
| HSV(B) | 311.13º | 0.63% | 0.78% | - |
| XYZ | 33.48 | 20 | 42.65 | - |
| YUV | 122.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 175 | 0 | 0.63 | 0.12 | 0.22 | 311.13 | 0.52 | 0.53 |
| Hex | C6 | 4A | AF | 0 | 3F | C | 16 | 137 | 34 | 35 |
| Octal | 306 | 112 | 257 | 0 | 77 | 14 | 26 | 467 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10101111 | 0 | 111111 | 1100 | 10110 | 100110111 | 110100 | 110101 |
Color Harmonies of #C64AAF
Complementary color
Monochromatic Colors of #C64AAF
Black with #C64AAF
Text Example
Text Example
White with #C64AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64AAF; }
p { color: rgb(198,74,175); }
H1.HeaderClassName
{
color: #C64AAF;
}
.AnyTagClassName
{
color: #C64AAF;
}
</style>
background-color css
<style>
a { background-color: #C64AAF; }
a { background-color: rgb(198,74,175); }
div.DivClassName
{
background-color: #C64AAF;
}
.BgClassName
{
background-color: #C64AAF;
}
</style>
border-color css
<style>
span { border-color: #C64AAF; }
span { border-color: rgb(198,74,175); }
td.TdClassName
{
border-color: #C64AAF;
}
.TagClassName
{
border-color: #C64AAF;
}
</style>