Shades of Fuchsia #C131BE
Tints of Fuchsia #C131BE
RGB
CMYK
RGB Variations
Color information
#C131BE (or 0xC131BE) is known color: Fuchsia. HEX triplet: C1, 31 and BE. RGB value is (193,49,190). Sum of RGB (Red+Green+Blue) = 193+49+190=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C131BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131BE is #3ECE41. Grayscale: #6B6B6B. Windows color (decimal): -4116034 or 12464577. OLE color: 12464577.
HSL color Cylindrical-coordinate representation of color #C131BE: hue angle of 301.25º 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 #C131BE is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 190 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.24 |
| HSL | 301.25º | 0.6% | 0.47% | - |
| HSV(B) | 301.25º | 0.75% | 0.76% | - |
| XYZ | 32.38 | 17.25 | 50.34 | - |
| YUV | 108.13 | 174.21 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 190 | 0 | 0.75 | 0.02 | 0.24 | 301.25 | 0.6 | 0.47 |
| Hex | C1 | 31 | BE | 0 | 4B | 2 | 18 | 12D | 3C | 2F |
| Octal | 301 | 61 | 276 | 0 | 113 | 2 | 30 | 455 | 74 | 57 |
| Binary | 11000001 | 110001 | 10111110 | 0 | 1001011 | 10 | 11000 | 100101101 | 111100 | 101111 |
Color Harmonies of #C131BE
Complementary color
Monochromatic Colors of #C131BE
Black with #C131BE
Text Example
Text Example
White with #C131BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131BE; }
p { color: rgb(193,49,190); }
H1.HeaderClassName
{
color: #C131BE;
}
.AnyTagClassName
{
color: #C131BE;
}
</style>
background-color css
<style>
a { background-color: #C131BE; }
a { background-color: rgb(193,49,190); }
div.DivClassName
{
background-color: #C131BE;
}
.BgClassName
{
background-color: #C131BE;
}
</style>
border-color css
<style>
span { border-color: #C131BE; }
span { border-color: rgb(193,49,190); }
td.TdClassName
{
border-color: #C131BE;
}
.TagClassName
{
border-color: #C131BE;
}
</style>