Shades of Fuchsia #C231AB
Tints of Fuchsia #C231AB
RGB
CMYK
RGB Variations
Color information
#C231AB (or 0xC231AB) is known color: Fuchsia. HEX triplet: C2, 31 and AB. RGB value is (194,49,171). Sum of RGB (Red+Green+Blue) = 194+49+171=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C231AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C231AB is #3DCE54. Grayscale: #696969. Windows color (decimal): -4050517 or 11219394. OLE color: 11219394.
HSL color Cylindrical-coordinate representation of color #C231AB: hue angle of 309.52º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C231AB is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 171 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.24 |
| HSL | 309.52º | 0.6% | 0.48% | - |
| HSV(B) | 309.52º | 0.75% | 0.76% | - |
| XYZ | 30.7 | 16.61 | 40.12 | - |
| YUV | 106.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 171 | 0 | 0.75 | 0.12 | 0.24 | 309.52 | 0.6 | 0.48 |
| Hex | C2 | 31 | AB | 0 | 4B | C | 18 | 136 | 3C | 30 |
| Octal | 302 | 61 | 253 | 0 | 113 | 14 | 30 | 466 | 74 | 60 |
| Binary | 11000010 | 110001 | 10101011 | 0 | 1001011 | 1100 | 11000 | 100110110 | 111100 | 110000 |
Color Harmonies of #C231AB
Complementary color
Monochromatic Colors of #C231AB
Black with #C231AB
Text Example
Text Example
White with #C231AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231AB; }
p { color: rgb(194,49,171); }
H1.HeaderClassName
{
color: #C231AB;
}
.AnyTagClassName
{
color: #C231AB;
}
</style>
background-color css
<style>
a { background-color: #C231AB; }
a { background-color: rgb(194,49,171); }
div.DivClassName
{
background-color: #C231AB;
}
.BgClassName
{
background-color: #C231AB;
}
</style>
border-color css
<style>
span { border-color: #C231AB; }
span { border-color: rgb(194,49,171); }
td.TdClassName
{
border-color: #C231AB;
}
.TagClassName
{
border-color: #C231AB;
}
</style>