Shades of Fuchsia #C132C0
Tints of Fuchsia #C132C0
RGB
CMYK
RGB Variations
Color information
#C132C0 (or 0xC132C0) is known color: Fuchsia. HEX triplet: C1, 32 and C0. RGB value is (193,50,192). Sum of RGB (Red+Green+Blue) = 193+50+192=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C132C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132C0 is #3ECD3F. Grayscale: #6C6C6C. Windows color (decimal): -4115776 or 12595905. OLE color: 12595905.
HSL color Cylindrical-coordinate representation of color #C132C0: hue angle of 300.42º 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 #C132C0 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 192 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.24 |
| HSL | 300.42º | 0.59% | 0.48% | - |
| HSV(B) | 300.42º | 0.74% | 0.76% | - |
| XYZ | 32.65 | 17.42 | 51.51 | - |
| YUV | 108.95 | 174.88 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 192 | 0 | 0.74 | 0.01 | 0.24 | 300.42 | 0.59 | 0.48 |
| Hex | C1 | 32 | C0 | 0 | 4A | 1 | 18 | 12C | 3B | 30 |
| Octal | 301 | 62 | 300 | 0 | 112 | 1 | 30 | 454 | 73 | 60 |
| Binary | 11000001 | 110010 | 11000000 | 0 | 1001010 | 1 | 11000 | 100101100 | 111011 | 110000 |
Color Harmonies of #C132C0
Complementary color
Monochromatic Colors of #C132C0
Black with #C132C0
Text Example
Text Example
White with #C132C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132C0; }
p { color: rgb(193,50,192); }
H1.HeaderClassName
{
color: #C132C0;
}
.AnyTagClassName
{
color: #C132C0;
}
</style>
background-color css
<style>
a { background-color: #C132C0; }
a { background-color: rgb(193,50,192); }
div.DivClassName
{
background-color: #C132C0;
}
.BgClassName
{
background-color: #C132C0;
}
</style>
border-color css
<style>
span { border-color: #C132C0; }
span { border-color: rgb(193,50,192); }
td.TdClassName
{
border-color: #C132C0;
}
.TagClassName
{
border-color: #C132C0;
}
</style>