Shades of Fuchsia #C572B9
Tints of Fuchsia #C572B9
RGB
CMYK
RGB Variations
Color information
#C572B9 (or 0xC572B9) is known color: Fuchsia. HEX triplet: C5, 72 and B9. RGB value is (197,114,185). Sum of RGB (Red+Green+Blue) = 197+114+185=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C572B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572B9 is #3A8D46. Grayscale: #929292. Windows color (decimal): -3837255 or 12153541. OLE color: 12153541.
HSL color Cylindrical-coordinate representation of color #C572B9: hue angle of 308.67º 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 #C572B9 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 185 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.23 |
| HSL | 308.67º | 0.42% | 0.61% | - |
| HSV(B) | 308.67º | 0.42% | 0.77% | - |
| XYZ | 37.8 | 27.41 | 49.2 | - |
| YUV | 146.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 185 | 0 | 0.42 | 0.06 | 0.23 | 308.67 | 0.42 | 0.61 |
| Hex | C5 | 72 | B9 | 0 | 2A | 6 | 17 | 135 | 2A | 3D |
| Octal | 305 | 162 | 271 | 0 | 52 | 6 | 27 | 465 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10111001 | 0 | 101010 | 110 | 10111 | 100110101 | 101010 | 111101 |
Color Harmonies of #C572B9
Complementary color
Monochromatic Colors of #C572B9
Black with #C572B9
Text Example
Text Example
White with #C572B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C572B9; }
p { color: rgb(197,114,185); }
H1.HeaderClassName
{
color: #C572B9;
}
.AnyTagClassName
{
color: #C572B9;
}
</style>
background-color css
<style>
a { background-color: #C572B9; }
a { background-color: rgb(197,114,185); }
div.DivClassName
{
background-color: #C572B9;
}
.BgClassName
{
background-color: #C572B9;
}
</style>
border-color css
<style>
span { border-color: #C572B9; }
span { border-color: rgb(197,114,185); }
td.TdClassName
{
border-color: #C572B9;
}
.TagClassName
{
border-color: #C572B9;
}
</style>