Shades of Fuchsia #C475B8
Tints of Fuchsia #C475B8
RGB
CMYK
RGB Variations
Color information
#C475B8 (or 0xC475B8) is known color: Fuchsia. HEX triplet: C4, 75 and B8. RGB value is (196,117,184). Sum of RGB (Red+Green+Blue) = 196+117+184=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C475B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475B8 is #3B8A47. Grayscale: #949494. Windows color (decimal): -3902024 or 12088772. OLE color: 12088772.
HSL color Cylindrical-coordinate representation of color #C475B8: hue angle of 309.11º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C475B8 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 184 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.23 |
| HSL | 309.11º | 0.4% | 0.61% | - |
| HSV(B) | 309.11º | 0.4% | 0.77% | - |
| XYZ | 37.78 | 27.92 | 48.75 | - |
| YUV | 148.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 184 | 0 | 0.40 | 0.06 | 0.23 | 309.11 | 0.4 | 0.61 |
| Hex | C4 | 75 | B8 | 0 | 28 | 6 | 17 | 135 | 28 | 3D |
| Octal | 304 | 165 | 270 | 0 | 50 | 6 | 27 | 465 | 50 | 75 |
| Binary | 11000100 | 1110101 | 10111000 | 0 | 101000 | 110 | 10111 | 100110101 | 101000 | 111101 |
Color Harmonies of #C475B8
Complementary color
Monochromatic Colors of #C475B8
Black with #C475B8
Text Example
Text Example
White with #C475B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C475B8; }
p { color: rgb(196,117,184); }
H1.HeaderClassName
{
color: #C475B8;
}
.AnyTagClassName
{
color: #C475B8;
}
</style>
background-color css
<style>
a { background-color: #C475B8; }
a { background-color: rgb(196,117,184); }
div.DivClassName
{
background-color: #C475B8;
}
.BgClassName
{
background-color: #C475B8;
}
</style>
border-color css
<style>
span { border-color: #C475B8; }
span { border-color: rgb(196,117,184); }
td.TdClassName
{
border-color: #C475B8;
}
.TagClassName
{
border-color: #C475B8;
}
</style>