Shades of Fuchsia #C572B4
Tints of Fuchsia #C572B4
RGB
CMYK
RGB Variations
Color information
#C572B4 (or 0xC572B4) is known color: Fuchsia. HEX triplet: C5, 72 and B4. RGB value is (197,114,180). Sum of RGB (Red+Green+Blue) = 197+114+180=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C572B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572B4 is #3A8D4B. Grayscale: #929292. Windows color (decimal): -3837260 or 11825861. OLE color: 11825861.
HSL color Cylindrical-coordinate representation of color #C572B4: hue angle of 312.29º 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 #C572B4 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 180 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.23 |
| HSL | 312.29º | 0.42% | 0.61% | - |
| HSV(B) | 312.29º | 0.42% | 0.77% | - |
| XYZ | 37.28 | 27.2 | 46.47 | - |
| YUV | 146.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 180 | 0 | 0.42 | 0.09 | 0.23 | 312.29 | 0.42 | 0.61 |
| Hex | C5 | 72 | B4 | 0 | 2A | 9 | 17 | 138 | 2A | 3D |
| Octal | 305 | 162 | 264 | 0 | 52 | 11 | 27 | 470 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10110100 | 0 | 101010 | 1001 | 10111 | 100111000 | 101010 | 111101 |
Color Harmonies of #C572B4
Complementary color
Monochromatic Colors of #C572B4
Black with #C572B4
Text Example
Text Example
White with #C572B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C572B4; }
p { color: rgb(197,114,180); }
H1.HeaderClassName
{
color: #C572B4;
}
.AnyTagClassName
{
color: #C572B4;
}
</style>
background-color css
<style>
a { background-color: #C572B4; }
a { background-color: rgb(197,114,180); }
div.DivClassName
{
background-color: #C572B4;
}
.BgClassName
{
background-color: #C572B4;
}
</style>
border-color css
<style>
span { border-color: #C572B4; }
span { border-color: rgb(197,114,180); }
td.TdClassName
{
border-color: #C572B4;
}
.TagClassName
{
border-color: #C572B4;
}
</style>