Shades of Fuchsia #C64AAA
Tints of Fuchsia #C64AAA
RGB
CMYK
RGB Variations
Color information
#C64AAA (or 0xC64AAA) is known color: Fuchsia. HEX triplet: C6, 4A and AA. RGB value is (198,74,170). Sum of RGB (Red+Green+Blue) = 198+74+170=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C64AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64AAA is #39B555. Grayscale: #797979. Windows color (decimal): -3781974 or 11160262. OLE color: 11160262.
HSL color Cylindrical-coordinate representation of color #C64AAA: hue angle of 313.55º 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 #C64AAA is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 170 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.22 |
| HSL | 313.55º | 0.52% | 0.53% | - |
| HSV(B) | 313.55º | 0.63% | 0.78% | - |
| XYZ | 32.99 | 19.81 | 40.11 | - |
| YUV | 122.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 170 | 0 | 0.63 | 0.14 | 0.22 | 313.55 | 0.52 | 0.53 |
| Hex | C6 | 4A | AA | 0 | 3F | E | 16 | 13A | 34 | 35 |
| Octal | 306 | 112 | 252 | 0 | 77 | 16 | 26 | 472 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10101010 | 0 | 111111 | 1110 | 10110 | 100111010 | 110100 | 110101 |
Color Harmonies of #C64AAA
Complementary color
Monochromatic Colors of #C64AAA
Black with #C64AAA
Text Example
Text Example
White with #C64AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64AAA; }
p { color: rgb(198,74,170); }
H1.HeaderClassName
{
color: #C64AAA;
}
.AnyTagClassName
{
color: #C64AAA;
}
</style>
background-color css
<style>
a { background-color: #C64AAA; }
a { background-color: rgb(198,74,170); }
div.DivClassName
{
background-color: #C64AAA;
}
.BgClassName
{
background-color: #C64AAA;
}
</style>
border-color css
<style>
span { border-color: #C64AAA; }
span { border-color: rgb(198,74,170); }
td.TdClassName
{
border-color: #C64AAA;
}
.TagClassName
{
border-color: #C64AAA;
}
</style>