Shades of Fuchsia #C647CA
Tints of Fuchsia #C647CA
RGB
CMYK
RGB Variations
Color information
#C647CA (or 0xC647CA) is known color: Fuchsia. HEX triplet: C6, 47 and CA. RGB value is (198,71,202). Sum of RGB (Red+Green+Blue) = 198+71+202=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #C647CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647CA is #39B835. Grayscale: #7B7B7B. Windows color (decimal): -3782710 or 13256646. OLE color: 13256646.
HSL color Cylindrical-coordinate representation of color #C647CA: hue angle of 298.17º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C647CA is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 71 | 202 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.21 |
| HSL | 298.17º | 0.55% | 0.54% | - |
| HSV(B) | 298.17º | 0.65% | 0.79% | - |
| XYZ | 36.2 | 20.78 | 57.98 | - |
| YUV | 123.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 202 | 0.02 | 0.65 | 0 | 0.21 | 298.17 | 0.55 | 0.54 |
| Hex | C6 | 47 | CA | 2 | 41 | 0 | 15 | 12A | 37 | 36 |
| Octal | 306 | 107 | 312 | 2 | 101 | 0 | 25 | 452 | 67 | 66 |
| Binary | 11000110 | 1000111 | 11001010 | 10 | 1000001 | 0 | 10101 | 100101010 | 110111 | 110110 |
Color Harmonies of #C647CA
Complementary color
Monochromatic Colors of #C647CA
Black with #C647CA
Text Example
Text Example
White with #C647CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647CA; }
p { color: rgb(198,71,202); }
H1.HeaderClassName
{
color: #C647CA;
}
.AnyTagClassName
{
color: #C647CA;
}
</style>
background-color css
<style>
a { background-color: #C647CA; }
a { background-color: rgb(198,71,202); }
div.DivClassName
{
background-color: #C647CA;
}
.BgClassName
{
background-color: #C647CA;
}
</style>
border-color css
<style>
span { border-color: #C647CA; }
span { border-color: rgb(198,71,202); }
td.TdClassName
{
border-color: #C647CA;
}
.TagClassName
{
border-color: #C647CA;
}
</style>