Shades of Fuchsia #C570B9
Tints of Fuchsia #C570B9
RGB
CMYK
RGB Variations
Color information
#C570B9 (or 0xC570B9) is known color: Fuchsia. HEX triplet: C5, 70 and B9. RGB value is (197,112,185). Sum of RGB (Red+Green+Blue) = 197+112+185=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C570B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570B9 is #3A8F46. Grayscale: #919191. Windows color (decimal): -3837767 or 12153029. OLE color: 12153029.
HSL color Cylindrical-coordinate representation of color #C570B9: hue angle of 308.47º 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 #C570B9 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 185 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.23 |
| HSL | 308.47º | 0.42% | 0.61% | - |
| HSV(B) | 308.47º | 0.43% | 0.77% | - |
| XYZ | 37.58 | 26.96 | 49.12 | - |
| YUV | 145.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 185 | 0 | 0.43 | 0.06 | 0.23 | 308.47 | 0.42 | 0.61 |
| Hex | C5 | 70 | B9 | 0 | 2B | 6 | 17 | 134 | 2A | 3D |
| Octal | 305 | 160 | 271 | 0 | 53 | 6 | 27 | 464 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10111001 | 0 | 101011 | 110 | 10111 | 100110100 | 101010 | 111101 |
Color Harmonies of #C570B9
Complementary color
Monochromatic Colors of #C570B9
Black with #C570B9
Text Example
Text Example
White with #C570B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C570B9; }
p { color: rgb(197,112,185); }
H1.HeaderClassName
{
color: #C570B9;
}
.AnyTagClassName
{
color: #C570B9;
}
</style>
background-color css
<style>
a { background-color: #C570B9; }
a { background-color: rgb(197,112,185); }
div.DivClassName
{
background-color: #C570B9;
}
.BgClassName
{
background-color: #C570B9;
}
</style>
border-color css
<style>
span { border-color: #C570B9; }
span { border-color: rgb(197,112,185); }
td.TdClassName
{
border-color: #C570B9;
}
.TagClassName
{
border-color: #C570B9;
}
</style>