Shades of Fuchsia #C149C3
Tints of Fuchsia #C149C3
RGB
CMYK
RGB Variations
Color information
#C149C3 (or 0xC149C3) is known color: Fuchsia. HEX triplet: C1, 49 and C3. RGB value is (193,73,195). Sum of RGB (Red+Green+Blue) = 193+73+195=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 195 - color contains mainly: blue. Hex color #C149C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149C3 is #3EB63C. Grayscale: #7A7A7A. Windows color (decimal): -4109885 or 12798401. OLE color: 12798401.
HSL color Cylindrical-coordinate representation of color #C149C3: hue angle of 299.02º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C149C3 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 195 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.24 |
| HSL | 299.02º | 0.5% | 0.53% | - |
| HSV(B) | 299.02º | 0.63% | 0.76% | - |
| XYZ | 34.23 | 20.04 | 53.69 | - |
| YUV | 122.79 | 168.76 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 195 | 0.01 | 0.63 | 0 | 0.24 | 299.02 | 0.5 | 0.53 |
| Hex | C1 | 49 | C3 | 1 | 3F | 0 | 18 | 12B | 32 | 35 |
| Octal | 301 | 111 | 303 | 1 | 77 | 0 | 30 | 453 | 62 | 65 |
| Binary | 11000001 | 1001001 | 11000011 | 1 | 111111 | 0 | 11000 | 100101011 | 110010 | 110101 |
Color Harmonies of #C149C3
Complementary color
Monochromatic Colors of #C149C3
Black with #C149C3
Text Example
Text Example
White with #C149C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C149C3; }
p { color: rgb(193,73,195); }
H1.HeaderClassName
{
color: #C149C3;
}
.AnyTagClassName
{
color: #C149C3;
}
</style>
background-color css
<style>
a { background-color: #C149C3; }
a { background-color: rgb(193,73,195); }
div.DivClassName
{
background-color: #C149C3;
}
.BgClassName
{
background-color: #C149C3;
}
</style>
border-color css
<style>
span { border-color: #C149C3; }
span { border-color: rgb(193,73,195); }
td.TdClassName
{
border-color: #C149C3;
}
.TagClassName
{
border-color: #C149C3;
}
</style>