Shades of Fuchsia #C575BA
Tints of Fuchsia #C575BA
RGB
CMYK
RGB Variations
Color information
#C575BA (or 0xC575BA) is known color: Fuchsia. HEX triplet: C5, 75 and BA. RGB value is (197,117,186). Sum of RGB (Red+Green+Blue) = 197+117+186=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C575BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575BA is #3A8A45. Grayscale: #949494. Windows color (decimal): -3836486 or 12219845. OLE color: 12219845.
HSL color Cylindrical-coordinate representation of color #C575BA: hue angle of 308.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C575BA is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 186 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.23 |
| HSL | 308.25º | 0.41% | 0.62% | - |
| HSV(B) | 308.25º | 0.41% | 0.77% | - |
| XYZ | 38.25 | 28.14 | 49.87 | - |
| YUV | 148.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 186 | 0 | 0.41 | 0.06 | 0.23 | 308.25 | 0.41 | 0.62 |
| Hex | C5 | 75 | BA | 0 | 29 | 6 | 17 | 134 | 29 | 3E |
| Octal | 305 | 165 | 272 | 0 | 51 | 6 | 27 | 464 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10111010 | 0 | 101001 | 110 | 10111 | 100110100 | 101001 | 111110 |
Color Harmonies of #C575BA
Complementary color
Monochromatic Colors of #C575BA
Black with #C575BA
Text Example
Text Example
White with #C575BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575BA; }
p { color: rgb(197,117,186); }
H1.HeaderClassName
{
color: #C575BA;
}
.AnyTagClassName
{
color: #C575BA;
}
</style>
background-color css
<style>
a { background-color: #C575BA; }
a { background-color: rgb(197,117,186); }
div.DivClassName
{
background-color: #C575BA;
}
.BgClassName
{
background-color: #C575BA;
}
</style>
border-color css
<style>
span { border-color: #C575BA; }
span { border-color: rgb(197,117,186); }
td.TdClassName
{
border-color: #C575BA;
}
.TagClassName
{
border-color: #C575BA;
}
</style>