Shades of Fuchsia #C131C2
Tints of Fuchsia #C131C2
RGB
CMYK
RGB Variations
Color information
#C131C2 (or 0xC131C2) is known color: Fuchsia. HEX triplet: C1, 31 and C2. RGB value is (193,49,194). Sum of RGB (Red+Green+Blue) = 193+49+194=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #C131C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131C2 is #3ECE3D. Grayscale: #6C6C6C. Windows color (decimal): -4116030 or 12726721. OLE color: 12726721.
HSL color Cylindrical-coordinate representation of color #C131C2: hue angle of 299.59º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C131C2 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 194 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.24 |
| HSL | 299.59º | 0.6% | 0.48% | - |
| HSV(B) | 299.59º | 0.75% | 0.76% | - |
| XYZ | 32.83 | 17.43 | 52.67 | - |
| YUV | 108.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 194 | 0.01 | 0.75 | 0 | 0.24 | 299.59 | 0.6 | 0.48 |
| Hex | C1 | 31 | C2 | 1 | 4B | 0 | 18 | 12C | 3C | 30 |
| Octal | 301 | 61 | 302 | 1 | 113 | 0 | 30 | 454 | 74 | 60 |
| Binary | 11000001 | 110001 | 11000010 | 1 | 1001011 | 0 | 11000 | 100101100 | 111100 | 110000 |
Color Harmonies of #C131C2
Complementary color
Monochromatic Colors of #C131C2
Black with #C131C2
Text Example
Text Example
White with #C131C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131C2; }
p { color: rgb(193,49,194); }
H1.HeaderClassName
{
color: #C131C2;
}
.AnyTagClassName
{
color: #C131C2;
}
</style>
background-color css
<style>
a { background-color: #C131C2; }
a { background-color: rgb(193,49,194); }
div.DivClassName
{
background-color: #C131C2;
}
.BgClassName
{
background-color: #C131C2;
}
</style>
border-color css
<style>
span { border-color: #C131C2; }
span { border-color: rgb(193,49,194); }
td.TdClassName
{
border-color: #C131C2;
}
.TagClassName
{
border-color: #C131C2;
}
</style>