Shades of Fuchsia #C131CB
Tints of Fuchsia #C131CB
RGB
CMYK
RGB Variations
Color information
#C131CB (or 0xC131CB) is known color: Fuchsia. HEX triplet: C1, 31 and CB. RGB value is (193,49,203). Sum of RGB (Red+Green+Blue) = 193+49+203=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #C131CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131CB is #3ECE34. Grayscale: #6D6D6D. Windows color (decimal): -4116021 or 13316545. OLE color: 13316545.
HSL color Cylindrical-coordinate representation of color #C131CB: hue angle of 296.1º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C131CB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 49 | 203 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.20 |
| HSL | 296.1º | 0.61% | 0.49% | - |
| HSV(B) | 296.1º | 0.76% | 0.8% | - |
| XYZ | 33.87 | 17.85 | 58.16 | - |
| YUV | 109.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 203 | 0.05 | 0.76 | 0 | 0.20 | 296.1 | 0.61 | 0.49 |
| Hex | C1 | 31 | CB | 5 | 4C | 0 | 14 | 128 | 3D | 31 |
| Octal | 301 | 61 | 313 | 5 | 114 | 0 | 24 | 450 | 75 | 61 |
| Binary | 11000001 | 110001 | 11001011 | 101 | 1001100 | 0 | 10100 | 100101000 | 111101 | 110001 |
Color Harmonies of #C131CB
Complementary color
Monochromatic Colors of #C131CB
Black with #C131CB
Text Example
Text Example
White with #C131CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131CB; }
p { color: rgb(193,49,203); }
H1.HeaderClassName
{
color: #C131CB;
}
.AnyTagClassName
{
color: #C131CB;
}
</style>
background-color css
<style>
a { background-color: #C131CB; }
a { background-color: rgb(193,49,203); }
div.DivClassName
{
background-color: #C131CB;
}
.BgClassName
{
background-color: #C131CB;
}
</style>
border-color css
<style>
span { border-color: #C131CB; }
span { border-color: rgb(193,49,203); }
td.TdClassName
{
border-color: #C131CB;
}
.TagClassName
{
border-color: #C131CB;
}
</style>