Shades of Fuchsia #C64AB1
Tints of Fuchsia #C64AB1
RGB
CMYK
RGB Variations
Color information
#C64AB1 (or 0xC64AB1) is known color: Fuchsia. HEX triplet: C6, 4A and B1. RGB value is (198,74,177). Sum of RGB (Red+Green+Blue) = 198+74+177=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C64AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64AB1 is #39B54E. Grayscale: #7A7A7A. Windows color (decimal): -3781967 or 11619014. OLE color: 11619014.
HSL color Cylindrical-coordinate representation of color #C64AB1: hue angle of 310.16º 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 #C64AB1 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 177 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.22 |
| HSL | 310.16º | 0.52% | 0.53% | - |
| HSV(B) | 310.16º | 0.63% | 0.78% | - |
| XYZ | 33.67 | 20.08 | 43.7 | - |
| YUV | 122.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 177 | 0 | 0.63 | 0.11 | 0.22 | 310.16 | 0.52 | 0.53 |
| Hex | C6 | 4A | B1 | 0 | 3F | B | 16 | 136 | 34 | 35 |
| Octal | 306 | 112 | 261 | 0 | 77 | 13 | 26 | 466 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10110001 | 0 | 111111 | 1011 | 10110 | 100110110 | 110100 | 110101 |
Color Harmonies of #C64AB1
Complementary color
Monochromatic Colors of #C64AB1
Black with #C64AB1
Text Example
Text Example
White with #C64AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64AB1; }
p { color: rgb(198,74,177); }
H1.HeaderClassName
{
color: #C64AB1;
}
.AnyTagClassName
{
color: #C64AB1;
}
</style>
background-color css
<style>
a { background-color: #C64AB1; }
a { background-color: rgb(198,74,177); }
div.DivClassName
{
background-color: #C64AB1;
}
.BgClassName
{
background-color: #C64AB1;
}
</style>
border-color css
<style>
span { border-color: #C64AB1; }
span { border-color: rgb(198,74,177); }
td.TdClassName
{
border-color: #C64AB1;
}
.TagClassName
{
border-color: #C64AB1;
}
</style>