Shades of Fuchsia #C146A8
Tints of Fuchsia #C146A8
RGB
CMYK
RGB Variations
Color information
#C146A8 (or 0xC146A8) is known color: Fuchsia. HEX triplet: C1, 46 and A8. RGB value is (193,70,168). Sum of RGB (Red+Green+Blue) = 193+70+168=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C146A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C146A8 is #3EB957. Grayscale: #757575. Windows color (decimal): -4110680 or 11028161. OLE color: 11028161.
HSL color Cylindrical-coordinate representation of color #C146A8: hue angle of 312.2º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C146A8 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 168 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.24 |
| HSL | 312.2º | 0.5% | 0.52% | - |
| HSV(B) | 312.2º | 0.64% | 0.76% | - |
| XYZ | 31.25 | 18.54 | 38.98 | - |
| YUV | 117.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 168 | 0 | 0.64 | 0.13 | 0.24 | 312.2 | 0.5 | 0.52 |
| Hex | C1 | 46 | A8 | 0 | 40 | D | 18 | 138 | 32 | 34 |
| Octal | 301 | 106 | 250 | 0 | 100 | 15 | 30 | 470 | 62 | 64 |
| Binary | 11000001 | 1000110 | 10101000 | 0 | 1000000 | 1101 | 11000 | 100111000 | 110010 | 110100 |
Color Harmonies of #C146A8
Complementary color
Monochromatic Colors of #C146A8
Black with #C146A8
Text Example
Text Example
White with #C146A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C146A8; }
p { color: rgb(193,70,168); }
H1.HeaderClassName
{
color: #C146A8;
}
.AnyTagClassName
{
color: #C146A8;
}
</style>
background-color css
<style>
a { background-color: #C146A8; }
a { background-color: rgb(193,70,168); }
div.DivClassName
{
background-color: #C146A8;
}
.BgClassName
{
background-color: #C146A8;
}
</style>
border-color css
<style>
span { border-color: #C146A8; }
span { border-color: rgb(193,70,168); }
td.TdClassName
{
border-color: #C146A8;
}
.TagClassName
{
border-color: #C146A8;
}
</style>