Shades of Fuchsia #C572BC
Tints of Fuchsia #C572BC
RGB
CMYK
RGB Variations
Color information
#C572BC (or 0xC572BC) is known color: Fuchsia. HEX triplet: C5, 72 and BC. RGB value is (197,114,188). Sum of RGB (Red+Green+Blue) = 197+114+188=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C572BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572BC is #3A8D43. Grayscale: #939393. Windows color (decimal): -3837252 or 12350149. OLE color: 12350149.
HSL color Cylindrical-coordinate representation of color #C572BC: hue angle of 306.51º 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 #C572BC is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 188 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.23 |
| HSL | 306.51º | 0.42% | 0.61% | - |
| HSV(B) | 306.51º | 0.42% | 0.77% | - |
| XYZ | 38.12 | 27.54 | 50.88 | - |
| YUV | 147.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 188 | 0 | 0.42 | 0.05 | 0.23 | 306.51 | 0.42 | 0.61 |
| Hex | C5 | 72 | BC | 0 | 2A | 5 | 17 | 133 | 2A | 3D |
| Octal | 305 | 162 | 274 | 0 | 52 | 5 | 27 | 463 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10111100 | 0 | 101010 | 101 | 10111 | 100110011 | 101010 | 111101 |
Color Harmonies of #C572BC
Complementary color
Monochromatic Colors of #C572BC
Black with #C572BC
Text Example
Text Example
White with #C572BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C572BC; }
p { color: rgb(197,114,188); }
H1.HeaderClassName
{
color: #C572BC;
}
.AnyTagClassName
{
color: #C572BC;
}
</style>
background-color css
<style>
a { background-color: #C572BC; }
a { background-color: rgb(197,114,188); }
div.DivClassName
{
background-color: #C572BC;
}
.BgClassName
{
background-color: #C572BC;
}
</style>
border-color css
<style>
span { border-color: #C572BC; }
span { border-color: rgb(197,114,188); }
td.TdClassName
{
border-color: #C572BC;
}
.TagClassName
{
border-color: #C572BC;
}
</style>