Shades of Fuchsia #C031AB
Tints of Fuchsia #C031AB
RGB
CMYK
RGB Variations
Color information
#C031AB (or 0xC031AB) is known color: Fuchsia. HEX triplet: C0, 31 and AB. RGB value is (192,49,171). Sum of RGB (Red+Green+Blue) = 192+49+171=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C031AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C031AB is #3FCE54. Grayscale: #696969. Windows color (decimal): -4181589 or 11219392. OLE color: 11219392.
HSL color Cylindrical-coordinate representation of color #C031AB: hue angle of 308.81º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C031AB is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 171 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.25 |
| HSL | 308.81º | 0.59% | 0.47% | - |
| HSV(B) | 308.81º | 0.74% | 0.75% | - |
| XYZ | 30.19 | 16.34 | 40.09 | - |
| YUV | 105.67 | 164.88 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 171 | 0 | 0.74 | 0.11 | 0.25 | 308.81 | 0.59 | 0.47 |
| Hex | C0 | 31 | AB | 0 | 4A | B | 19 | 135 | 3B | 2F |
| Octal | 300 | 61 | 253 | 0 | 112 | 13 | 31 | 465 | 73 | 57 |
| Binary | 11000000 | 110001 | 10101011 | 0 | 1001010 | 1011 | 11001 | 100110101 | 111011 | 101111 |
Color Harmonies of #C031AB
Complementary color
Monochromatic Colors of #C031AB
Black with #C031AB
Text Example
Text Example
White with #C031AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031AB; }
p { color: rgb(192,49,171); }
H1.HeaderClassName
{
color: #C031AB;
}
.AnyTagClassName
{
color: #C031AB;
}
</style>
background-color css
<style>
a { background-color: #C031AB; }
a { background-color: rgb(192,49,171); }
div.DivClassName
{
background-color: #C031AB;
}
.BgClassName
{
background-color: #C031AB;
}
</style>
border-color css
<style>
span { border-color: #C031AB; }
span { border-color: rgb(192,49,171); }
td.TdClassName
{
border-color: #C031AB;
}
.TagClassName
{
border-color: #C031AB;
}
</style>