Shades of Fuchsia #C148C6
Tints of Fuchsia #C148C6
RGB
CMYK
RGB Variations
Color information
#C148C6 (or 0xC148C6) is known color: Fuchsia. HEX triplet: C1, 48 and C6. RGB value is (193,72,198). Sum of RGB (Red+Green+Blue) = 193+72+198=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #C148C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148C6 is #3EB739. Grayscale: #7A7A7A. Windows color (decimal): -4110138 or 12994753. OLE color: 12994753.
HSL color Cylindrical-coordinate representation of color #C148C6: hue angle of 297.62º degrees, saturation: 0.52, 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 #C148C6 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 72 | 198 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.22 |
| HSL | 297.62º | 0.53% | 0.53% | - |
| HSV(B) | 297.62º | 0.64% | 0.78% | - |
| XYZ | 34.5 | 20.05 | 55.48 | - |
| YUV | 122.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 198 | 0.03 | 0.64 | 0 | 0.22 | 297.62 | 0.53 | 0.53 |
| Hex | C1 | 48 | C6 | 3 | 40 | 0 | 16 | 12A | 34 | 35 |
| Octal | 301 | 110 | 306 | 3 | 100 | 0 | 26 | 452 | 64 | 65 |
| Binary | 11000001 | 1001000 | 11000110 | 11 | 1000000 | 0 | 10110 | 100101010 | 110100 | 110101 |
Color Harmonies of #C148C6
Complementary color
Monochromatic Colors of #C148C6
Black with #C148C6
Text Example
Text Example
White with #C148C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148C6; }
p { color: rgb(193,72,198); }
H1.HeaderClassName
{
color: #C148C6;
}
.AnyTagClassName
{
color: #C148C6;
}
</style>
background-color css
<style>
a { background-color: #C148C6; }
a { background-color: rgb(193,72,198); }
div.DivClassName
{
background-color: #C148C6;
}
.BgClassName
{
background-color: #C148C6;
}
</style>
border-color css
<style>
span { border-color: #C148C6; }
span { border-color: rgb(193,72,198); }
td.TdClassName
{
border-color: #C148C6;
}
.TagClassName
{
border-color: #C148C6;
}
</style>