Shades of Fuchsia #C570BF
Tints of Fuchsia #C570BF
RGB
CMYK
RGB Variations
Color information
#C570BF (or 0xC570BF) is known color: Fuchsia. HEX triplet: C5, 70 and BF. RGB value is (197,112,191). Sum of RGB (Red+Green+Blue) = 197+112+191=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C570BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570BF is #3A8F40. Grayscale: #929292. Windows color (decimal): -3837761 or 12546245. OLE color: 12546245.
HSL color Cylindrical-coordinate representation of color #C570BF: hue angle of 304.24º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C570BF is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 191 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.23 |
| HSL | 304.24º | 0.42% | 0.61% | - |
| HSV(B) | 304.24º | 0.43% | 0.77% | - |
| XYZ | 38.22 | 27.22 | 52.53 | - |
| YUV | 146.42 | 153.16 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 191 | 0 | 0.43 | 0.03 | 0.23 | 304.24 | 0.42 | 0.61 |
| Hex | C5 | 70 | BF | 0 | 2B | 3 | 17 | 130 | 2A | 3D |
| Octal | 305 | 160 | 277 | 0 | 53 | 3 | 27 | 460 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10111111 | 0 | 101011 | 11 | 10111 | 100110000 | 101010 | 111101 |
Color Harmonies of #C570BF
Complementary color
Monochromatic Colors of #C570BF
Black with #C570BF
Text Example
Text Example
White with #C570BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C570BF; }
p { color: rgb(197,112,191); }
H1.HeaderClassName
{
color: #C570BF;
}
.AnyTagClassName
{
color: #C570BF;
}
</style>
background-color css
<style>
a { background-color: #C570BF; }
a { background-color: rgb(197,112,191); }
div.DivClassName
{
background-color: #C570BF;
}
.BgClassName
{
background-color: #C570BF;
}
</style>
border-color css
<style>
span { border-color: #C570BF; }
span { border-color: rgb(197,112,191); }
td.TdClassName
{
border-color: #C570BF;
}
.TagClassName
{
border-color: #C570BF;
}
</style>