Shades of Fuchsia #C572BF
Tints of Fuchsia #C572BF
RGB
CMYK
RGB Variations
Color information
#C572BF (or 0xC572BF) is known color: Fuchsia. HEX triplet: C5, 72 and BF. RGB value is (197,114,191). Sum of RGB (Red+Green+Blue) = 197+114+191=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C572BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572BF is #3A8D40. Grayscale: #939393. Windows color (decimal): -3837249 or 12546757. OLE color: 12546757.
HSL color Cylindrical-coordinate representation of color #C572BF: hue angle of 304.34º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C572BF is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 191 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.23 |
| HSL | 304.34º | 0.42% | 0.61% | - |
| HSV(B) | 304.34º | 0.42% | 0.77% | - |
| XYZ | 38.45 | 27.67 | 52.6 | - |
| YUV | 147.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 191 | 0 | 0.42 | 0.03 | 0.23 | 304.34 | 0.42 | 0.61 |
| Hex | C5 | 72 | BF | 0 | 2A | 3 | 17 | 130 | 2A | 3D |
| Octal | 305 | 162 | 277 | 0 | 52 | 3 | 27 | 460 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10111111 | 0 | 101010 | 11 | 10111 | 100110000 | 101010 | 111101 |
Color Harmonies of #C572BF
Complementary color
Monochromatic Colors of #C572BF
Black with #C572BF
Text Example
Text Example
White with #C572BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C572BF; }
p { color: rgb(197,114,191); }
H1.HeaderClassName
{
color: #C572BF;
}
.AnyTagClassName
{
color: #C572BF;
}
</style>
background-color css
<style>
a { background-color: #C572BF; }
a { background-color: rgb(197,114,191); }
div.DivClassName
{
background-color: #C572BF;
}
.BgClassName
{
background-color: #C572BF;
}
</style>
border-color css
<style>
span { border-color: #C572BF; }
span { border-color: rgb(197,114,191); }
td.TdClassName
{
border-color: #C572BF;
}
.TagClassName
{
border-color: #C572BF;
}
</style>