Shades of Fuchsia #C473B5
Tints of Fuchsia #C473B5
RGB
CMYK
RGB Variations
Color information
#C473B5 (or 0xC473B5) is known color: Fuchsia. HEX triplet: C4, 73 and B5. RGB value is (196,115,181). Sum of RGB (Red+Green+Blue) = 196+115+181=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C473B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473B5 is #3B8C4A. Grayscale: #929292. Windows color (decimal): -3902539 or 11891652. OLE color: 11891652.
HSL color Cylindrical-coordinate representation of color #C473B5: hue angle of 311.11º 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 #C473B5 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 181 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.23 |
| HSL | 311.11º | 0.41% | 0.61% | - |
| HSV(B) | 311.11º | 0.41% | 0.77% | - |
| XYZ | 37.24 | 27.33 | 47.03 | - |
| YUV | 146.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 181 | 0 | 0.41 | 0.08 | 0.23 | 311.11 | 0.41 | 0.61 |
| Hex | C4 | 73 | B5 | 0 | 29 | 8 | 17 | 137 | 29 | 3D |
| Octal | 304 | 163 | 265 | 0 | 51 | 10 | 27 | 467 | 51 | 75 |
| Binary | 11000100 | 1110011 | 10110101 | 0 | 101001 | 1000 | 10111 | 100110111 | 101001 | 111101 |
Color Harmonies of #C473B5
Complementary color
Monochromatic Colors of #C473B5
Black with #C473B5
Text Example
Text Example
White with #C473B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473B5; }
p { color: rgb(196,115,181); }
H1.HeaderClassName
{
color: #C473B5;
}
.AnyTagClassName
{
color: #C473B5;
}
</style>
background-color css
<style>
a { background-color: #C473B5; }
a { background-color: rgb(196,115,181); }
div.DivClassName
{
background-color: #C473B5;
}
.BgClassName
{
background-color: #C473B5;
}
</style>
border-color css
<style>
span { border-color: #C473B5; }
span { border-color: rgb(196,115,181); }
td.TdClassName
{
border-color: #C473B5;
}
.TagClassName
{
border-color: #C473B5;
}
</style>