Shades of Fuchsia #C64AC1
Tints of Fuchsia #C64AC1
RGB
CMYK
RGB Variations
Color information
#C64AC1 (or 0xC64AC1) is known color: Fuchsia. HEX triplet: C6, 4A and C1. RGB value is (198,74,193). Sum of RGB (Red+Green+Blue) = 198+74+193=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C64AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64AC1 is #39B53E. Grayscale: #7C7C7C. Windows color (decimal): -3781951 or 12667590. OLE color: 12667590.
HSL color Cylindrical-coordinate representation of color #C64AC1: hue angle of 302.42º 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 #C64AC1 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 193 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.22 |
| HSL | 302.42º | 0.52% | 0.53% | - |
| HSV(B) | 302.42º | 0.63% | 0.78% | - |
| XYZ | 35.36 | 20.75 | 52.59 | - |
| YUV | 124.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 193 | 0 | 0.63 | 0.03 | 0.22 | 302.42 | 0.52 | 0.53 |
| Hex | C6 | 4A | C1 | 0 | 3F | 3 | 16 | 12E | 34 | 35 |
| Octal | 306 | 112 | 301 | 0 | 77 | 3 | 26 | 456 | 64 | 65 |
| Binary | 11000110 | 1001010 | 11000001 | 0 | 111111 | 11 | 10110 | 100101110 | 110100 | 110101 |
Color Harmonies of #C64AC1
Complementary color
Monochromatic Colors of #C64AC1
Black with #C64AC1
Text Example
Text Example
White with #C64AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64AC1; }
p { color: rgb(198,74,193); }
H1.HeaderClassName
{
color: #C64AC1;
}
.AnyTagClassName
{
color: #C64AC1;
}
</style>
background-color css
<style>
a { background-color: #C64AC1; }
a { background-color: rgb(198,74,193); }
div.DivClassName
{
background-color: #C64AC1;
}
.BgClassName
{
background-color: #C64AC1;
}
</style>
border-color css
<style>
span { border-color: #C64AC1; }
span { border-color: rgb(198,74,193); }
td.TdClassName
{
border-color: #C64AC1;
}
.TagClassName
{
border-color: #C64AC1;
}
</style>