Shades of Fuchsia #C848B9
Tints of Fuchsia #C848B9
RGB
CMYK
RGB Variations
Color information
#C848B9 (or 0xC848B9) is known color: Fuchsia. HEX triplet: C8, 48 and B9. RGB value is (200,72,185). Sum of RGB (Red+Green+Blue) = 200+72+185=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C848B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848B9 is #37B746. Grayscale: #7A7A7A. Windows color (decimal): -3651399 or 12142792. OLE color: 12142792.
HSL color Cylindrical-coordinate representation of color #C848B9: hue angle of 307.03º 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 #C848B9 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 185 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.22 |
| HSL | 307.03º | 0.54% | 0.53% | - |
| HSV(B) | 307.03º | 0.64% | 0.78% | - |
| XYZ | 34.89 | 20.42 | 48 | - |
| YUV | 123.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 185 | 0 | 0.64 | 0.08 | 0.22 | 307.03 | 0.54 | 0.53 |
| Hex | C8 | 48 | B9 | 0 | 40 | 8 | 16 | 133 | 36 | 35 |
| Octal | 310 | 110 | 271 | 0 | 100 | 10 | 26 | 463 | 66 | 65 |
| Binary | 11001000 | 1001000 | 10111001 | 0 | 1000000 | 1000 | 10110 | 100110011 | 110110 | 110101 |
Color Harmonies of #C848B9
Complementary color
Monochromatic Colors of #C848B9
Black with #C848B9
Text Example
Text Example
White with #C848B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848B9; }
p { color: rgb(200,72,185); }
H1.HeaderClassName
{
color: #C848B9;
}
.AnyTagClassName
{
color: #C848B9;
}
</style>
background-color css
<style>
a { background-color: #C848B9; }
a { background-color: rgb(200,72,185); }
div.DivClassName
{
background-color: #C848B9;
}
.BgClassName
{
background-color: #C848B9;
}
</style>
border-color css
<style>
span { border-color: #C848B9; }
span { border-color: rgb(200,72,185); }
td.TdClassName
{
border-color: #C848B9;
}
.TagClassName
{
border-color: #C848B9;
}
</style>