Shades of Fuchsia #C129B3
Tints of Fuchsia #C129B3
RGB
CMYK
RGB Variations
Color information
#C129B3 (or 0xC129B3) is known color: Fuchsia. HEX triplet: C1, 29 and B3. RGB value is (193,41,179). Sum of RGB (Red+Green+Blue) = 193+41+179=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C129B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129B3 is #3ED64C. Grayscale: #656565. Windows color (decimal): -4118093 or 11741633. OLE color: 11741633.
HSL color Cylindrical-coordinate representation of color #C129B3: hue angle of 305.53º 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 #C129B3 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 179 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.24 |
| HSL | 305.53º | 0.65% | 0.46% | - |
| HSV(B) | 305.53º | 0.79% | 0.76% | - |
| XYZ | 30.92 | 16.18 | 44.14 | - |
| YUV | 102.18 | 171.36 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 179 | 0 | 0.79 | 0.07 | 0.24 | 305.53 | 0.65 | 0.46 |
| Hex | C1 | 29 | B3 | 0 | 4F | 7 | 18 | 132 | 41 | 2E |
| Octal | 301 | 51 | 263 | 0 | 117 | 7 | 30 | 462 | 101 | 56 |
| Binary | 11000001 | 101001 | 10110011 | 0 | 1001111 | 111 | 11000 | 100110010 | 1000001 | 101110 |
Color Harmonies of #C129B3
Complementary color
Monochromatic Colors of #C129B3
Black with #C129B3
Text Example
Text Example
White with #C129B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C129B3; }
p { color: rgb(193,41,179); }
H1.HeaderClassName
{
color: #C129B3;
}
.AnyTagClassName
{
color: #C129B3;
}
</style>
background-color css
<style>
a { background-color: #C129B3; }
a { background-color: rgb(193,41,179); }
div.DivClassName
{
background-color: #C129B3;
}
.BgClassName
{
background-color: #C129B3;
}
</style>
border-color css
<style>
span { border-color: #C129B3; }
span { border-color: rgb(193,41,179); }
td.TdClassName
{
border-color: #C129B3;
}
.TagClassName
{
border-color: #C129B3;
}
</style>