Shades of Fuchsia #C531B2
Tints of Fuchsia #C531B2
RGB
CMYK
RGB Variations
Color information
#C531B2 (or 0xC531B2) is known color: Fuchsia. HEX triplet: C5, 31 and B2. RGB value is (197,49,178). Sum of RGB (Red+Green+Blue) = 197+49+178=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C531B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C531B2 is #3ACE4D. Grayscale: #6B6B6B. Windows color (decimal): -3853902 or 11678149. OLE color: 11678149.
HSL color Cylindrical-coordinate representation of color #C531B2: hue angle of 307.7º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C531B2 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 178 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.23 |
| HSL | 307.7º | 0.6% | 0.48% | - |
| HSV(B) | 307.7º | 0.75% | 0.77% | - |
| XYZ | 32.16 | 17.28 | 43.76 | - |
| YUV | 107.96 | 167.53 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 178 | 0 | 0.75 | 0.10 | 0.23 | 307.7 | 0.6 | 0.48 |
| Hex | C5 | 31 | B2 | 0 | 4B | A | 17 | 134 | 3C | 30 |
| Octal | 305 | 61 | 262 | 0 | 113 | 12 | 27 | 464 | 74 | 60 |
| Binary | 11000101 | 110001 | 10110010 | 0 | 1001011 | 1010 | 10111 | 100110100 | 111100 | 110000 |
Color Harmonies of #C531B2
Complementary color
Monochromatic Colors of #C531B2
Black with #C531B2
Text Example
Text Example
White with #C531B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C531B2; }
p { color: rgb(197,49,178); }
H1.HeaderClassName
{
color: #C531B2;
}
.AnyTagClassName
{
color: #C531B2;
}
</style>
background-color css
<style>
a { background-color: #C531B2; }
a { background-color: rgb(197,49,178); }
div.DivClassName
{
background-color: #C531B2;
}
.BgClassName
{
background-color: #C531B2;
}
</style>
border-color css
<style>
span { border-color: #C531B2; }
span { border-color: rgb(197,49,178); }
td.TdClassName
{
border-color: #C531B2;
}
.TagClassName
{
border-color: #C531B2;
}
</style>