Shades of Fuchsia #C473B9
Tints of Fuchsia #C473B9
RGB
CMYK
RGB Variations
Color information
#C473B9 (or 0xC473B9) is known color: Fuchsia. HEX triplet: C4, 73 and B9. RGB value is (196,115,185). Sum of RGB (Red+Green+Blue) = 196+115+185=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C473B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473B9 is #3B8C46. Grayscale: #939393. Windows color (decimal): -3902535 or 12153796. OLE color: 12153796.
HSL color Cylindrical-coordinate representation of color #C473B9: hue angle of 308.15º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C473B9 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 185 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.23 |
| HSL | 308.15º | 0.41% | 0.61% | - |
| HSV(B) | 308.15º | 0.41% | 0.77% | - |
| XYZ | 37.65 | 27.5 | 49.22 | - |
| YUV | 147.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 185 | 0 | 0.41 | 0.06 | 0.23 | 308.15 | 0.41 | 0.61 |
| Hex | C4 | 73 | B9 | 0 | 29 | 6 | 17 | 134 | 29 | 3D |
| Octal | 304 | 163 | 271 | 0 | 51 | 6 | 27 | 464 | 51 | 75 |
| Binary | 11000100 | 1110011 | 10111001 | 0 | 101001 | 110 | 10111 | 100110100 | 101001 | 111101 |
Color Harmonies of #C473B9
Complementary color
Monochromatic Colors of #C473B9
Black with #C473B9
Text Example
Text Example
White with #C473B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473B9; }
p { color: rgb(196,115,185); }
H1.HeaderClassName
{
color: #C473B9;
}
.AnyTagClassName
{
color: #C473B9;
}
</style>
background-color css
<style>
a { background-color: #C473B9; }
a { background-color: rgb(196,115,185); }
div.DivClassName
{
background-color: #C473B9;
}
.BgClassName
{
background-color: #C473B9;
}
</style>
border-color css
<style>
span { border-color: #C473B9; }
span { border-color: rgb(196,115,185); }
td.TdClassName
{
border-color: #C473B9;
}
.TagClassName
{
border-color: #C473B9;
}
</style>