Shades of Fuchsia #C848AF
Tints of Fuchsia #C848AF
RGB
CMYK
RGB Variations
Color information
#C848AF (or 0xC848AF) is known color: Fuchsia. HEX triplet: C8, 48 and AF. RGB value is (200,72,175). Sum of RGB (Red+Green+Blue) = 200+72+175=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C848AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C848AF is #37B750. Grayscale: #797979. Windows color (decimal): -3651409 or 11487432. OLE color: 11487432.
HSL color Cylindrical-coordinate representation of color #C848AF: hue angle of 311.72º 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 #C848AF is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 175 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.22 |
| HSL | 311.72º | 0.54% | 0.53% | - |
| HSV(B) | 311.72º | 0.64% | 0.78% | - |
| XYZ | 33.87 | 20.01 | 42.63 | - |
| YUV | 122.01 | 157.91 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 175 | 0 | 0.64 | 0.12 | 0.22 | 311.72 | 0.54 | 0.53 |
| Hex | C8 | 48 | AF | 0 | 40 | C | 16 | 138 | 36 | 35 |
| Octal | 310 | 110 | 257 | 0 | 100 | 14 | 26 | 470 | 66 | 65 |
| Binary | 11001000 | 1001000 | 10101111 | 0 | 1000000 | 1100 | 10110 | 100111000 | 110110 | 110101 |
Color Harmonies of #C848AF
Complementary color
Monochromatic Colors of #C848AF
Black with #C848AF
Text Example
Text Example
White with #C848AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848AF; }
p { color: rgb(200,72,175); }
H1.HeaderClassName
{
color: #C848AF;
}
.AnyTagClassName
{
color: #C848AF;
}
</style>
background-color css
<style>
a { background-color: #C848AF; }
a { background-color: rgb(200,72,175); }
div.DivClassName
{
background-color: #C848AF;
}
.BgClassName
{
background-color: #C848AF;
}
</style>
border-color css
<style>
span { border-color: #C848AF; }
span { border-color: rgb(200,72,175); }
td.TdClassName
{
border-color: #C848AF;
}
.TagClassName
{
border-color: #C848AF;
}
</style>