Shades of Fuchsia #C572BD
Tints of Fuchsia #C572BD
RGB
CMYK
RGB Variations
Color information
#C572BD (or 0xC572BD) is known color: Fuchsia. HEX triplet: C5, 72 and BD. RGB value is (197,114,189). Sum of RGB (Red+Green+Blue) = 197+114+189=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C572BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572BD is #3A8D42. Grayscale: #939393. Windows color (decimal): -3837251 or 12415685. OLE color: 12415685.
HSL color Cylindrical-coordinate representation of color #C572BD: hue angle of 305.78º 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 #C572BD is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 189 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.23 |
| HSL | 305.78º | 0.42% | 0.61% | - |
| HSV(B) | 305.78º | 0.42% | 0.77% | - |
| XYZ | 38.23 | 27.58 | 51.45 | - |
| YUV | 147.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 189 | 0 | 0.42 | 0.04 | 0.23 | 305.78 | 0.42 | 0.61 |
| Hex | C5 | 72 | BD | 0 | 2A | 4 | 17 | 132 | 2A | 3D |
| Octal | 305 | 162 | 275 | 0 | 52 | 4 | 27 | 462 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10111101 | 0 | 101010 | 100 | 10111 | 100110010 | 101010 | 111101 |
Color Harmonies of #C572BD
Complementary color
Monochromatic Colors of #C572BD
Black with #C572BD
Text Example
Text Example
White with #C572BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C572BD; }
p { color: rgb(197,114,189); }
H1.HeaderClassName
{
color: #C572BD;
}
.AnyTagClassName
{
color: #C572BD;
}
</style>
background-color css
<style>
a { background-color: #C572BD; }
a { background-color: rgb(197,114,189); }
div.DivClassName
{
background-color: #C572BD;
}
.BgClassName
{
background-color: #C572BD;
}
</style>
border-color css
<style>
span { border-color: #C572BD; }
span { border-color: rgb(197,114,189); }
td.TdClassName
{
border-color: #C572BD;
}
.TagClassName
{
border-color: #C572BD;
}
</style>