Shades of Fuchsia #C148BB
Tints of Fuchsia #C148BB
RGB
CMYK
RGB Variations
Color information
#C148BB (or 0xC148BB) is known color: Fuchsia. HEX triplet: C1, 48 and BB. RGB value is (193,72,187). Sum of RGB (Red+Green+Blue) = 193+72+187=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C148BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148BB is #3EB744. Grayscale: #787878. Windows color (decimal): -4110149 or 12273857. OLE color: 12273857.
HSL color Cylindrical-coordinate representation of color #C148BB: hue angle of 302.98º 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 #C148BB is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 187 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.24 |
| HSL | 302.98º | 0.49% | 0.52% | - |
| HSV(B) | 302.98º | 0.63% | 0.76% | - |
| XYZ | 33.28 | 19.56 | 49.04 | - |
| YUV | 121.29 | 165.09 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 187 | 0 | 0.63 | 0.03 | 0.24 | 302.98 | 0.49 | 0.52 |
| Hex | C1 | 48 | BB | 0 | 3F | 3 | 18 | 12F | 31 | 34 |
| Octal | 301 | 110 | 273 | 0 | 77 | 3 | 30 | 457 | 61 | 64 |
| Binary | 11000001 | 1001000 | 10111011 | 0 | 111111 | 11 | 11000 | 100101111 | 110001 | 110100 |
Color Harmonies of #C148BB
Complementary color
Monochromatic Colors of #C148BB
Black with #C148BB
Text Example
Text Example
White with #C148BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148BB; }
p { color: rgb(193,72,187); }
H1.HeaderClassName
{
color: #C148BB;
}
.AnyTagClassName
{
color: #C148BB;
}
</style>
background-color css
<style>
a { background-color: #C148BB; }
a { background-color: rgb(193,72,187); }
div.DivClassName
{
background-color: #C148BB;
}
.BgClassName
{
background-color: #C148BB;
}
</style>
border-color css
<style>
span { border-color: #C148BB; }
span { border-color: rgb(193,72,187); }
td.TdClassName
{
border-color: #C148BB;
}
.TagClassName
{
border-color: #C148BB;
}
</style>