Shades of Fuchsia #C473B3
Tints of Fuchsia #C473B3
RGB
CMYK
RGB Variations
Color information
#C473B3 (or 0xC473B3) is known color: Fuchsia. HEX triplet: C4, 73 and B3. RGB value is (196,115,179). Sum of RGB (Red+Green+Blue) = 196+115+179=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C473B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473B3 is #3B8C4C. Grayscale: #929292. Windows color (decimal): -3902541 or 11760580. OLE color: 11760580.
HSL color Cylindrical-coordinate representation of color #C473B3: hue angle of 312.59º 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 #C473B3 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 179 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.23 |
| HSL | 312.59º | 0.41% | 0.61% | - |
| HSV(B) | 312.59º | 0.41% | 0.77% | - |
| XYZ | 37.03 | 27.25 | 45.96 | - |
| YUV | 146.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 179 | 0 | 0.41 | 0.09 | 0.23 | 312.59 | 0.41 | 0.61 |
| Hex | C4 | 73 | B3 | 0 | 29 | 9 | 17 | 139 | 29 | 3D |
| Octal | 304 | 163 | 263 | 0 | 51 | 11 | 27 | 471 | 51 | 75 |
| Binary | 11000100 | 1110011 | 10110011 | 0 | 101001 | 1001 | 10111 | 100111001 | 101001 | 111101 |
Color Harmonies of #C473B3
Complementary color
Monochromatic Colors of #C473B3
Black with #C473B3
Text Example
Text Example
White with #C473B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473B3; }
p { color: rgb(196,115,179); }
H1.HeaderClassName
{
color: #C473B3;
}
.AnyTagClassName
{
color: #C473B3;
}
</style>
background-color css
<style>
a { background-color: #C473B3; }
a { background-color: rgb(196,115,179); }
div.DivClassName
{
background-color: #C473B3;
}
.BgClassName
{
background-color: #C473B3;
}
</style>
border-color css
<style>
span { border-color: #C473B3; }
span { border-color: rgb(196,115,179); }
td.TdClassName
{
border-color: #C473B3;
}
.TagClassName
{
border-color: #C473B3;
}
</style>