Shades of Fuchsia #C575B9
Tints of Fuchsia #C575B9
RGB
CMYK
RGB Variations
Color information
#C575B9 (or 0xC575B9) is known color: Fuchsia. HEX triplet: C5, 75 and B9. RGB value is (197,117,185). Sum of RGB (Red+Green+Blue) = 197+117+185=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C575B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575B9 is #3A8A46. Grayscale: #949494. Windows color (decimal): -3836487 or 12154309. OLE color: 12154309.
HSL color Cylindrical-coordinate representation of color #C575B9: hue angle of 309º 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 #C575B9 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 185 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.23 |
| HSL | 309º | 0.41% | 0.62% | - |
| HSV(B) | 309º | 0.41% | 0.77% | - |
| XYZ | 38.14 | 28.1 | 49.31 | - |
| YUV | 148.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 185 | 0 | 0.41 | 0.06 | 0.23 | 309 | 0.41 | 0.62 |
| Hex | C5 | 75 | B9 | 0 | 29 | 6 | 17 | 135 | 29 | 3E |
| Octal | 305 | 165 | 271 | 0 | 51 | 6 | 27 | 465 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10111001 | 0 | 101001 | 110 | 10111 | 100110101 | 101001 | 111110 |
Color Harmonies of #C575B9
Complementary color
Monochromatic Colors of #C575B9
Black with #C575B9
Text Example
Text Example
White with #C575B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575B9; }
p { color: rgb(197,117,185); }
H1.HeaderClassName
{
color: #C575B9;
}
.AnyTagClassName
{
color: #C575B9;
}
</style>
background-color css
<style>
a { background-color: #C575B9; }
a { background-color: rgb(197,117,185); }
div.DivClassName
{
background-color: #C575B9;
}
.BgClassName
{
background-color: #C575B9;
}
</style>
border-color css
<style>
span { border-color: #C575B9; }
span { border-color: rgb(197,117,185); }
td.TdClassName
{
border-color: #C575B9;
}
.TagClassName
{
border-color: #C575B9;
}
</style>