Shades of Fuchsia #C64ECD
Tints of Fuchsia #C64ECD
RGB
CMYK
RGB Variations
Color information
#C64ECD (or 0xC64ECD) is known color: Fuchsia. HEX triplet: C6, 4E and CD. RGB value is (198,78,205). Sum of RGB (Red+Green+Blue) = 198+78+205=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #C64ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64ECD is #39B132. Grayscale: #7F7F7F. Windows color (decimal): -3780915 or 13455046. OLE color: 13455046.
HSL color Cylindrical-coordinate representation of color #C64ECD: hue angle of 296.69º degrees, saturation: 0.56, 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 #C64ECD is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 78 | 205 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.20 |
| HSL | 296.69º | 0.56% | 0.55% | - |
| HSV(B) | 296.69º | 0.62% | 0.8% | - |
| XYZ | 37.03 | 21.86 | 60.03 | - |
| YUV | 128.36 | 171.26 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 205 | 0.03 | 0.62 | 0 | 0.20 | 296.69 | 0.56 | 0.55 |
| Hex | C6 | 4E | CD | 3 | 3E | 0 | 14 | 129 | 38 | 37 |
| Octal | 306 | 116 | 315 | 3 | 76 | 0 | 24 | 451 | 70 | 67 |
| Binary | 11000110 | 1001110 | 11001101 | 11 | 111110 | 0 | 10100 | 100101001 | 111000 | 110111 |
Color Harmonies of #C64ECD
Complementary color
Monochromatic Colors of #C64ECD
Black with #C64ECD
Text Example
Text Example
White with #C64ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64ECD; }
p { color: rgb(198,78,205); }
H1.HeaderClassName
{
color: #C64ECD;
}
.AnyTagClassName
{
color: #C64ECD;
}
</style>
background-color css
<style>
a { background-color: #C64ECD; }
a { background-color: rgb(198,78,205); }
div.DivClassName
{
background-color: #C64ECD;
}
.BgClassName
{
background-color: #C64ECD;
}
</style>
border-color css
<style>
span { border-color: #C64ECD; }
span { border-color: rgb(198,78,205); }
td.TdClassName
{
border-color: #C64ECD;
}
.TagClassName
{
border-color: #C64ECD;
}
</style>