Shades of Fuchsia #C64EAB
Tints of Fuchsia #C64EAB
RGB
CMYK
RGB Variations
Color information
#C64EAB (or 0xC64EAB) is known color: Fuchsia. HEX triplet: C6, 4E and AB. RGB value is (198,78,171). Sum of RGB (Red+Green+Blue) = 198+78+171=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64EAB is #39B154. Grayscale: #7C7C7C. Windows color (decimal): -3780949 or 11226822. OLE color: 11226822.
HSL color Cylindrical-coordinate representation of color #C64EAB: hue angle of 313.5º 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 #C64EAB is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 171 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.22 |
| HSL | 313.5º | 0.51% | 0.54% | - |
| HSV(B) | 313.5º | 0.61% | 0.78% | - |
| XYZ | 33.36 | 20.39 | 40.71 | - |
| YUV | 124.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 171 | 0 | 0.61 | 0.14 | 0.22 | 313.5 | 0.51 | 0.54 |
| Hex | C6 | 4E | AB | 0 | 3D | E | 16 | 13A | 33 | 36 |
| Octal | 306 | 116 | 253 | 0 | 75 | 16 | 26 | 472 | 63 | 66 |
| Binary | 11000110 | 1001110 | 10101011 | 0 | 111101 | 1110 | 10110 | 100111010 | 110011 | 110110 |
Color Harmonies of #C64EAB
Complementary color
Monochromatic Colors of #C64EAB
Black with #C64EAB
Text Example
Text Example
White with #C64EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EAB; }
p { color: rgb(198,78,171); }
H1.HeaderClassName
{
color: #C64EAB;
}
.AnyTagClassName
{
color: #C64EAB;
}
</style>
background-color css
<style>
a { background-color: #C64EAB; }
a { background-color: rgb(198,78,171); }
div.DivClassName
{
background-color: #C64EAB;
}
.BgClassName
{
background-color: #C64EAB;
}
</style>
border-color css
<style>
span { border-color: #C64EAB; }
span { border-color: rgb(198,78,171); }
td.TdClassName
{
border-color: #C64EAB;
}
.TagClassName
{
border-color: #C64EAB;
}
</style>