Shades of Fuchsia #C847D1
Tints of Fuchsia #C847D1
RGB
CMYK
RGB Variations
Color information
#C847D1 (or 0xC847D1) is known color: Fuchsia. HEX triplet: C8, 47 and D1. RGB value is (200,71,209). Sum of RGB (Red+Green+Blue) = 200+71+209=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #C847D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C847D1 is #37B82E. Grayscale: #7C7C7C. Windows color (decimal): -3651631 or 13715400. OLE color: 13715400.
HSL color Cylindrical-coordinate representation of color #C847D1: hue angle of 296.09º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C847D1 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 71 | 209 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.18 |
| HSL | 296.09º | 0.6% | 0.55% | - |
| HSV(B) | 296.09º | 0.66% | 0.82% | - |
| XYZ | 37.58 | 21.39 | 62.47 | - |
| YUV | 125.3 | 175.24 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 209 | 0.04 | 0.66 | 0 | 0.18 | 296.09 | 0.6 | 0.55 |
| Hex | C8 | 47 | D1 | 4 | 42 | 0 | 12 | 128 | 3C | 37 |
| Octal | 310 | 107 | 321 | 4 | 102 | 0 | 22 | 450 | 74 | 67 |
| Binary | 11001000 | 1000111 | 11010001 | 100 | 1000010 | 0 | 10010 | 100101000 | 111100 | 110111 |
Color Harmonies of #C847D1
Complementary color
Monochromatic Colors of #C847D1
Black with #C847D1
Text Example
Text Example
White with #C847D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C847D1; }
p { color: rgb(200,71,209); }
H1.HeaderClassName
{
color: #C847D1;
}
.AnyTagClassName
{
color: #C847D1;
}
</style>
background-color css
<style>
a { background-color: #C847D1; }
a { background-color: rgb(200,71,209); }
div.DivClassName
{
background-color: #C847D1;
}
.BgClassName
{
background-color: #C847D1;
}
</style>
border-color css
<style>
span { border-color: #C847D1; }
span { border-color: rgb(200,71,209); }
td.TdClassName
{
border-color: #C847D1;
}
.TagClassName
{
border-color: #C847D1;
}
</style>