Shades of Fuchsia #C572B5
Tints of Fuchsia #C572B5
RGB
CMYK
RGB Variations
Color information
#C572B5 (or 0xC572B5) is known color: Fuchsia. HEX triplet: C5, 72 and B5. RGB value is (197,114,181). Sum of RGB (Red+Green+Blue) = 197+114+181=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C572B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572B5 is #3A8D4A. Grayscale: #929292. Windows color (decimal): -3837259 or 11891397. OLE color: 11891397.
HSL color Cylindrical-coordinate representation of color #C572B5: hue angle of 311.57º 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 #C572B5 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 181 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.23 |
| HSL | 311.57º | 0.42% | 0.61% | - |
| HSV(B) | 311.57º | 0.42% | 0.77% | - |
| XYZ | 37.38 | 27.24 | 47 | - |
| YUV | 146.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 181 | 0 | 0.42 | 0.08 | 0.23 | 311.57 | 0.42 | 0.61 |
| Hex | C5 | 72 | B5 | 0 | 2A | 8 | 17 | 138 | 2A | 3D |
| Octal | 305 | 162 | 265 | 0 | 52 | 10 | 27 | 470 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10110101 | 0 | 101010 | 1000 | 10111 | 100111000 | 101010 | 111101 |
Color Harmonies of #C572B5
Complementary color
Monochromatic Colors of #C572B5
Black with #C572B5
Text Example
Text Example
White with #C572B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C572B5; }
p { color: rgb(197,114,181); }
H1.HeaderClassName
{
color: #C572B5;
}
.AnyTagClassName
{
color: #C572B5;
}
</style>
background-color css
<style>
a { background-color: #C572B5; }
a { background-color: rgb(197,114,181); }
div.DivClassName
{
background-color: #C572B5;
}
.BgClassName
{
background-color: #C572B5;
}
</style>
border-color css
<style>
span { border-color: #C572B5; }
span { border-color: rgb(197,114,181); }
td.TdClassName
{
border-color: #C572B5;
}
.TagClassName
{
border-color: #C572B5;
}
</style>