Shades of Fuchsia #C148B5
Tints of Fuchsia #C148B5
RGB
CMYK
RGB Variations
Color information
#C148B5 (or 0xC148B5) is known color: Fuchsia. HEX triplet: C1, 48 and B5. RGB value is (193,72,181). Sum of RGB (Red+Green+Blue) = 193+72+181=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C148B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148B5 is #3EB74A. Grayscale: #787878. Windows color (decimal): -4110155 or 11880641. OLE color: 11880641.
HSL color Cylindrical-coordinate representation of color #C148B5: hue angle of 305.95º 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 #C148B5 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 181 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.24 |
| HSL | 305.95º | 0.49% | 0.52% | - |
| HSV(B) | 305.95º | 0.63% | 0.76% | - |
| XYZ | 32.65 | 19.31 | 45.72 | - |
| YUV | 120.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 181 | 0 | 0.63 | 0.06 | 0.24 | 305.95 | 0.49 | 0.52 |
| Hex | C1 | 48 | B5 | 0 | 3F | 6 | 18 | 132 | 31 | 34 |
| Octal | 301 | 110 | 265 | 0 | 77 | 6 | 30 | 462 | 61 | 64 |
| Binary | 11000001 | 1001000 | 10110101 | 0 | 111111 | 110 | 11000 | 100110010 | 110001 | 110100 |
Color Harmonies of #C148B5
Complementary color
Monochromatic Colors of #C148B5
Black with #C148B5
Text Example
Text Example
White with #C148B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148B5; }
p { color: rgb(193,72,181); }
H1.HeaderClassName
{
color: #C148B5;
}
.AnyTagClassName
{
color: #C148B5;
}
</style>
background-color css
<style>
a { background-color: #C148B5; }
a { background-color: rgb(193,72,181); }
div.DivClassName
{
background-color: #C148B5;
}
.BgClassName
{
background-color: #C148B5;
}
</style>
border-color css
<style>
span { border-color: #C148B5; }
span { border-color: rgb(193,72,181); }
td.TdClassName
{
border-color: #C148B5;
}
.TagClassName
{
border-color: #C148B5;
}
</style>