Shades of Fuchsia #C447CE
Tints of Fuchsia #C447CE
RGB
CMYK
RGB Variations
Color information
#C447CE (or 0xC447CE) is known color: Fuchsia. HEX triplet: C4, 47 and CE. RGB value is (196,71,206). Sum of RGB (Red+Green+Blue) = 196+71+206=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #C447CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C447CE is #3BB831. Grayscale: #7B7B7B. Windows color (decimal): -3913778 or 13518788. OLE color: 13518788.
HSL color Cylindrical-coordinate representation of color #C447CE: hue angle of 295.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C447CE is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 71 | 206 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.19 |
| HSL | 295.56º | 0.58% | 0.54% | - |
| HSV(B) | 295.56º | 0.66% | 0.81% | - |
| XYZ | 36.16 | 20.7 | 60.48 | - |
| YUV | 123.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 206 | 0.05 | 0.66 | 0 | 0.19 | 295.56 | 0.58 | 0.54 |
| Hex | C4 | 47 | CE | 5 | 42 | 0 | 13 | 128 | 3A | 36 |
| Octal | 304 | 107 | 316 | 5 | 102 | 0 | 23 | 450 | 72 | 66 |
| Binary | 11000100 | 1000111 | 11001110 | 101 | 1000010 | 0 | 10011 | 100101000 | 111010 | 110110 |
Color Harmonies of #C447CE
Complementary color
Monochromatic Colors of #C447CE
Black with #C447CE
Text Example
Text Example
White with #C447CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447CE; }
p { color: rgb(196,71,206); }
H1.HeaderClassName
{
color: #C447CE;
}
.AnyTagClassName
{
color: #C447CE;
}
</style>
background-color css
<style>
a { background-color: #C447CE; }
a { background-color: rgb(196,71,206); }
div.DivClassName
{
background-color: #C447CE;
}
.BgClassName
{
background-color: #C447CE;
}
</style>
border-color css
<style>
span { border-color: #C447CE; }
span { border-color: rgb(196,71,206); }
td.TdClassName
{
border-color: #C447CE;
}
.TagClassName
{
border-color: #C447CE;
}
</style>