Shades of Fuchsia #C64EB0
Tints of Fuchsia #C64EB0
RGB
CMYK
RGB Variations
Color information
#C64EB0 (or 0xC64EB0) is known color: Fuchsia. HEX triplet: C6, 4E and B0. RGB value is (198,78,176). Sum of RGB (Red+Green+Blue) = 198+78+176=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64EB0 is #39B14F. Grayscale: #7C7C7C. Windows color (decimal): -3780944 or 11554502. OLE color: 11554502.
HSL color Cylindrical-coordinate representation of color #C64EB0: hue angle of 311º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64EB0 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 176 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.22 |
| HSL | 311º | 0.51% | 0.54% | - |
| HSV(B) | 311º | 0.61% | 0.78% | - |
| XYZ | 33.85 | 20.59 | 43.26 | - |
| YUV | 125.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 176 | 0 | 0.61 | 0.11 | 0.22 | 311 | 0.51 | 0.54 |
| Hex | C6 | 4E | B0 | 0 | 3D | B | 16 | 137 | 33 | 36 |
| Octal | 306 | 116 | 260 | 0 | 75 | 13 | 26 | 467 | 63 | 66 |
| Binary | 11000110 | 1001110 | 10110000 | 0 | 111101 | 1011 | 10110 | 100110111 | 110011 | 110110 |
Color Harmonies of #C64EB0
Complementary color
Monochromatic Colors of #C64EB0
Black with #C64EB0
Text Example
Text Example
White with #C64EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EB0; }
p { color: rgb(198,78,176); }
H1.HeaderClassName
{
color: #C64EB0;
}
.AnyTagClassName
{
color: #C64EB0;
}
</style>
background-color css
<style>
a { background-color: #C64EB0; }
a { background-color: rgb(198,78,176); }
div.DivClassName
{
background-color: #C64EB0;
}
.BgClassName
{
background-color: #C64EB0;
}
</style>
border-color css
<style>
span { border-color: #C64EB0; }
span { border-color: rgb(198,78,176); }
td.TdClassName
{
border-color: #C64EB0;
}
.TagClassName
{
border-color: #C64EB0;
}
</style>