Shades of Fuchsia #C64AAE
Tints of Fuchsia #C64AAE
RGB
CMYK
RGB Variations
Color information
#C64AAE (or 0xC64AAE) is known color: Fuchsia. HEX triplet: C6, 4A and AE. RGB value is (198,74,174). Sum of RGB (Red+Green+Blue) = 198+74+174=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C64AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64AAE is #39B551. Grayscale: #7A7A7A. Windows color (decimal): -3781970 or 11422406. OLE color: 11422406.
HSL color Cylindrical-coordinate representation of color #C64AAE: hue angle of 311.61º 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 #C64AAE is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 174 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.22 |
| HSL | 311.61º | 0.52% | 0.53% | - |
| HSV(B) | 311.61º | 0.63% | 0.78% | - |
| XYZ | 33.38 | 19.96 | 42.14 | - |
| YUV | 122.48 | 157.08 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 174 | 0 | 0.63 | 0.12 | 0.22 | 311.61 | 0.52 | 0.53 |
| Hex | C6 | 4A | AE | 0 | 3F | C | 16 | 138 | 34 | 35 |
| Octal | 306 | 112 | 256 | 0 | 77 | 14 | 26 | 470 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10101110 | 0 | 111111 | 1100 | 10110 | 100111000 | 110100 | 110101 |
Color Harmonies of #C64AAE
Complementary color
Monochromatic Colors of #C64AAE
Black with #C64AAE
Text Example
Text Example
White with #C64AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64AAE; }
p { color: rgb(198,74,174); }
H1.HeaderClassName
{
color: #C64AAE;
}
.AnyTagClassName
{
color: #C64AAE;
}
</style>
background-color css
<style>
a { background-color: #C64AAE; }
a { background-color: rgb(198,74,174); }
div.DivClassName
{
background-color: #C64AAE;
}
.BgClassName
{
background-color: #C64AAE;
}
</style>
border-color css
<style>
span { border-color: #C64AAE; }
span { border-color: rgb(198,74,174); }
td.TdClassName
{
border-color: #C64AAE;
}
.TagClassName
{
border-color: #C64AAE;
}
</style>