Shades of Fuchsia #C149BA
Tints of Fuchsia #C149BA
RGB
CMYK
RGB Variations
Color information
#C149BA (or 0xC149BA) is known color: Fuchsia. HEX triplet: C1, 49 and BA. RGB value is (193,73,186). Sum of RGB (Red+Green+Blue) = 193+73+186=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C149BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149BA is #3EB645. Grayscale: #797979. Windows color (decimal): -4109894 or 12208577. OLE color: 12208577.
HSL color Cylindrical-coordinate representation of color #C149BA: hue angle of 303.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C149BA is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 186 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.24 |
| HSL | 303.5º | 0.49% | 0.52% | - |
| HSV(B) | 303.5º | 0.62% | 0.76% | - |
| XYZ | 33.24 | 19.65 | 48.49 | - |
| YUV | 121.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 186 | 0 | 0.62 | 0.04 | 0.24 | 303.5 | 0.49 | 0.52 |
| Hex | C1 | 49 | BA | 0 | 3E | 4 | 18 | 130 | 31 | 34 |
| Octal | 301 | 111 | 272 | 0 | 76 | 4 | 30 | 460 | 61 | 64 |
| Binary | 11000001 | 1001001 | 10111010 | 0 | 111110 | 100 | 11000 | 100110000 | 110001 | 110100 |
Color Harmonies of #C149BA
Complementary color
Monochromatic Colors of #C149BA
Black with #C149BA
Text Example
Text Example
White with #C149BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C149BA; }
p { color: rgb(193,73,186); }
H1.HeaderClassName
{
color: #C149BA;
}
.AnyTagClassName
{
color: #C149BA;
}
</style>
background-color css
<style>
a { background-color: #C149BA; }
a { background-color: rgb(193,73,186); }
div.DivClassName
{
background-color: #C149BA;
}
.BgClassName
{
background-color: #C149BA;
}
</style>
border-color css
<style>
span { border-color: #C149BA; }
span { border-color: rgb(193,73,186); }
td.TdClassName
{
border-color: #C149BA;
}
.TagClassName
{
border-color: #C149BA;
}
</style>