Shades of Fuchsia #C64DB7
Tints of Fuchsia #C64DB7
RGB
CMYK
RGB Variations
Color information
#C64DB7 (or 0xC64DB7) is known color: Fuchsia. HEX triplet: C6, 4D and B7. RGB value is (198,77,183). Sum of RGB (Red+Green+Blue) = 198+77+183=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DB7 is #39B248. Grayscale: #7C7C7C. Windows color (decimal): -3781193 or 12012998. OLE color: 12012998.
HSL color Cylindrical-coordinate representation of color #C64DB7: hue angle of 307.44º 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 #C64DB7 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 183 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.22 |
| HSL | 307.44º | 0.51% | 0.54% | - |
| HSV(B) | 307.44º | 0.61% | 0.78% | - |
| XYZ | 34.49 | 20.73 | 46.98 | - |
| YUV | 125.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 183 | 0 | 0.61 | 0.08 | 0.22 | 307.44 | 0.51 | 0.54 |
| Hex | C6 | 4D | B7 | 0 | 3D | 8 | 16 | 133 | 33 | 36 |
| Octal | 306 | 115 | 267 | 0 | 75 | 10 | 26 | 463 | 63 | 66 |
| Binary | 11000110 | 1001101 | 10110111 | 0 | 111101 | 1000 | 10110 | 100110011 | 110011 | 110110 |
Color Harmonies of #C64DB7
Complementary color
Monochromatic Colors of #C64DB7
Black with #C64DB7
Text Example
Text Example
White with #C64DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DB7; }
p { color: rgb(198,77,183); }
H1.HeaderClassName
{
color: #C64DB7;
}
.AnyTagClassName
{
color: #C64DB7;
}
</style>
background-color css
<style>
a { background-color: #C64DB7; }
a { background-color: rgb(198,77,183); }
div.DivClassName
{
background-color: #C64DB7;
}
.BgClassName
{
background-color: #C64DB7;
}
</style>
border-color css
<style>
span { border-color: #C64DB7; }
span { border-color: rgb(198,77,183); }
td.TdClassName
{
border-color: #C64DB7;
}
.TagClassName
{
border-color: #C64DB7;
}
</style>