Shades of Fuchsia #C64DC8
Tints of Fuchsia #C64DC8
RGB
CMYK
RGB Variations
Color information
#C64DC8 (or 0xC64DC8) is known color: Fuchsia. HEX triplet: C6, 4D and C8. RGB value is (198,77,200). Sum of RGB (Red+Green+Blue) = 198+77+200=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #C64DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DC8 is #39B237. Grayscale: #7E7E7E. Windows color (decimal): -3781176 or 13127110. OLE color: 13127110.
HSL color Cylindrical-coordinate representation of color #C64DC8: hue angle of 299.02º degrees, saturation: 0.53, 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 #C64DC8 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 200 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.22 |
| HSL | 299.02º | 0.53% | 0.54% | - |
| HSV(B) | 299.02º | 0.62% | 0.78% | - |
| XYZ | 36.37 | 21.48 | 56.87 | - |
| YUV | 127.2 | 169.09 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 200 | 0.01 | 0.62 | 0 | 0.22 | 299.02 | 0.53 | 0.54 |
| Hex | C6 | 4D | C8 | 1 | 3E | 0 | 16 | 12B | 35 | 36 |
| Octal | 306 | 115 | 310 | 1 | 76 | 0 | 26 | 453 | 65 | 66 |
| Binary | 11000110 | 1001101 | 11001000 | 1 | 111110 | 0 | 10110 | 100101011 | 110101 | 110110 |
Color Harmonies of #C64DC8
Complementary color
Monochromatic Colors of #C64DC8
Black with #C64DC8
Text Example
Text Example
White with #C64DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DC8; }
p { color: rgb(198,77,200); }
H1.HeaderClassName
{
color: #C64DC8;
}
.AnyTagClassName
{
color: #C64DC8;
}
</style>
background-color css
<style>
a { background-color: #C64DC8; }
a { background-color: rgb(198,77,200); }
div.DivClassName
{
background-color: #C64DC8;
}
.BgClassName
{
background-color: #C64DC8;
}
</style>
border-color css
<style>
span { border-color: #C64DC8; }
span { border-color: rgb(198,77,200); }
td.TdClassName
{
border-color: #C64DC8;
}
.TagClassName
{
border-color: #C64DC8;
}
</style>