Shades of Fuchsia #C132BD
Tints of Fuchsia #C132BD
RGB
CMYK
RGB Variations
Color information
#C132BD (or 0xC132BD) is known color: Fuchsia. HEX triplet: C1, 32 and BD. RGB value is (193,50,189). Sum of RGB (Red+Green+Blue) = 193+50+189=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C132BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132BD is #3ECD42. Grayscale: #6C6C6C. Windows color (decimal): -4115779 or 12399297. OLE color: 12399297.
HSL color Cylindrical-coordinate representation of color #C132BD: hue angle of 301.68º 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 #C132BD is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 189 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.24 |
| HSL | 301.68º | 0.59% | 0.48% | - |
| HSV(B) | 301.68º | 0.74% | 0.76% | - |
| XYZ | 32.32 | 17.29 | 49.78 | - |
| YUV | 108.6 | 173.38 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 189 | 0 | 0.74 | 0.02 | 0.24 | 301.68 | 0.59 | 0.48 |
| Hex | C1 | 32 | BD | 0 | 4A | 2 | 18 | 12E | 3B | 30 |
| Octal | 301 | 62 | 275 | 0 | 112 | 2 | 30 | 456 | 73 | 60 |
| Binary | 11000001 | 110010 | 10111101 | 0 | 1001010 | 10 | 11000 | 100101110 | 111011 | 110000 |
Color Harmonies of #C132BD
Complementary color
Monochromatic Colors of #C132BD
Black with #C132BD
Text Example
Text Example
White with #C132BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132BD; }
p { color: rgb(193,50,189); }
H1.HeaderClassName
{
color: #C132BD;
}
.AnyTagClassName
{
color: #C132BD;
}
</style>
background-color css
<style>
a { background-color: #C132BD; }
a { background-color: rgb(193,50,189); }
div.DivClassName
{
background-color: #C132BD;
}
.BgClassName
{
background-color: #C132BD;
}
</style>
border-color css
<style>
span { border-color: #C132BD; }
span { border-color: rgb(193,50,189); }
td.TdClassName
{
border-color: #C132BD;
}
.TagClassName
{
border-color: #C132BD;
}
</style>