Shades of Fuchsia #C64DBF
Tints of Fuchsia #C64DBF
RGB
CMYK
RGB Variations
Color information
#C64DBF (or 0xC64DBF) is known color: Fuchsia. HEX triplet: C6, 4D and BF. RGB value is (198,77,191). Sum of RGB (Red+Green+Blue) = 198+77+191=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DBF is #39B240. Grayscale: #7D7D7D. Windows color (decimal): -3781185 or 12537286. OLE color: 12537286.
HSL color Cylindrical-coordinate representation of color #C64DBF: hue angle of 303.47º 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 #C64DBF is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 191 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.22 |
| HSL | 303.47º | 0.51% | 0.54% | - |
| HSV(B) | 303.47º | 0.61% | 0.78% | - |
| XYZ | 35.35 | 21.08 | 51.5 | - |
| YUV | 126.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 191 | 0 | 0.61 | 0.04 | 0.22 | 303.47 | 0.51 | 0.54 |
| Hex | C6 | 4D | BF | 0 | 3D | 4 | 16 | 12F | 33 | 36 |
| Octal | 306 | 115 | 277 | 0 | 75 | 4 | 26 | 457 | 63 | 66 |
| Binary | 11000110 | 1001101 | 10111111 | 0 | 111101 | 100 | 10110 | 100101111 | 110011 | 110110 |
Color Harmonies of #C64DBF
Complementary color
Monochromatic Colors of #C64DBF
Black with #C64DBF
Text Example
Text Example
White with #C64DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DBF; }
p { color: rgb(198,77,191); }
H1.HeaderClassName
{
color: #C64DBF;
}
.AnyTagClassName
{
color: #C64DBF;
}
</style>
background-color css
<style>
a { background-color: #C64DBF; }
a { background-color: rgb(198,77,191); }
div.DivClassName
{
background-color: #C64DBF;
}
.BgClassName
{
background-color: #C64DBF;
}
</style>
border-color css
<style>
span { border-color: #C64DBF; }
span { border-color: rgb(198,77,191); }
td.TdClassName
{
border-color: #C64DBF;
}
.TagClassName
{
border-color: #C64DBF;
}
</style>