Shades of Fuchsia #C64DB6
Tints of Fuchsia #C64DB6
RGB
CMYK
RGB Variations
Color information
#C64DB6 (or 0xC64DB6) is known color: Fuchsia. HEX triplet: C6, 4D and B6. RGB value is (198,77,182). Sum of RGB (Red+Green+Blue) = 198+77+182=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DB6 is #39B249. Grayscale: #7C7C7C. Windows color (decimal): -3781194 or 11947462. OLE color: 11947462.
HSL color Cylindrical-coordinate representation of color #C64DB6: hue angle of 307.93º 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 #C64DB6 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 182 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.22 |
| HSL | 307.93º | 0.51% | 0.54% | - |
| HSV(B) | 307.93º | 0.61% | 0.78% | - |
| XYZ | 34.39 | 20.69 | 46.44 | - |
| YUV | 125.15 | 160.09 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 182 | 0 | 0.61 | 0.08 | 0.22 | 307.93 | 0.51 | 0.54 |
| Hex | C6 | 4D | B6 | 0 | 3D | 8 | 16 | 134 | 33 | 36 |
| Octal | 306 | 115 | 266 | 0 | 75 | 10 | 26 | 464 | 63 | 66 |
| Binary | 11000110 | 1001101 | 10110110 | 0 | 111101 | 1000 | 10110 | 100110100 | 110011 | 110110 |
Color Harmonies of #C64DB6
Complementary color
Monochromatic Colors of #C64DB6
Black with #C64DB6
Text Example
Text Example
White with #C64DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DB6; }
p { color: rgb(198,77,182); }
H1.HeaderClassName
{
color: #C64DB6;
}
.AnyTagClassName
{
color: #C64DB6;
}
</style>
background-color css
<style>
a { background-color: #C64DB6; }
a { background-color: rgb(198,77,182); }
div.DivClassName
{
background-color: #C64DB6;
}
.BgClassName
{
background-color: #C64DB6;
}
</style>
border-color css
<style>
span { border-color: #C64DB6; }
span { border-color: rgb(198,77,182); }
td.TdClassName
{
border-color: #C64DB6;
}
.TagClassName
{
border-color: #C64DB6;
}
</style>