Shades of Fuchsia #C648BC
Tints of Fuchsia #C648BC
RGB
CMYK
RGB Variations
Color information
#C648BC (or 0xC648BC) is known color: Fuchsia. HEX triplet: C6, 48 and BC. RGB value is (198,72,188). Sum of RGB (Red+Green+Blue) = 198+72+188=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C648BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648BC is #39B743. Grayscale: #7A7A7A. Windows color (decimal): -3782468 or 12339398. OLE color: 12339398.
HSL color Cylindrical-coordinate representation of color #C648BC: hue angle of 304.76º 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 #C648BC is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 188 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.22 |
| HSL | 304.76º | 0.53% | 0.53% | - |
| HSV(B) | 304.76º | 0.64% | 0.78% | - |
| XYZ | 34.68 | 20.27 | 49.66 | - |
| YUV | 122.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 188 | 0 | 0.64 | 0.05 | 0.22 | 304.76 | 0.53 | 0.53 |
| Hex | C6 | 48 | BC | 0 | 40 | 5 | 16 | 131 | 34 | 35 |
| Octal | 306 | 110 | 274 | 0 | 100 | 5 | 26 | 461 | 64 | 65 |
| Binary | 11000110 | 1001000 | 10111100 | 0 | 1000000 | 101 | 10110 | 100110001 | 110100 | 110101 |
Color Harmonies of #C648BC
Complementary color
Monochromatic Colors of #C648BC
Black with #C648BC
Text Example
Text Example
White with #C648BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C648BC; }
p { color: rgb(198,72,188); }
H1.HeaderClassName
{
color: #C648BC;
}
.AnyTagClassName
{
color: #C648BC;
}
</style>
background-color css
<style>
a { background-color: #C648BC; }
a { background-color: rgb(198,72,188); }
div.DivClassName
{
background-color: #C648BC;
}
.BgClassName
{
background-color: #C648BC;
}
</style>
border-color css
<style>
span { border-color: #C648BC; }
span { border-color: rgb(198,72,188); }
td.TdClassName
{
border-color: #C648BC;
}
.TagClassName
{
border-color: #C648BC;
}
</style>