Shades of Fuchsia #C647C1
Tints of Fuchsia #C647C1
RGB
CMYK
RGB Variations
Color information
#C647C1 (or 0xC647C1) is known color: Fuchsia. HEX triplet: C6, 47 and C1. RGB value is (198,71,193). Sum of RGB (Red+Green+Blue) = 198+71+193=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C647C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647C1 is #39B83E. Grayscale: #7A7A7A. Windows color (decimal): -3782719 or 12666822. OLE color: 12666822.
HSL color Cylindrical-coordinate representation of color #C647C1: hue angle of 302.36º degrees, saturation: 0.53, 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 #C647C1 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 193 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.22 |
| HSL | 302.36º | 0.53% | 0.53% | - |
| HSV(B) | 302.36º | 0.64% | 0.78% | - |
| XYZ | 35.17 | 20.36 | 52.53 | - |
| YUV | 122.88 | 167.58 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 193 | 0 | 0.64 | 0.03 | 0.22 | 302.36 | 0.53 | 0.53 |
| Hex | C6 | 47 | C1 | 0 | 40 | 3 | 16 | 12E | 35 | 35 |
| Octal | 306 | 107 | 301 | 0 | 100 | 3 | 26 | 456 | 65 | 65 |
| Binary | 11000110 | 1000111 | 11000001 | 0 | 1000000 | 11 | 10110 | 100101110 | 110101 | 110101 |
Color Harmonies of #C647C1
Complementary color
Monochromatic Colors of #C647C1
Black with #C647C1
Text Example
Text Example
White with #C647C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647C1; }
p { color: rgb(198,71,193); }
H1.HeaderClassName
{
color: #C647C1;
}
.AnyTagClassName
{
color: #C647C1;
}
</style>
background-color css
<style>
a { background-color: #C647C1; }
a { background-color: rgb(198,71,193); }
div.DivClassName
{
background-color: #C647C1;
}
.BgClassName
{
background-color: #C647C1;
}
</style>
border-color css
<style>
span { border-color: #C647C1; }
span { border-color: rgb(198,71,193); }
td.TdClassName
{
border-color: #C647C1;
}
.TagClassName
{
border-color: #C647C1;
}
</style>