Shades of Fuchsia #C64DBD
Tints of Fuchsia #C64DBD
RGB
CMYK
RGB Variations
Color information
#C64DBD (or 0xC64DBD) is known color: Fuchsia. HEX triplet: C6, 4D and BD. RGB value is (198,77,189). Sum of RGB (Red+Green+Blue) = 198+77+189=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DBD is #39B242. Grayscale: #7D7D7D. Windows color (decimal): -3781187 or 12406214. OLE color: 12406214.
HSL color Cylindrical-coordinate representation of color #C64DBD: hue angle of 304.46º 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 #C64DBD is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 189 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.22 |
| HSL | 304.46º | 0.51% | 0.54% | - |
| HSV(B) | 304.46º | 0.61% | 0.78% | - |
| XYZ | 35.13 | 20.99 | 50.34 | - |
| YUV | 125.95 | 163.59 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 189 | 0 | 0.61 | 0.05 | 0.22 | 304.46 | 0.51 | 0.54 |
| Hex | C6 | 4D | BD | 0 | 3D | 5 | 16 | 130 | 33 | 36 |
| Octal | 306 | 115 | 275 | 0 | 75 | 5 | 26 | 460 | 63 | 66 |
| Binary | 11000110 | 1001101 | 10111101 | 0 | 111101 | 101 | 10110 | 100110000 | 110011 | 110110 |
Color Harmonies of #C64DBD
Complementary color
Monochromatic Colors of #C64DBD
Black with #C64DBD
Text Example
Text Example
White with #C64DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DBD; }
p { color: rgb(198,77,189); }
H1.HeaderClassName
{
color: #C64DBD;
}
.AnyTagClassName
{
color: #C64DBD;
}
</style>
background-color css
<style>
a { background-color: #C64DBD; }
a { background-color: rgb(198,77,189); }
div.DivClassName
{
background-color: #C64DBD;
}
.BgClassName
{
background-color: #C64DBD;
}
</style>
border-color css
<style>
span { border-color: #C64DBD; }
span { border-color: rgb(198,77,189); }
td.TdClassName
{
border-color: #C64DBD;
}
.TagClassName
{
border-color: #C64DBD;
}
</style>