Shades of Fuchsia #C149BF
Tints of Fuchsia #C149BF
RGB
CMYK
RGB Variations
Color information
#C149BF (or 0xC149BF) is known color: Fuchsia. HEX triplet: C1, 49 and BF. RGB value is (193,73,191). Sum of RGB (Red+Green+Blue) = 193+73+191=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C149BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149BF is #3EB640. Grayscale: #797979. Windows color (decimal): -4109889 or 12536257. OLE color: 12536257.
HSL color Cylindrical-coordinate representation of color #C149BF: hue angle of 301º 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 #C149BF is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 191 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.24 |
| HSL | 301º | 0.49% | 0.52% | - |
| HSV(B) | 301º | 0.62% | 0.76% | - |
| XYZ | 33.78 | 19.86 | 51.34 | - |
| YUV | 122.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 191 | 0 | 0.62 | 0.01 | 0.24 | 301 | 0.49 | 0.52 |
| Hex | C1 | 49 | BF | 0 | 3E | 1 | 18 | 12D | 31 | 34 |
| Octal | 301 | 111 | 277 | 0 | 76 | 1 | 30 | 455 | 61 | 64 |
| Binary | 11000001 | 1001001 | 10111111 | 0 | 111110 | 1 | 11000 | 100101101 | 110001 | 110100 |
Color Harmonies of #C149BF
Complementary color
Monochromatic Colors of #C149BF
Black with #C149BF
Text Example
Text Example
White with #C149BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C149BF; }
p { color: rgb(193,73,191); }
H1.HeaderClassName
{
color: #C149BF;
}
.AnyTagClassName
{
color: #C149BF;
}
</style>
background-color css
<style>
a { background-color: #C149BF; }
a { background-color: rgb(193,73,191); }
div.DivClassName
{
background-color: #C149BF;
}
.BgClassName
{
background-color: #C149BF;
}
</style>
border-color css
<style>
span { border-color: #C149BF; }
span { border-color: rgb(193,73,191); }
td.TdClassName
{
border-color: #C149BF;
}
.TagClassName
{
border-color: #C149BF;
}
</style>