Shades of Fuchsia #C131AD
Tints of Fuchsia #C131AD
RGB
CMYK
RGB Variations
Color information
#C131AD (or 0xC131AD) is known color: Fuchsia. HEX triplet: C1, 31 and AD. RGB value is (193,49,173). Sum of RGB (Red+Green+Blue) = 193+49+173=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C131AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C131AD is #3ECE52. Grayscale: #696969. Windows color (decimal): -4116051 or 11350465. OLE color: 11350465.
HSL color Cylindrical-coordinate representation of color #C131AD: hue angle of 308.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C131AD is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 173 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.24 |
| HSL | 308.33º | 0.6% | 0.47% | - |
| HSV(B) | 308.33º | 0.75% | 0.76% | - |
| XYZ | 30.63 | 16.55 | 41.12 | - |
| YUV | 106.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 173 | 0 | 0.75 | 0.10 | 0.24 | 308.33 | 0.6 | 0.47 |
| Hex | C1 | 31 | AD | 0 | 4B | A | 18 | 134 | 3C | 2F |
| Octal | 301 | 61 | 255 | 0 | 113 | 12 | 30 | 464 | 74 | 57 |
| Binary | 11000001 | 110001 | 10101101 | 0 | 1001011 | 1010 | 11000 | 100110100 | 111100 | 101111 |
Color Harmonies of #C131AD
Complementary color
Monochromatic Colors of #C131AD
Black with #C131AD
Text Example
Text Example
White with #C131AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131AD; }
p { color: rgb(193,49,173); }
H1.HeaderClassName
{
color: #C131AD;
}
.AnyTagClassName
{
color: #C131AD;
}
</style>
background-color css
<style>
a { background-color: #C131AD; }
a { background-color: rgb(193,49,173); }
div.DivClassName
{
background-color: #C131AD;
}
.BgClassName
{
background-color: #C131AD;
}
</style>
border-color css
<style>
span { border-color: #C131AD; }
span { border-color: rgb(193,49,173); }
td.TdClassName
{
border-color: #C131AD;
}
.TagClassName
{
border-color: #C131AD;
}
</style>