Shades of Fuchsia #C64DCC
Tints of Fuchsia #C64DCC
RGB
CMYK
RGB Variations
Color information
#C64DCC (or 0xC64DCC) is known color: Fuchsia. HEX triplet: C6, 4D and CC. RGB value is (198,77,204). Sum of RGB (Red+Green+Blue) = 198+77+204=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #C64DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DCC is #39B233. Grayscale: #7F7F7F. Windows color (decimal): -3781172 or 13389254. OLE color: 13389254.
HSL color Cylindrical-coordinate representation of color #C64DCC: hue angle of 297.17º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64DCC is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 77 | 204 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.2 |
| HSL | 297.17º | 0.55% | 0.55% | - |
| HSV(B) | 297.17º | 0.62% | 0.8% | - |
| XYZ | 36.84 | 21.67 | 59.37 | - |
| YUV | 127.66 | 171.09 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 204 | 0.03 | 0.62 | 0 | 0.2 | 297.17 | 0.55 | 0.55 |
| Hex | C6 | 4D | CC | 3 | 3E | 0 | 14 | 129 | 37 | 37 |
| Octal | 306 | 115 | 314 | 3 | 76 | 0 | 24 | 451 | 67 | 67 |
| Binary | 11000110 | 1001101 | 11001100 | 11 | 111110 | 0 | 10100 | 100101001 | 110111 | 110111 |
Color Harmonies of #C64DCC
Complementary color
Monochromatic Colors of #C64DCC
Black with #C64DCC
Text Example
Text Example
White with #C64DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DCC; }
p { color: rgb(198,77,204); }
H1.HeaderClassName
{
color: #C64DCC;
}
.AnyTagClassName
{
color: #C64DCC;
}
</style>
background-color css
<style>
a { background-color: #C64DCC; }
a { background-color: rgb(198,77,204); }
div.DivClassName
{
background-color: #C64DCC;
}
.BgClassName
{
background-color: #C64DCC;
}
</style>
border-color css
<style>
span { border-color: #C64DCC; }
span { border-color: rgb(198,77,204); }
td.TdClassName
{
border-color: #C64DCC;
}
.TagClassName
{
border-color: #C64DCC;
}
</style>