Shades of Fuchsia #C647CF
Tints of Fuchsia #C647CF
RGB
CMYK
RGB Variations
Color information
#C647CF (or 0xC647CF) is known color: Fuchsia. HEX triplet: C6, 47 and CF. RGB value is (198,71,207). Sum of RGB (Red+Green+Blue) = 198+71+207=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #C647CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647CF is #39B830. Grayscale: #7C7C7C. Windows color (decimal): -3782705 or 13584326. OLE color: 13584326.
HSL color Cylindrical-coordinate representation of color #C647CF: hue angle of 296.03º 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 #C647CF is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 71 | 207 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.19 |
| HSL | 296.03º | 0.59% | 0.55% | - |
| HSV(B) | 296.03º | 0.66% | 0.81% | - |
| XYZ | 36.8 | 21.02 | 61.15 | - |
| YUV | 124.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 207 | 0.04 | 0.66 | 0 | 0.19 | 296.03 | 0.59 | 0.55 |
| Hex | C6 | 47 | CF | 4 | 42 | 0 | 13 | 128 | 3B | 37 |
| Octal | 306 | 107 | 317 | 4 | 102 | 0 | 23 | 450 | 73 | 67 |
| Binary | 11000110 | 1000111 | 11001111 | 100 | 1000010 | 0 | 10011 | 100101000 | 111011 | 110111 |
Color Harmonies of #C647CF
Complementary color
Monochromatic Colors of #C647CF
Black with #C647CF
Text Example
Text Example
White with #C647CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647CF; }
p { color: rgb(198,71,207); }
H1.HeaderClassName
{
color: #C647CF;
}
.AnyTagClassName
{
color: #C647CF;
}
</style>
background-color css
<style>
a { background-color: #C647CF; }
a { background-color: rgb(198,71,207); }
div.DivClassName
{
background-color: #C647CF;
}
.BgClassName
{
background-color: #C647CF;
}
</style>
border-color css
<style>
span { border-color: #C647CF; }
span { border-color: rgb(198,71,207); }
td.TdClassName
{
border-color: #C647CF;
}
.TagClassName
{
border-color: #C647CF;
}
</style>