Shades of Fuchsia #C129B8
Tints of Fuchsia #C129B8
RGB
CMYK
RGB Variations
Color information
#C129B8 (or 0xC129B8) is known color: Fuchsia. HEX triplet: C1, 29 and B8. RGB value is (193,41,184). Sum of RGB (Red+Green+Blue) = 193+41+184=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C129B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129B8 is #3ED647. Grayscale: #666666. Windows color (decimal): -4118088 or 12069313. OLE color: 12069313.
HSL color Cylindrical-coordinate representation of color #C129B8: hue angle of 303.55º 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 #C129B8 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 184 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.24 |
| HSL | 303.55º | 0.65% | 0.46% | - |
| HSV(B) | 303.55º | 0.79% | 0.76% | - |
| XYZ | 31.44 | 16.38 | 46.85 | - |
| YUV | 102.75 | 173.86 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 184 | 0 | 0.79 | 0.05 | 0.24 | 303.55 | 0.65 | 0.46 |
| Hex | C1 | 29 | B8 | 0 | 4F | 5 | 18 | 130 | 41 | 2E |
| Octal | 301 | 51 | 270 | 0 | 117 | 5 | 30 | 460 | 101 | 56 |
| Binary | 11000001 | 101001 | 10111000 | 0 | 1001111 | 101 | 11000 | 100110000 | 1000001 | 101110 |
Color Harmonies of #C129B8
Complementary color
Monochromatic Colors of #C129B8
Black with #C129B8
Text Example
Text Example
White with #C129B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C129B8; }
p { color: rgb(193,41,184); }
H1.HeaderClassName
{
color: #C129B8;
}
.AnyTagClassName
{
color: #C129B8;
}
</style>
background-color css
<style>
a { background-color: #C129B8; }
a { background-color: rgb(193,41,184); }
div.DivClassName
{
background-color: #C129B8;
}
.BgClassName
{
background-color: #C129B8;
}
</style>
border-color css
<style>
span { border-color: #C129B8; }
span { border-color: rgb(193,41,184); }
td.TdClassName
{
border-color: #C129B8;
}
.TagClassName
{
border-color: #C129B8;
}
</style>