Shades of Fuchsia #C847C5
Tints of Fuchsia #C847C5
RGB
CMYK
RGB Variations
Color information
#C847C5 (or 0xC847C5) is known color: Fuchsia. HEX triplet: C8, 47 and C5. RGB value is (200,71,197). Sum of RGB (Red+Green+Blue) = 200+71+197=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C847C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C847C5 is #37B83A. Grayscale: #7B7B7B. Windows color (decimal): -3651643 or 12928968. OLE color: 12928968.
HSL color Cylindrical-coordinate representation of color #C847C5: hue angle of 301.4º 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 #C847C5 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 197 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.22 |
| HSL | 301.4º | 0.54% | 0.53% | - |
| HSV(B) | 301.4º | 0.65% | 0.78% | - |
| XYZ | 36.15 | 20.82 | 54.94 | - |
| YUV | 123.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 197 | 0 | 0.64 | 0.02 | 0.22 | 301.4 | 0.54 | 0.53 |
| Hex | C8 | 47 | C5 | 0 | 40 | 2 | 16 | 12D | 36 | 35 |
| Octal | 310 | 107 | 305 | 0 | 100 | 2 | 26 | 455 | 66 | 65 |
| Binary | 11001000 | 1000111 | 11000101 | 0 | 1000000 | 10 | 10110 | 100101101 | 110110 | 110101 |
Color Harmonies of #C847C5
Complementary color
Monochromatic Colors of #C847C5
Black with #C847C5
Text Example
Text Example
White with #C847C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C847C5; }
p { color: rgb(200,71,197); }
H1.HeaderClassName
{
color: #C847C5;
}
.AnyTagClassName
{
color: #C847C5;
}
</style>
background-color css
<style>
a { background-color: #C847C5; }
a { background-color: rgb(200,71,197); }
div.DivClassName
{
background-color: #C847C5;
}
.BgClassName
{
background-color: #C847C5;
}
</style>
border-color css
<style>
span { border-color: #C847C5; }
span { border-color: rgb(200,71,197); }
td.TdClassName
{
border-color: #C847C5;
}
.TagClassName
{
border-color: #C847C5;
}
</style>