Shades of Fuchsia #C648BA
Tints of Fuchsia #C648BA
RGB
CMYK
RGB Variations
Color information
#C648BA (or 0xC648BA) is known color: Fuchsia. HEX triplet: C6, 48 and BA. RGB value is (198,72,186). Sum of RGB (Red+Green+Blue) = 198+72+186=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C648BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648BA is #39B745. Grayscale: #7A7A7A. Windows color (decimal): -3782470 or 12208326. OLE color: 12208326.
HSL color Cylindrical-coordinate representation of color #C648BA: hue angle of 305.71º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C648BA is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 186 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.22 |
| HSL | 305.71º | 0.53% | 0.53% | - |
| HSV(B) | 305.71º | 0.64% | 0.78% | - |
| XYZ | 34.47 | 20.19 | 48.53 | - |
| YUV | 122.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 186 | 0 | 0.64 | 0.06 | 0.22 | 305.71 | 0.53 | 0.53 |
| Hex | C6 | 48 | BA | 0 | 40 | 6 | 16 | 132 | 34 | 35 |
| Octal | 306 | 110 | 272 | 0 | 100 | 6 | 26 | 462 | 64 | 65 |
| Binary | 11000110 | 1001000 | 10111010 | 0 | 1000000 | 110 | 10110 | 100110010 | 110100 | 110101 |
Color Harmonies of #C648BA
Complementary color
Monochromatic Colors of #C648BA
Black with #C648BA
Text Example
Text Example
White with #C648BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C648BA; }
p { color: rgb(198,72,186); }
H1.HeaderClassName
{
color: #C648BA;
}
.AnyTagClassName
{
color: #C648BA;
}
</style>
background-color css
<style>
a { background-color: #C648BA; }
a { background-color: rgb(198,72,186); }
div.DivClassName
{
background-color: #C648BA;
}
.BgClassName
{
background-color: #C648BA;
}
</style>
border-color css
<style>
span { border-color: #C648BA; }
span { border-color: rgb(198,72,186); }
td.TdClassName
{
border-color: #C648BA;
}
.TagClassName
{
border-color: #C648BA;
}
</style>