Shades of Fuchsia #C64AC8
Tints of Fuchsia #C64AC8
RGB
CMYK
RGB Variations
Color information
#C64AC8 (or 0xC64AC8) is known color: Fuchsia. HEX triplet: C6, 4A and C8. RGB value is (198,74,200). Sum of RGB (Red+Green+Blue) = 198+74+200=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #C64AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64AC8 is #39B537. Grayscale: #7D7D7D. Windows color (decimal): -3781944 or 13126342. OLE color: 13126342.
HSL color Cylindrical-coordinate representation of color #C64AC8: hue angle of 299.05º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64AC8 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 200 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.22 |
| HSL | 299.05º | 0.53% | 0.54% | - |
| HSV(B) | 299.05º | 0.63% | 0.78% | - |
| XYZ | 36.16 | 21.07 | 56.81 | - |
| YUV | 125.44 | 170.08 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 200 | 0.01 | 0.63 | 0 | 0.22 | 299.05 | 0.53 | 0.54 |
| Hex | C6 | 4A | C8 | 1 | 3F | 0 | 16 | 12B | 35 | 36 |
| Octal | 306 | 112 | 310 | 1 | 77 | 0 | 26 | 453 | 65 | 66 |
| Binary | 11000110 | 1001010 | 11001000 | 1 | 111111 | 0 | 10110 | 100101011 | 110101 | 110110 |
Color Harmonies of #C64AC8
Complementary color
Monochromatic Colors of #C64AC8
Black with #C64AC8
Text Example
Text Example
White with #C64AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64AC8; }
p { color: rgb(198,74,200); }
H1.HeaderClassName
{
color: #C64AC8;
}
.AnyTagClassName
{
color: #C64AC8;
}
</style>
background-color css
<style>
a { background-color: #C64AC8; }
a { background-color: rgb(198,74,200); }
div.DivClassName
{
background-color: #C64AC8;
}
.BgClassName
{
background-color: #C64AC8;
}
</style>
border-color css
<style>
span { border-color: #C64AC8; }
span { border-color: rgb(198,74,200); }
td.TdClassName
{
border-color: #C64AC8;
}
.TagClassName
{
border-color: #C64AC8;
}
</style>