Shades of Fuchsia #C447B9
Tints of Fuchsia #C447B9
RGB
CMYK
RGB Variations
Color information
#C447B9 (or 0xC447B9) is known color: Fuchsia. HEX triplet: C4, 47 and B9. RGB value is (196,71,185). Sum of RGB (Red+Green+Blue) = 196+71+185=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C447B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C447B9 is #3BB846. Grayscale: #797979. Windows color (decimal): -3913799 or 12142532. OLE color: 12142532.
HSL color Cylindrical-coordinate representation of color #C447B9: hue angle of 305.28º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C447B9 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 185 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.23 |
| HSL | 305.28º | 0.51% | 0.52% | - |
| HSV(B) | 305.28º | 0.64% | 0.77% | - |
| XYZ | 33.78 | 19.75 | 47.93 | - |
| YUV | 121.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 185 | 0 | 0.64 | 0.06 | 0.23 | 305.28 | 0.51 | 0.52 |
| Hex | C4 | 47 | B9 | 0 | 40 | 6 | 17 | 131 | 33 | 34 |
| Octal | 304 | 107 | 271 | 0 | 100 | 6 | 27 | 461 | 63 | 64 |
| Binary | 11000100 | 1000111 | 10111001 | 0 | 1000000 | 110 | 10111 | 100110001 | 110011 | 110100 |
Color Harmonies of #C447B9
Complementary color
Monochromatic Colors of #C447B9
Black with #C447B9
Text Example
Text Example
White with #C447B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447B9; }
p { color: rgb(196,71,185); }
H1.HeaderClassName
{
color: #C447B9;
}
.AnyTagClassName
{
color: #C447B9;
}
</style>
background-color css
<style>
a { background-color: #C447B9; }
a { background-color: rgb(196,71,185); }
div.DivClassName
{
background-color: #C447B9;
}
.BgClassName
{
background-color: #C447B9;
}
</style>
border-color css
<style>
span { border-color: #C447B9; }
span { border-color: rgb(196,71,185); }
td.TdClassName
{
border-color: #C447B9;
}
.TagClassName
{
border-color: #C447B9;
}
</style>