Shades of Fuchsia #C847CF
Tints of Fuchsia #C847CF
RGB
CMYK
RGB Variations
Color information
#C847CF (or 0xC847CF) is known color: Fuchsia. HEX triplet: C8, 47 and CF. RGB value is (200,71,207). Sum of RGB (Red+Green+Blue) = 200+71+207=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #C847CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C847CF is #37B830. Grayscale: #7C7C7C. Windows color (decimal): -3651633 or 13584328. OLE color: 13584328.
HSL color Cylindrical-coordinate representation of color #C847CF: hue angle of 296.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C847CF is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 71 | 207 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.19 |
| HSL | 296.91º | 0.59% | 0.55% | - |
| HSV(B) | 296.91º | 0.66% | 0.81% | - |
| XYZ | 37.34 | 21.29 | 61.17 | - |
| YUV | 125.08 | 174.24 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 207 | 0.03 | 0.66 | 0 | 0.19 | 296.91 | 0.59 | 0.55 |
| Hex | C8 | 47 | CF | 3 | 42 | 0 | 13 | 129 | 3B | 37 |
| Octal | 310 | 107 | 317 | 3 | 102 | 0 | 23 | 451 | 73 | 67 |
| Binary | 11001000 | 1000111 | 11001111 | 11 | 1000010 | 0 | 10011 | 100101001 | 111011 | 110111 |
Color Harmonies of #C847CF
Complementary color
Monochromatic Colors of #C847CF
Black with #C847CF
Text Example
Text Example
White with #C847CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C847CF; }
p { color: rgb(200,71,207); }
H1.HeaderClassName
{
color: #C847CF;
}
.AnyTagClassName
{
color: #C847CF;
}
</style>
background-color css
<style>
a { background-color: #C847CF; }
a { background-color: rgb(200,71,207); }
div.DivClassName
{
background-color: #C847CF;
}
.BgClassName
{
background-color: #C847CF;
}
</style>
border-color css
<style>
span { border-color: #C847CF; }
span { border-color: rgb(200,71,207); }
td.TdClassName
{
border-color: #C847CF;
}
.TagClassName
{
border-color: #C847CF;
}
</style>