Shades of Fuchsia #C570B1
Tints of Fuchsia #C570B1
RGB
CMYK
RGB Variations
Color information
#C570B1 (or 0xC570B1) is known color: Fuchsia. HEX triplet: C5, 70 and B1. RGB value is (197,112,177). Sum of RGB (Red+Green+Blue) = 197+112+177=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C570B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C570B1 is #3A8F4E. Grayscale: #909090. Windows color (decimal): -3837775 or 11628741. OLE color: 11628741.
HSL color Cylindrical-coordinate representation of color #C570B1: hue angle of 314.12º 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 #C570B1 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 177 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.23 |
| HSL | 314.12º | 0.42% | 0.61% | - |
| HSV(B) | 314.12º | 0.43% | 0.77% | - |
| XYZ | 36.76 | 26.63 | 44.8 | - |
| YUV | 144.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 177 | 0 | 0.43 | 0.10 | 0.23 | 314.12 | 0.42 | 0.61 |
| Hex | C5 | 70 | B1 | 0 | 2B | A | 17 | 13A | 2A | 3D |
| Octal | 305 | 160 | 261 | 0 | 53 | 12 | 27 | 472 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10110001 | 0 | 101011 | 1010 | 10111 | 100111010 | 101010 | 111101 |
Color Harmonies of #C570B1
Complementary color
Monochromatic Colors of #C570B1
Black with #C570B1
Text Example
Text Example
White with #C570B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C570B1; }
p { color: rgb(197,112,177); }
H1.HeaderClassName
{
color: #C570B1;
}
.AnyTagClassName
{
color: #C570B1;
}
</style>
background-color css
<style>
a { background-color: #C570B1; }
a { background-color: rgb(197,112,177); }
div.DivClassName
{
background-color: #C570B1;
}
.BgClassName
{
background-color: #C570B1;
}
</style>
border-color css
<style>
span { border-color: #C570B1; }
span { border-color: rgb(197,112,177); }
td.TdClassName
{
border-color: #C570B1;
}
.TagClassName
{
border-color: #C570B1;
}
</style>