Shades of Fuchsia #C572BB
Tints of Fuchsia #C572BB
RGB
CMYK
RGB Variations
Color information
#C572BB (or 0xC572BB) is known color: Fuchsia. HEX triplet: C5, 72 and BB. RGB value is (197,114,187). Sum of RGB (Red+Green+Blue) = 197+114+187=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C572BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572BB is #3A8D44. Grayscale: #929292. Windows color (decimal): -3837253 or 12284613. OLE color: 12284613.
HSL color Cylindrical-coordinate representation of color #C572BB: hue angle of 307.23º 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 #C572BB is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 187 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.23 |
| HSL | 307.23º | 0.42% | 0.61% | - |
| HSV(B) | 307.23º | 0.42% | 0.77% | - |
| XYZ | 38.01 | 27.49 | 50.32 | - |
| YUV | 147.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 187 | 0 | 0.42 | 0.05 | 0.23 | 307.23 | 0.42 | 0.61 |
| Hex | C5 | 72 | BB | 0 | 2A | 5 | 17 | 133 | 2A | 3D |
| Octal | 305 | 162 | 273 | 0 | 52 | 5 | 27 | 463 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10111011 | 0 | 101010 | 101 | 10111 | 100110011 | 101010 | 111101 |
Color Harmonies of #C572BB
Complementary color
Monochromatic Colors of #C572BB
Black with #C572BB
Text Example
Text Example
White with #C572BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C572BB; }
p { color: rgb(197,114,187); }
H1.HeaderClassName
{
color: #C572BB;
}
.AnyTagClassName
{
color: #C572BB;
}
</style>
background-color css
<style>
a { background-color: #C572BB; }
a { background-color: rgb(197,114,187); }
div.DivClassName
{
background-color: #C572BB;
}
.BgClassName
{
background-color: #C572BB;
}
</style>
border-color css
<style>
span { border-color: #C572BB; }
span { border-color: rgb(197,114,187); }
td.TdClassName
{
border-color: #C572BB;
}
.TagClassName
{
border-color: #C572BB;
}
</style>