Shades of Fuchsia #C148C8
Tints of Fuchsia #C148C8
RGB
CMYK
RGB Variations
Color information
#C148C8 (or 0xC148C8) is known color: Fuchsia. HEX triplet: C1, 48 and C8. RGB value is (193,72,200). Sum of RGB (Red+Green+Blue) = 193+72+200=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #C148C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148C8 is #3EB737. Grayscale: #7A7A7A. Windows color (decimal): -4110136 or 13125825. OLE color: 13125825.
HSL color Cylindrical-coordinate representation of color #C148C8: hue angle of 296.72º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C148C8 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 72 | 200 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.22 |
| HSL | 296.72º | 0.54% | 0.53% | - |
| HSV(B) | 296.72º | 0.64% | 0.78% | - |
| XYZ | 34.74 | 20.14 | 56.7 | - |
| YUV | 122.77 | 171.59 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 200 | 0.04 | 0.64 | 0 | 0.22 | 296.72 | 0.54 | 0.53 |
| Hex | C1 | 48 | C8 | 4 | 40 | 0 | 16 | 129 | 36 | 35 |
| Octal | 301 | 110 | 310 | 4 | 100 | 0 | 26 | 451 | 66 | 65 |
| Binary | 11000001 | 1001000 | 11001000 | 100 | 1000000 | 0 | 10110 | 100101001 | 110110 | 110101 |
Color Harmonies of #C148C8
Complementary color
Monochromatic Colors of #C148C8
Black with #C148C8
Text Example
Text Example
White with #C148C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148C8; }
p { color: rgb(193,72,200); }
H1.HeaderClassName
{
color: #C148C8;
}
.AnyTagClassName
{
color: #C148C8;
}
</style>
background-color css
<style>
a { background-color: #C148C8; }
a { background-color: rgb(193,72,200); }
div.DivClassName
{
background-color: #C148C8;
}
.BgClassName
{
background-color: #C148C8;
}
</style>
border-color css
<style>
span { border-color: #C148C8; }
span { border-color: rgb(193,72,200); }
td.TdClassName
{
border-color: #C148C8;
}
.TagClassName
{
border-color: #C148C8;
}
</style>