Shades of Fuchsia #C64AA9
Tints of Fuchsia #C64AA9
RGB
CMYK
RGB Variations
Color information
#C64AA9 (or 0xC64AA9) is known color: Fuchsia. HEX triplet: C6, 4A and A9. RGB value is (198,74,169). Sum of RGB (Red+Green+Blue) = 198+74+169=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C64AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64AA9 is #39B556. Grayscale: #797979. Windows color (decimal): -3781975 or 11094726. OLE color: 11094726.
HSL color Cylindrical-coordinate representation of color #C64AA9: hue angle of 314.03º 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 #C64AA9 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 169 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.22 |
| HSL | 314.03º | 0.52% | 0.53% | - |
| HSV(B) | 314.03º | 0.63% | 0.78% | - |
| XYZ | 32.9 | 19.77 | 39.62 | - |
| YUV | 121.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 169 | 0 | 0.63 | 0.15 | 0.22 | 314.03 | 0.52 | 0.53 |
| Hex | C6 | 4A | A9 | 0 | 3F | F | 16 | 13A | 34 | 35 |
| Octal | 306 | 112 | 251 | 0 | 77 | 17 | 26 | 472 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10101001 | 0 | 111111 | 1111 | 10110 | 100111010 | 110100 | 110101 |
Color Harmonies of #C64AA9
Complementary color
Monochromatic Colors of #C64AA9
Black with #C64AA9
Text Example
Text Example
White with #C64AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64AA9; }
p { color: rgb(198,74,169); }
H1.HeaderClassName
{
color: #C64AA9;
}
.AnyTagClassName
{
color: #C64AA9;
}
</style>
background-color css
<style>
a { background-color: #C64AA9; }
a { background-color: rgb(198,74,169); }
div.DivClassName
{
background-color: #C64AA9;
}
.BgClassName
{
background-color: #C64AA9;
}
</style>
border-color css
<style>
span { border-color: #C64AA9; }
span { border-color: rgb(198,74,169); }
td.TdClassName
{
border-color: #C64AA9;
}
.TagClassName
{
border-color: #C64AA9;
}
</style>