Shades of Fuchsia #C132CB
Tints of Fuchsia #C132CB
RGB
CMYK
RGB Variations
Color information
#C132CB (or 0xC132CB) is known color: Fuchsia. HEX triplet: C1, 32 and CB. RGB value is (193,50,203). Sum of RGB (Red+Green+Blue) = 193+50+203=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #C132CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132CB is #3ECD34. Grayscale: #6D6D6D. Windows color (decimal): -4115765 or 13316801. OLE color: 13316801.
HSL color Cylindrical-coordinate representation of color #C132CB: hue angle of 296.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C132CB is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 50 | 203 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.20 |
| HSL | 296.08º | 0.6% | 0.5% | - |
| HSV(B) | 296.08º | 0.75% | 0.8% | - |
| XYZ | 33.91 | 17.93 | 58.17 | - |
| YUV | 110.2 | 180.38 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 203 | 0.05 | 0.75 | 0 | 0.20 | 296.08 | 0.6 | 0.5 |
| Hex | C1 | 32 | CB | 5 | 4B | 0 | 14 | 128 | 3C | 32 |
| Octal | 301 | 62 | 313 | 5 | 113 | 0 | 24 | 450 | 74 | 62 |
| Binary | 11000001 | 110010 | 11001011 | 101 | 1001011 | 0 | 10100 | 100101000 | 111100 | 110010 |
Color Harmonies of #C132CB
Complementary color
Monochromatic Colors of #C132CB
Black with #C132CB
Text Example
Text Example
White with #C132CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132CB; }
p { color: rgb(193,50,203); }
H1.HeaderClassName
{
color: #C132CB;
}
.AnyTagClassName
{
color: #C132CB;
}
</style>
background-color css
<style>
a { background-color: #C132CB; }
a { background-color: rgb(193,50,203); }
div.DivClassName
{
background-color: #C132CB;
}
.BgClassName
{
background-color: #C132CB;
}
</style>
border-color css
<style>
span { border-color: #C132CB; }
span { border-color: rgb(193,50,203); }
td.TdClassName
{
border-color: #C132CB;
}
.TagClassName
{
border-color: #C132CB;
}
</style>