Shades of Fuchsia #C449CE
Tints of Fuchsia #C449CE
RGB
CMYK
RGB Variations
Color information
#C449CE (or 0xC449CE) is known color: Fuchsia. HEX triplet: C4, 49 and CE. RGB value is (196,73,206). Sum of RGB (Red+Green+Blue) = 196+73+206=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #C449CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449CE is #3BB631. Grayscale: #7C7C7C. Windows color (decimal): -3913266 or 13519300. OLE color: 13519300.
HSL color Cylindrical-coordinate representation of color #C449CE: hue angle of 295.49º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C449CE is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 73 | 206 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.19 |
| HSL | 295.49º | 0.58% | 0.55% | - |
| HSV(B) | 295.49º | 0.65% | 0.81% | - |
| XYZ | 36.29 | 20.96 | 60.53 | - |
| YUV | 124.94 | 173.75 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 206 | 0.05 | 0.65 | 0 | 0.19 | 295.49 | 0.58 | 0.55 |
| Hex | C4 | 49 | CE | 5 | 41 | 0 | 13 | 127 | 3A | 37 |
| Octal | 304 | 111 | 316 | 5 | 101 | 0 | 23 | 447 | 72 | 67 |
| Binary | 11000100 | 1001001 | 11001110 | 101 | 1000001 | 0 | 10011 | 100100111 | 111010 | 110111 |
Color Harmonies of #C449CE
Complementary color
Monochromatic Colors of #C449CE
Black with #C449CE
Text Example
Text Example
White with #C449CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449CE; }
p { color: rgb(196,73,206); }
H1.HeaderClassName
{
color: #C449CE;
}
.AnyTagClassName
{
color: #C449CE;
}
</style>
background-color css
<style>
a { background-color: #C449CE; }
a { background-color: rgb(196,73,206); }
div.DivClassName
{
background-color: #C449CE;
}
.BgClassName
{
background-color: #C449CE;
}
</style>
border-color css
<style>
span { border-color: #C449CE; }
span { border-color: rgb(196,73,206); }
td.TdClassName
{
border-color: #C449CE;
}
.TagClassName
{
border-color: #C449CE;
}
</style>