Shades of Fuchsia #C575B6
Tints of Fuchsia #C575B6
RGB
CMYK
RGB Variations
Color information
#C575B6 (or 0xC575B6) is known color: Fuchsia. HEX triplet: C5, 75 and B6. RGB value is (197,117,182). Sum of RGB (Red+Green+Blue) = 197+117+182=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C575B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575B6 is #3A8A49. Grayscale: #949494. Windows color (decimal): -3836490 or 11957701. OLE color: 11957701.
HSL color Cylindrical-coordinate representation of color #C575B6: hue angle of 311.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 #C575B6 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 182 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.23 |
| HSL | 311.25º | 0.41% | 0.62% | - |
| HSV(B) | 311.25º | 0.41% | 0.77% | - |
| XYZ | 37.83 | 27.97 | 47.66 | - |
| YUV | 148.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 182 | 0 | 0.41 | 0.08 | 0.23 | 311.25 | 0.41 | 0.62 |
| Hex | C5 | 75 | B6 | 0 | 29 | 8 | 17 | 137 | 29 | 3E |
| Octal | 305 | 165 | 266 | 0 | 51 | 10 | 27 | 467 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10110110 | 0 | 101001 | 1000 | 10111 | 100110111 | 101001 | 111110 |
Color Harmonies of #C575B6
Complementary color
Monochromatic Colors of #C575B6
Black with #C575B6
Text Example
Text Example
White with #C575B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575B6; }
p { color: rgb(197,117,182); }
H1.HeaderClassName
{
color: #C575B6;
}
.AnyTagClassName
{
color: #C575B6;
}
</style>
background-color css
<style>
a { background-color: #C575B6; }
a { background-color: rgb(197,117,182); }
div.DivClassName
{
background-color: #C575B6;
}
.BgClassName
{
background-color: #C575B6;
}
</style>
border-color css
<style>
span { border-color: #C575B6; }
span { border-color: rgb(197,117,182); }
td.TdClassName
{
border-color: #C575B6;
}
.TagClassName
{
border-color: #C575B6;
}
</style>