Shades of Fuchsia #C132BA
Tints of Fuchsia #C132BA
RGB
CMYK
RGB Variations
Color information
#C132BA (or 0xC132BA) is known color: Fuchsia. HEX triplet: C1, 32 and BA. RGB value is (193,50,186). Sum of RGB (Red+Green+Blue) = 193+50+186=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C132BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132BA is #3ECD45. Grayscale: #6B6B6B. Windows color (decimal): -4115782 or 12202689. OLE color: 12202689.
HSL color Cylindrical-coordinate representation of color #C132BA: hue angle of 302.94º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C132BA is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 186 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.24 |
| HSL | 302.94º | 0.59% | 0.48% | - |
| HSV(B) | 302.94º | 0.74% | 0.76% | - |
| XYZ | 32 | 17.16 | 48.08 | - |
| YUV | 108.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 186 | 0 | 0.74 | 0.04 | 0.24 | 302.94 | 0.59 | 0.48 |
| Hex | C1 | 32 | BA | 0 | 4A | 4 | 18 | 12F | 3B | 30 |
| Octal | 301 | 62 | 272 | 0 | 112 | 4 | 30 | 457 | 73 | 60 |
| Binary | 11000001 | 110010 | 10111010 | 0 | 1001010 | 100 | 11000 | 100101111 | 111011 | 110000 |
Color Harmonies of #C132BA
Complementary color
Monochromatic Colors of #C132BA
Black with #C132BA
Text Example
Text Example
White with #C132BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132BA; }
p { color: rgb(193,50,186); }
H1.HeaderClassName
{
color: #C132BA;
}
.AnyTagClassName
{
color: #C132BA;
}
</style>
background-color css
<style>
a { background-color: #C132BA; }
a { background-color: rgb(193,50,186); }
div.DivClassName
{
background-color: #C132BA;
}
.BgClassName
{
background-color: #C132BA;
}
</style>
border-color css
<style>
span { border-color: #C132BA; }
span { border-color: rgb(193,50,186); }
td.TdClassName
{
border-color: #C132BA;
}
.TagClassName
{
border-color: #C132BA;
}
</style>