Shades of Fuchsia #C848AD
Tints of Fuchsia #C848AD
RGB
CMYK
RGB Variations
Color information
#C848AD (or 0xC848AD) is known color: Fuchsia. HEX triplet: C8, 48 and AD. RGB value is (200,72,173). Sum of RGB (Red+Green+Blue) = 200+72+173=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C848AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C848AD is #37B752. Grayscale: #797979. Windows color (decimal): -3651411 or 11356360. OLE color: 11356360.
HSL color Cylindrical-coordinate representation of color #C848AD: hue angle of 312.66º 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 #C848AD is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 173 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.22 |
| HSL | 312.66º | 0.54% | 0.53% | - |
| HSV(B) | 312.66º | 0.64% | 0.78% | - |
| XYZ | 33.68 | 19.93 | 41.61 | - |
| YUV | 121.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 173 | 0 | 0.64 | 0.14 | 0.22 | 312.66 | 0.54 | 0.53 |
| Hex | C8 | 48 | AD | 0 | 40 | E | 16 | 139 | 36 | 35 |
| Octal | 310 | 110 | 255 | 0 | 100 | 16 | 26 | 471 | 66 | 65 |
| Binary | 11001000 | 1001000 | 10101101 | 0 | 1000000 | 1110 | 10110 | 100111001 | 110110 | 110101 |
Color Harmonies of #C848AD
Complementary color
Monochromatic Colors of #C848AD
Black with #C848AD
Text Example
Text Example
White with #C848AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848AD; }
p { color: rgb(200,72,173); }
H1.HeaderClassName
{
color: #C848AD;
}
.AnyTagClassName
{
color: #C848AD;
}
</style>
background-color css
<style>
a { background-color: #C848AD; }
a { background-color: rgb(200,72,173); }
div.DivClassName
{
background-color: #C848AD;
}
.BgClassName
{
background-color: #C848AD;
}
</style>
border-color css
<style>
span { border-color: #C848AD; }
span { border-color: rgb(200,72,173); }
td.TdClassName
{
border-color: #C848AD;
}
.TagClassName
{
border-color: #C848AD;
}
</style>