Shades of Fuchsia #C447B8
Tints of Fuchsia #C447B8
RGB
CMYK
RGB Variations
Color information
#C447B8 (or 0xC447B8) is known color: Fuchsia. HEX triplet: C4, 47 and B8. RGB value is (196,71,184). Sum of RGB (Red+Green+Blue) = 196+71+184=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C447B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C447B8 is #3BB847. Grayscale: #787878. Windows color (decimal): -3913800 or 12076996. OLE color: 12076996.
HSL color Cylindrical-coordinate representation of color #C447B8: hue angle of 305.76º 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 #C447B8 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 184 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.23 |
| HSL | 305.76º | 0.51% | 0.52% | - |
| HSV(B) | 305.76º | 0.64% | 0.77% | - |
| XYZ | 33.67 | 19.7 | 47.38 | - |
| YUV | 121.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 184 | 0 | 0.64 | 0.06 | 0.23 | 305.76 | 0.51 | 0.52 |
| Hex | C4 | 47 | B8 | 0 | 40 | 6 | 17 | 132 | 33 | 34 |
| Octal | 304 | 107 | 270 | 0 | 100 | 6 | 27 | 462 | 63 | 64 |
| Binary | 11000100 | 1000111 | 10111000 | 0 | 1000000 | 110 | 10111 | 100110010 | 110011 | 110100 |
Color Harmonies of #C447B8
Complementary color
Monochromatic Colors of #C447B8
Black with #C447B8
Text Example
Text Example
White with #C447B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447B8; }
p { color: rgb(196,71,184); }
H1.HeaderClassName
{
color: #C447B8;
}
.AnyTagClassName
{
color: #C447B8;
}
</style>
background-color css
<style>
a { background-color: #C447B8; }
a { background-color: rgb(196,71,184); }
div.DivClassName
{
background-color: #C447B8;
}
.BgClassName
{
background-color: #C447B8;
}
</style>
border-color css
<style>
span { border-color: #C447B8; }
span { border-color: rgb(196,71,184); }
td.TdClassName
{
border-color: #C447B8;
}
.TagClassName
{
border-color: #C447B8;
}
</style>