Shades of Fuchsia #C848B1
Tints of Fuchsia #C848B1
RGB
CMYK
RGB Variations
Color information
#C848B1 (or 0xC848B1) is known color: Fuchsia. HEX triplet: C8, 48 and B1. RGB value is (200,72,177). Sum of RGB (Red+Green+Blue) = 200+72+177=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C848B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C848B1 is #37B74E. Grayscale: #797979. Windows color (decimal): -3651407 or 11618504. OLE color: 11618504.
HSL color Cylindrical-coordinate representation of color #C848B1: hue angle of 310.78º 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 #C848B1 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 177 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.22 |
| HSL | 310.78º | 0.54% | 0.53% | - |
| HSV(B) | 310.78º | 0.64% | 0.78% | - |
| XYZ | 34.07 | 20.09 | 43.68 | - |
| YUV | 122.24 | 158.91 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 177 | 0 | 0.64 | 0.12 | 0.22 | 310.78 | 0.54 | 0.53 |
| Hex | C8 | 48 | B1 | 0 | 40 | C | 16 | 137 | 36 | 35 |
| Octal | 310 | 110 | 261 | 0 | 100 | 14 | 26 | 467 | 66 | 65 |
| Binary | 11001000 | 1001000 | 10110001 | 0 | 1000000 | 1100 | 10110 | 100110111 | 110110 | 110101 |
Color Harmonies of #C848B1
Complementary color
Monochromatic Colors of #C848B1
Black with #C848B1
Text Example
Text Example
White with #C848B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848B1; }
p { color: rgb(200,72,177); }
H1.HeaderClassName
{
color: #C848B1;
}
.AnyTagClassName
{
color: #C848B1;
}
</style>
background-color css
<style>
a { background-color: #C848B1; }
a { background-color: rgb(200,72,177); }
div.DivClassName
{
background-color: #C848B1;
}
.BgClassName
{
background-color: #C848B1;
}
</style>
border-color css
<style>
span { border-color: #C848B1; }
span { border-color: rgb(200,72,177); }
td.TdClassName
{
border-color: #C848B1;
}
.TagClassName
{
border-color: #C848B1;
}
</style>