Shades of Fuchsia #C64ECC
Tints of Fuchsia #C64ECC
RGB
CMYK
RGB Variations
Color information
#C64ECC (or 0xC64ECC) is known color: Fuchsia. HEX triplet: C6, 4E and CC. RGB value is (198,78,204). Sum of RGB (Red+Green+Blue) = 198+78+204=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #C64ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64ECC is #39B133. Grayscale: #7F7F7F. Windows color (decimal): -3780916 or 13389510. OLE color: 13389510.
HSL color Cylindrical-coordinate representation of color #C64ECC: hue angle of 297.14º 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 #C64ECC is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 78 | 204 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.2 |
| HSL | 297.14º | 0.55% | 0.55% | - |
| HSV(B) | 297.14º | 0.62% | 0.8% | - |
| XYZ | 36.91 | 21.81 | 59.39 | - |
| YUV | 128.24 | 170.76 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 204 | 0.03 | 0.62 | 0 | 0.2 | 297.14 | 0.55 | 0.55 |
| Hex | C6 | 4E | CC | 3 | 3E | 0 | 14 | 129 | 37 | 37 |
| Octal | 306 | 116 | 314 | 3 | 76 | 0 | 24 | 451 | 67 | 67 |
| Binary | 11000110 | 1001110 | 11001100 | 11 | 111110 | 0 | 10100 | 100101001 | 110111 | 110111 |
Color Harmonies of #C64ECC
Complementary color
Monochromatic Colors of #C64ECC
Black with #C64ECC
Text Example
Text Example
White with #C64ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64ECC; }
p { color: rgb(198,78,204); }
H1.HeaderClassName
{
color: #C64ECC;
}
.AnyTagClassName
{
color: #C64ECC;
}
</style>
background-color css
<style>
a { background-color: #C64ECC; }
a { background-color: rgb(198,78,204); }
div.DivClassName
{
background-color: #C64ECC;
}
.BgClassName
{
background-color: #C64ECC;
}
</style>
border-color css
<style>
span { border-color: #C64ECC; }
span { border-color: rgb(198,78,204); }
td.TdClassName
{
border-color: #C64ECC;
}
.TagClassName
{
border-color: #C64ECC;
}
</style>