Shades of Fuchsia #C64CAA
Tints of Fuchsia #C64CAA
RGB
CMYK
RGB Variations
Color information
#C64CAA (or 0xC64CAA) is known color: Fuchsia. HEX triplet: C6, 4C and AA. RGB value is (198,76,170). Sum of RGB (Red+Green+Blue) = 198+76+170=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CAA is #39B355. Grayscale: #7A7A7A. Windows color (decimal): -3781462 or 11160774. OLE color: 11160774.
HSL color Cylindrical-coordinate representation of color #C64CAA: hue angle of 313.77º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64CAA is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 170 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.22 |
| HSL | 313.77º | 0.52% | 0.54% | - |
| HSV(B) | 313.77º | 0.62% | 0.78% | - |
| XYZ | 33.13 | 20.08 | 40.16 | - |
| YUV | 123.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 170 | 0 | 0.62 | 0.14 | 0.22 | 313.77 | 0.52 | 0.54 |
| Hex | C6 | 4C | AA | 0 | 3E | E | 16 | 13A | 34 | 36 |
| Octal | 306 | 114 | 252 | 0 | 76 | 16 | 26 | 472 | 64 | 66 |
| Binary | 11000110 | 1001100 | 10101010 | 0 | 111110 | 1110 | 10110 | 100111010 | 110100 | 110110 |
Color Harmonies of #C64CAA
Complementary color
Monochromatic Colors of #C64CAA
Black with #C64CAA
Text Example
Text Example
White with #C64CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CAA; }
p { color: rgb(198,76,170); }
H1.HeaderClassName
{
color: #C64CAA;
}
.AnyTagClassName
{
color: #C64CAA;
}
</style>
background-color css
<style>
a { background-color: #C64CAA; }
a { background-color: rgb(198,76,170); }
div.DivClassName
{
background-color: #C64CAA;
}
.BgClassName
{
background-color: #C64CAA;
}
</style>
border-color css
<style>
span { border-color: #C64CAA; }
span { border-color: rgb(198,76,170); }
td.TdClassName
{
border-color: #C64CAA;
}
.TagClassName
{
border-color: #C64CAA;
}
</style>