Shades of Fuchsia #C129BA
Tints of Fuchsia #C129BA
RGB
CMYK
RGB Variations
Color information
#C129BA (or 0xC129BA) is known color: Fuchsia. HEX triplet: C1, 29 and BA. RGB value is (193,41,186). Sum of RGB (Red+Green+Blue) = 193+41+186=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C129BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129BA is #3ED645. Grayscale: #666666. Windows color (decimal): -4118086 or 12200385. OLE color: 12200385.
HSL color Cylindrical-coordinate representation of color #C129BA: hue angle of 302.76º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C129BA is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 186 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.24 |
| HSL | 302.76º | 0.65% | 0.46% | - |
| HSV(B) | 302.76º | 0.79% | 0.76% | - |
| XYZ | 31.65 | 16.47 | 47.97 | - |
| YUV | 102.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 186 | 0 | 0.79 | 0.04 | 0.24 | 302.76 | 0.65 | 0.46 |
| Hex | C1 | 29 | BA | 0 | 4F | 4 | 18 | 12F | 41 | 2E |
| Octal | 301 | 51 | 272 | 0 | 117 | 4 | 30 | 457 | 101 | 56 |
| Binary | 11000001 | 101001 | 10111010 | 0 | 1001111 | 100 | 11000 | 100101111 | 1000001 | 101110 |
Color Harmonies of #C129BA
Complementary color
Monochromatic Colors of #C129BA
Black with #C129BA
Text Example
Text Example
White with #C129BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C129BA; }
p { color: rgb(193,41,186); }
H1.HeaderClassName
{
color: #C129BA;
}
.AnyTagClassName
{
color: #C129BA;
}
</style>
background-color css
<style>
a { background-color: #C129BA; }
a { background-color: rgb(193,41,186); }
div.DivClassName
{
background-color: #C129BA;
}
.BgClassName
{
background-color: #C129BA;
}
</style>
border-color css
<style>
span { border-color: #C129BA; }
span { border-color: rgb(193,41,186); }
td.TdClassName
{
border-color: #C129BA;
}
.TagClassName
{
border-color: #C129BA;
}
</style>