Shades of Fuchsia #C64DB8
Tints of Fuchsia #C64DB8
RGB
CMYK
RGB Variations
Color information
#C64DB8 (or 0xC64DB8) is known color: Fuchsia. HEX triplet: C6, 4D and B8. RGB value is (198,77,184). Sum of RGB (Red+Green+Blue) = 198+77+184=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DB8 is #39B247. Grayscale: #7D7D7D. Windows color (decimal): -3781192 or 12078534. OLE color: 12078534.
HSL color Cylindrical-coordinate representation of color #C64DB8: hue angle of 306.94º 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 #C64DB8 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 184 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.22 |
| HSL | 306.94º | 0.51% | 0.54% | - |
| HSV(B) | 306.94º | 0.61% | 0.78% | - |
| XYZ | 34.59 | 20.77 | 47.53 | - |
| YUV | 125.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 184 | 0 | 0.61 | 0.07 | 0.22 | 306.94 | 0.51 | 0.54 |
| Hex | C6 | 4D | B8 | 0 | 3D | 7 | 16 | 133 | 33 | 36 |
| Octal | 306 | 115 | 270 | 0 | 75 | 7 | 26 | 463 | 63 | 66 |
| Binary | 11000110 | 1001101 | 10111000 | 0 | 111101 | 111 | 10110 | 100110011 | 110011 | 110110 |
Color Harmonies of #C64DB8
Complementary color
Monochromatic Colors of #C64DB8
Black with #C64DB8
Text Example
Text Example
White with #C64DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DB8; }
p { color: rgb(198,77,184); }
H1.HeaderClassName
{
color: #C64DB8;
}
.AnyTagClassName
{
color: #C64DB8;
}
</style>
background-color css
<style>
a { background-color: #C64DB8; }
a { background-color: rgb(198,77,184); }
div.DivClassName
{
background-color: #C64DB8;
}
.BgClassName
{
background-color: #C64DB8;
}
</style>
border-color css
<style>
span { border-color: #C64DB8; }
span { border-color: rgb(198,77,184); }
td.TdClassName
{
border-color: #C64DB8;
}
.TagClassName
{
border-color: #C64DB8;
}
</style>