Shades of Fuchsia #C131AF
Tints of Fuchsia #C131AF
RGB
CMYK
RGB Variations
Color information
#C131AF (or 0xC131AF) is known color: Fuchsia. HEX triplet: C1, 31 and AF. RGB value is (193,49,175). Sum of RGB (Red+Green+Blue) = 193+49+175=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C131AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C131AF is #3ECE50. Grayscale: #6A6A6A. Windows color (decimal): -4116049 or 11481537. OLE color: 11481537.
HSL color Cylindrical-coordinate representation of color #C131AF: hue angle of 307.5º 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 #C131AF is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 175 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.24 |
| HSL | 307.5º | 0.6% | 0.47% | - |
| HSV(B) | 307.5º | 0.75% | 0.76% | - |
| XYZ | 30.83 | 16.63 | 42.14 | - |
| YUV | 106.42 | 166.71 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 175 | 0 | 0.75 | 0.09 | 0.24 | 307.5 | 0.6 | 0.47 |
| Hex | C1 | 31 | AF | 0 | 4B | 9 | 18 | 134 | 3C | 2F |
| Octal | 301 | 61 | 257 | 0 | 113 | 11 | 30 | 464 | 74 | 57 |
| Binary | 11000001 | 110001 | 10101111 | 0 | 1001011 | 1001 | 11000 | 100110100 | 111100 | 101111 |
Color Harmonies of #C131AF
Complementary color
Monochromatic Colors of #C131AF
Black with #C131AF
Text Example
Text Example
White with #C131AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131AF; }
p { color: rgb(193,49,175); }
H1.HeaderClassName
{
color: #C131AF;
}
.AnyTagClassName
{
color: #C131AF;
}
</style>
background-color css
<style>
a { background-color: #C131AF; }
a { background-color: rgb(193,49,175); }
div.DivClassName
{
background-color: #C131AF;
}
.BgClassName
{
background-color: #C131AF;
}
</style>
border-color css
<style>
span { border-color: #C131AF; }
span { border-color: rgb(193,49,175); }
td.TdClassName
{
border-color: #C131AF;
}
.TagClassName
{
border-color: #C131AF;
}
</style>