Shades of Fuchsia #C131B9
Tints of Fuchsia #C131B9
RGB
CMYK
RGB Variations
Color information
#C131B9 (or 0xC131B9) is known color: Fuchsia. HEX triplet: C1, 31 and B9. RGB value is (193,49,185). Sum of RGB (Red+Green+Blue) = 193+49+185=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C131B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131B9 is #3ECE46. Grayscale: #6B6B6B. Windows color (decimal): -4116039 or 12136897. OLE color: 12136897.
HSL color Cylindrical-coordinate representation of color #C131B9: hue angle of 303.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 #C131B9 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 185 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.24 |
| HSL | 303.33º | 0.6% | 0.47% | - |
| HSV(B) | 303.33º | 0.75% | 0.76% | - |
| XYZ | 31.85 | 17.04 | 47.51 | - |
| YUV | 107.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 185 | 0 | 0.75 | 0.04 | 0.24 | 303.33 | 0.6 | 0.47 |
| Hex | C1 | 31 | B9 | 0 | 4B | 4 | 18 | 12F | 3C | 2F |
| Octal | 301 | 61 | 271 | 0 | 113 | 4 | 30 | 457 | 74 | 57 |
| Binary | 11000001 | 110001 | 10111001 | 0 | 1001011 | 100 | 11000 | 100101111 | 111100 | 101111 |
Color Harmonies of #C131B9
Complementary color
Monochromatic Colors of #C131B9
Black with #C131B9
Text Example
Text Example
White with #C131B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131B9; }
p { color: rgb(193,49,185); }
H1.HeaderClassName
{
color: #C131B9;
}
.AnyTagClassName
{
color: #C131B9;
}
</style>
background-color css
<style>
a { background-color: #C131B9; }
a { background-color: rgb(193,49,185); }
div.DivClassName
{
background-color: #C131B9;
}
.BgClassName
{
background-color: #C131B9;
}
</style>
border-color css
<style>
span { border-color: #C131B9; }
span { border-color: rgb(193,49,185); }
td.TdClassName
{
border-color: #C131B9;
}
.TagClassName
{
border-color: #C131B9;
}
</style>