Shades of Fuchsia #C148BC
Tints of Fuchsia #C148BC
RGB
CMYK
RGB Variations
Color information
#C148BC (or 0xC148BC) is known color: Fuchsia. HEX triplet: C1, 48 and BC. RGB value is (193,72,188). Sum of RGB (Red+Green+Blue) = 193+72+188=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C148BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148BC is #3EB743. Grayscale: #797979. Windows color (decimal): -4110148 or 12339393. OLE color: 12339393.
HSL color Cylindrical-coordinate representation of color #C148BC: hue angle of 302.48º 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 #C148BC is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 188 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.24 |
| HSL | 302.48º | 0.49% | 0.52% | - |
| HSV(B) | 302.48º | 0.63% | 0.76% | - |
| XYZ | 33.39 | 19.6 | 49.6 | - |
| YUV | 121.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 188 | 0 | 0.63 | 0.03 | 0.24 | 302.48 | 0.49 | 0.52 |
| Hex | C1 | 48 | BC | 0 | 3F | 3 | 18 | 12E | 31 | 34 |
| Octal | 301 | 110 | 274 | 0 | 77 | 3 | 30 | 456 | 61 | 64 |
| Binary | 11000001 | 1001000 | 10111100 | 0 | 111111 | 11 | 11000 | 100101110 | 110001 | 110100 |
Color Harmonies of #C148BC
Complementary color
Monochromatic Colors of #C148BC
Black with #C148BC
Text Example
Text Example
White with #C148BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148BC; }
p { color: rgb(193,72,188); }
H1.HeaderClassName
{
color: #C148BC;
}
.AnyTagClassName
{
color: #C148BC;
}
</style>
background-color css
<style>
a { background-color: #C148BC; }
a { background-color: rgb(193,72,188); }
div.DivClassName
{
background-color: #C148BC;
}
.BgClassName
{
background-color: #C148BC;
}
</style>
border-color css
<style>
span { border-color: #C148BC; }
span { border-color: rgb(193,72,188); }
td.TdClassName
{
border-color: #C148BC;
}
.TagClassName
{
border-color: #C148BC;
}
</style>