Shades of Fuchsia #C132BF
Tints of Fuchsia #C132BF
RGB
CMYK
RGB Variations
Color information
#C132BF (or 0xC132BF) is known color: Fuchsia. HEX triplet: C1, 32 and BF. RGB value is (193,50,191). Sum of RGB (Red+Green+Blue) = 193+50+191=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C132BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132BF is #3ECD40. Grayscale: #6C6C6C. Windows color (decimal): -4115777 or 12530369. OLE color: 12530369.
HSL color Cylindrical-coordinate representation of color #C132BF: hue angle of 300.84º 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 #C132BF is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 191 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.24 |
| HSL | 300.84º | 0.59% | 0.48% | - |
| HSV(B) | 300.84º | 0.74% | 0.76% | - |
| XYZ | 32.54 | 17.38 | 50.93 | - |
| YUV | 108.83 | 174.38 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 191 | 0 | 0.74 | 0.01 | 0.24 | 300.84 | 0.59 | 0.48 |
| Hex | C1 | 32 | BF | 0 | 4A | 1 | 18 | 12D | 3B | 30 |
| Octal | 301 | 62 | 277 | 0 | 112 | 1 | 30 | 455 | 73 | 60 |
| Binary | 11000001 | 110010 | 10111111 | 0 | 1001010 | 1 | 11000 | 100101101 | 111011 | 110000 |
Color Harmonies of #C132BF
Complementary color
Monochromatic Colors of #C132BF
Black with #C132BF
Text Example
Text Example
White with #C132BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132BF; }
p { color: rgb(193,50,191); }
H1.HeaderClassName
{
color: #C132BF;
}
.AnyTagClassName
{
color: #C132BF;
}
</style>
background-color css
<style>
a { background-color: #C132BF; }
a { background-color: rgb(193,50,191); }
div.DivClassName
{
background-color: #C132BF;
}
.BgClassName
{
background-color: #C132BF;
}
</style>
border-color css
<style>
span { border-color: #C132BF; }
span { border-color: rgb(193,50,191); }
td.TdClassName
{
border-color: #C132BF;
}
.TagClassName
{
border-color: #C132BF;
}
</style>