Shades of Fuchsia #C570BC
Tints of Fuchsia #C570BC
RGB
CMYK
RGB Variations
Color information
#C570BC (or 0xC570BC) is known color: Fuchsia. HEX triplet: C5, 70 and BC. RGB value is (197,112,188). Sum of RGB (Red+Green+Blue) = 197+112+188=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C570BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570BC is #3A8F43. Grayscale: #919191. Windows color (decimal): -3837764 or 12349637. OLE color: 12349637.
HSL color Cylindrical-coordinate representation of color #C570BC: hue angle of 306.35º 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 #C570BC is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 188 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.23 |
| HSL | 306.35º | 0.42% | 0.61% | - |
| HSV(B) | 306.35º | 0.43% | 0.77% | - |
| XYZ | 37.9 | 27.09 | 50.81 | - |
| YUV | 146.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 188 | 0 | 0.43 | 0.05 | 0.23 | 306.35 | 0.42 | 0.61 |
| Hex | C5 | 70 | BC | 0 | 2B | 5 | 17 | 132 | 2A | 3D |
| Octal | 305 | 160 | 274 | 0 | 53 | 5 | 27 | 462 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10111100 | 0 | 101011 | 101 | 10111 | 100110010 | 101010 | 111101 |
Color Harmonies of #C570BC
Complementary color
Monochromatic Colors of #C570BC
Black with #C570BC
Text Example
Text Example
White with #C570BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C570BC; }
p { color: rgb(197,112,188); }
H1.HeaderClassName
{
color: #C570BC;
}
.AnyTagClassName
{
color: #C570BC;
}
</style>
background-color css
<style>
a { background-color: #C570BC; }
a { background-color: rgb(197,112,188); }
div.DivClassName
{
background-color: #C570BC;
}
.BgClassName
{
background-color: #C570BC;
}
</style>
border-color css
<style>
span { border-color: #C570BC; }
span { border-color: rgb(197,112,188); }
td.TdClassName
{
border-color: #C570BC;
}
.TagClassName
{
border-color: #C570BC;
}
</style>