Shades of Fuchsia #C148BE
Tints of Fuchsia #C148BE
RGB
CMYK
RGB Variations
Color information
#C148BE (or 0xC148BE) is known color: Fuchsia. HEX triplet: C1, 48 and BE. RGB value is (193,72,190). Sum of RGB (Red+Green+Blue) = 193+72+190=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C148BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148BE is #3EB741. Grayscale: #797979. Windows color (decimal): -4110146 or 12470465. OLE color: 12470465.
HSL color Cylindrical-coordinate representation of color #C148BE: hue angle of 301.49º 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 #C148BE is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 190 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.24 |
| HSL | 301.49º | 0.49% | 0.52% | - |
| HSV(B) | 301.49º | 0.63% | 0.76% | - |
| XYZ | 33.6 | 19.69 | 50.74 | - |
| YUV | 121.63 | 166.59 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 190 | 0 | 0.63 | 0.02 | 0.24 | 301.49 | 0.49 | 0.52 |
| Hex | C1 | 48 | BE | 0 | 3F | 2 | 18 | 12D | 31 | 34 |
| Octal | 301 | 110 | 276 | 0 | 77 | 2 | 30 | 455 | 61 | 64 |
| Binary | 11000001 | 1001000 | 10111110 | 0 | 111111 | 10 | 11000 | 100101101 | 110001 | 110100 |
Color Harmonies of #C148BE
Complementary color
Monochromatic Colors of #C148BE
Black with #C148BE
Text Example
Text Example
White with #C148BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148BE; }
p { color: rgb(193,72,190); }
H1.HeaderClassName
{
color: #C148BE;
}
.AnyTagClassName
{
color: #C148BE;
}
</style>
background-color css
<style>
a { background-color: #C148BE; }
a { background-color: rgb(193,72,190); }
div.DivClassName
{
background-color: #C148BE;
}
.BgClassName
{
background-color: #C148BE;
}
</style>
border-color css
<style>
span { border-color: #C148BE; }
span { border-color: rgb(193,72,190); }
td.TdClassName
{
border-color: #C148BE;
}
.TagClassName
{
border-color: #C148BE;
}
</style>