Shades of Fuchsia #C247CA
Tints of Fuchsia #C247CA
RGB
CMYK
RGB Variations
Color information
#C247CA (or 0xC247CA) is known color: Fuchsia. HEX triplet: C2, 47 and CA. RGB value is (194,71,202). Sum of RGB (Red+Green+Blue) = 194+71+202=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #C247CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247CA is #3DB835. Grayscale: #7A7A7A. Windows color (decimal): -4044854 or 13256642. OLE color: 13256642.
HSL color Cylindrical-coordinate representation of color #C247CA: hue angle of 296.34º 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 #C247CA is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 71 | 202 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.21 |
| HSL | 296.34º | 0.55% | 0.54% | - |
| HSV(B) | 296.34º | 0.65% | 0.79% | - |
| XYZ | 35.16 | 20.24 | 57.93 | - |
| YUV | 122.71 | 172.75 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 202 | 0.04 | 0.65 | 0 | 0.21 | 296.34 | 0.55 | 0.54 |
| Hex | C2 | 47 | CA | 4 | 41 | 0 | 15 | 128 | 37 | 36 |
| Octal | 302 | 107 | 312 | 4 | 101 | 0 | 25 | 450 | 67 | 66 |
| Binary | 11000010 | 1000111 | 11001010 | 100 | 1000001 | 0 | 10101 | 100101000 | 110111 | 110110 |
Color Harmonies of #C247CA
Complementary color
Monochromatic Colors of #C247CA
Black with #C247CA
Text Example
Text Example
White with #C247CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247CA; }
p { color: rgb(194,71,202); }
H1.HeaderClassName
{
color: #C247CA;
}
.AnyTagClassName
{
color: #C247CA;
}
</style>
background-color css
<style>
a { background-color: #C247CA; }
a { background-color: rgb(194,71,202); }
div.DivClassName
{
background-color: #C247CA;
}
.BgClassName
{
background-color: #C247CA;
}
</style>
border-color css
<style>
span { border-color: #C247CA; }
span { border-color: rgb(194,71,202); }
td.TdClassName
{
border-color: #C247CA;
}
.TagClassName
{
border-color: #C247CA;
}
</style>