Shades of Fuchsia #C648BE
Tints of Fuchsia #C648BE
RGB
CMYK
RGB Variations
Color information
#C648BE (or 0xC648BE) is known color: Fuchsia. HEX triplet: C6, 48 and BE. RGB value is (198,72,190). Sum of RGB (Red+Green+Blue) = 198+72+190=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C648BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648BE is #39B741. Grayscale: #7A7A7A. Windows color (decimal): -3782466 or 12470470. OLE color: 12470470.
HSL color Cylindrical-coordinate representation of color #C648BE: hue angle of 303.81º 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 #C648BE is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 190 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.22 |
| HSL | 303.81º | 0.53% | 0.53% | - |
| HSV(B) | 303.81º | 0.64% | 0.78% | - |
| XYZ | 34.9 | 20.36 | 50.81 | - |
| YUV | 123.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 190 | 0 | 0.64 | 0.04 | 0.22 | 303.81 | 0.53 | 0.53 |
| Hex | C6 | 48 | BE | 0 | 40 | 4 | 16 | 130 | 34 | 35 |
| Octal | 306 | 110 | 276 | 0 | 100 | 4 | 26 | 460 | 64 | 65 |
| Binary | 11000110 | 1001000 | 10111110 | 0 | 1000000 | 100 | 10110 | 100110000 | 110100 | 110101 |
Color Harmonies of #C648BE
Complementary color
Monochromatic Colors of #C648BE
Black with #C648BE
Text Example
Text Example
White with #C648BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C648BE; }
p { color: rgb(198,72,190); }
H1.HeaderClassName
{
color: #C648BE;
}
.AnyTagClassName
{
color: #C648BE;
}
</style>
background-color css
<style>
a { background-color: #C648BE; }
a { background-color: rgb(198,72,190); }
div.DivClassName
{
background-color: #C648BE;
}
.BgClassName
{
background-color: #C648BE;
}
</style>
border-color css
<style>
span { border-color: #C648BE; }
span { border-color: rgb(198,72,190); }
td.TdClassName
{
border-color: #C648BE;
}
.TagClassName
{
border-color: #C648BE;
}
</style>