Shades of Fuchsia #C848BA
Tints of Fuchsia #C848BA
RGB
CMYK
RGB Variations
Color information
#C848BA (or 0xC848BA) is known color: Fuchsia. HEX triplet: C8, 48 and BA. RGB value is (200,72,186). Sum of RGB (Red+Green+Blue) = 200+72+186=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C848BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848BA is #37B745. Grayscale: #7A7A7A. Windows color (decimal): -3651398 or 12208328. OLE color: 12208328.
HSL color Cylindrical-coordinate representation of color #C848BA: hue angle of 306.56º degrees, saturation: 0.54, 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 #C848BA is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 186 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.22 |
| HSL | 306.56º | 0.54% | 0.53% | - |
| HSV(B) | 306.56º | 0.64% | 0.78% | - |
| XYZ | 35 | 20.46 | 48.56 | - |
| YUV | 123.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 186 | 0 | 0.64 | 0.07 | 0.22 | 306.56 | 0.54 | 0.53 |
| Hex | C8 | 48 | BA | 0 | 40 | 7 | 16 | 133 | 36 | 35 |
| Octal | 310 | 110 | 272 | 0 | 100 | 7 | 26 | 463 | 66 | 65 |
| Binary | 11001000 | 1001000 | 10111010 | 0 | 1000000 | 111 | 10110 | 100110011 | 110110 | 110101 |
Color Harmonies of #C848BA
Complementary color
Monochromatic Colors of #C848BA
Black with #C848BA
Text Example
Text Example
White with #C848BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848BA; }
p { color: rgb(200,72,186); }
H1.HeaderClassName
{
color: #C848BA;
}
.AnyTagClassName
{
color: #C848BA;
}
</style>
background-color css
<style>
a { background-color: #C848BA; }
a { background-color: rgb(200,72,186); }
div.DivClassName
{
background-color: #C848BA;
}
.BgClassName
{
background-color: #C848BA;
}
</style>
border-color css
<style>
span { border-color: #C848BA; }
span { border-color: rgb(200,72,186); }
td.TdClassName
{
border-color: #C848BA;
}
.TagClassName
{
border-color: #C848BA;
}
</style>