Shades of Fuchsia #C148AC
Tints of Fuchsia #C148AC
RGB
CMYK
RGB Variations
Color information
#C148AC (or 0xC148AC) is known color: Fuchsia. HEX triplet: C1, 48 and AC. RGB value is (193,72,172). Sum of RGB (Red+Green+Blue) = 193+72+172=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C148AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C148AC is #3EB753. Grayscale: #777777. Windows color (decimal): -4110164 or 11290817. OLE color: 11290817.
HSL color Cylindrical-coordinate representation of color #C148AC: hue angle of 310.41º 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 #C148AC is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 172 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.24 |
| HSL | 310.41º | 0.49% | 0.52% | - |
| HSV(B) | 310.41º | 0.63% | 0.76% | - |
| XYZ | 31.76 | 18.95 | 41.01 | - |
| YUV | 119.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 172 | 0 | 0.63 | 0.11 | 0.24 | 310.41 | 0.49 | 0.52 |
| Hex | C1 | 48 | AC | 0 | 3F | B | 18 | 136 | 31 | 34 |
| Octal | 301 | 110 | 254 | 0 | 77 | 13 | 30 | 466 | 61 | 64 |
| Binary | 11000001 | 1001000 | 10101100 | 0 | 111111 | 1011 | 11000 | 100110110 | 110001 | 110100 |
Color Harmonies of #C148AC
Complementary color
Monochromatic Colors of #C148AC
Black with #C148AC
Text Example
Text Example
White with #C148AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148AC; }
p { color: rgb(193,72,172); }
H1.HeaderClassName
{
color: #C148AC;
}
.AnyTagClassName
{
color: #C148AC;
}
</style>
background-color css
<style>
a { background-color: #C148AC; }
a { background-color: rgb(193,72,172); }
div.DivClassName
{
background-color: #C148AC;
}
.BgClassName
{
background-color: #C148AC;
}
</style>
border-color css
<style>
span { border-color: #C148AC; }
span { border-color: rgb(193,72,172); }
td.TdClassName
{
border-color: #C148AC;
}
.TagClassName
{
border-color: #C148AC;
}
</style>