Shades of Fuchsia #C148A7
Tints of Fuchsia #C148A7
RGB
CMYK
RGB Variations
Color information
#C148A7 (or 0xC148A7) is known color: Fuchsia. HEX triplet: C1, 48 and A7. RGB value is (193,72,167). Sum of RGB (Red+Green+Blue) = 193+72+167=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C148A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C148A7 is #3EB758. Grayscale: #767676. Windows color (decimal): -4110169 or 10963137. OLE color: 10963137.
HSL color Cylindrical-coordinate representation of color #C148A7: hue angle of 312.89º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C148A7 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 167 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.24 |
| HSL | 312.89º | 0.49% | 0.52% | - |
| HSV(B) | 312.89º | 0.63% | 0.76% | - |
| XYZ | 31.28 | 18.76 | 38.53 | - |
| YUV | 119.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 167 | 0 | 0.63 | 0.13 | 0.24 | 312.89 | 0.49 | 0.52 |
| Hex | C1 | 48 | A7 | 0 | 3F | D | 18 | 139 | 31 | 34 |
| Octal | 301 | 110 | 247 | 0 | 77 | 15 | 30 | 471 | 61 | 64 |
| Binary | 11000001 | 1001000 | 10100111 | 0 | 111111 | 1101 | 11000 | 100111001 | 110001 | 110100 |
Color Harmonies of #C148A7
Complementary color
Monochromatic Colors of #C148A7
Black with #C148A7
Text Example
Text Example
White with #C148A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148A7; }
p { color: rgb(193,72,167); }
H1.HeaderClassName
{
color: #C148A7;
}
.AnyTagClassName
{
color: #C148A7;
}
</style>
background-color css
<style>
a { background-color: #C148A7; }
a { background-color: rgb(193,72,167); }
div.DivClassName
{
background-color: #C148A7;
}
.BgClassName
{
background-color: #C148A7;
}
</style>
border-color css
<style>
span { border-color: #C148A7; }
span { border-color: rgb(193,72,167); }
td.TdClassName
{
border-color: #C148A7;
}
.TagClassName
{
border-color: #C148A7;
}
</style>