Shades of Fuchsia #C131B7
Tints of Fuchsia #C131B7
RGB
CMYK
RGB Variations
Color information
#C131B7 (or 0xC131B7) is known color: Fuchsia. HEX triplet: C1, 31 and B7. RGB value is (193,49,183). Sum of RGB (Red+Green+Blue) = 193+49+183=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C131B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131B7 is #3ECE48. Grayscale: #6A6A6A. Windows color (decimal): -4116041 or 12005825. OLE color: 12005825.
HSL color Cylindrical-coordinate representation of color #C131B7: hue angle of 304.17º 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 #C131B7 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 183 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.24 |
| HSL | 304.17º | 0.6% | 0.47% | - |
| HSV(B) | 304.17º | 0.75% | 0.76% | - |
| XYZ | 31.64 | 16.95 | 46.4 | - |
| YUV | 107.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 183 | 0 | 0.75 | 0.05 | 0.24 | 304.17 | 0.6 | 0.47 |
| Hex | C1 | 31 | B7 | 0 | 4B | 5 | 18 | 130 | 3C | 2F |
| Octal | 301 | 61 | 267 | 0 | 113 | 5 | 30 | 460 | 74 | 57 |
| Binary | 11000001 | 110001 | 10110111 | 0 | 1001011 | 101 | 11000 | 100110000 | 111100 | 101111 |
Color Harmonies of #C131B7
Complementary color
Monochromatic Colors of #C131B7
Black with #C131B7
Text Example
Text Example
White with #C131B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131B7; }
p { color: rgb(193,49,183); }
H1.HeaderClassName
{
color: #C131B7;
}
.AnyTagClassName
{
color: #C131B7;
}
</style>
background-color css
<style>
a { background-color: #C131B7; }
a { background-color: rgb(193,49,183); }
div.DivClassName
{
background-color: #C131B7;
}
.BgClassName
{
background-color: #C131B7;
}
</style>
border-color css
<style>
span { border-color: #C131B7; }
span { border-color: rgb(193,49,183); }
td.TdClassName
{
border-color: #C131B7;
}
.TagClassName
{
border-color: #C131B7;
}
</style>