Shades of Fuchsia #C131C3
Tints of Fuchsia #C131C3
RGB
CMYK
RGB Variations
Color information
#C131C3 (or 0xC131C3) is known color: Fuchsia. HEX triplet: C1, 31 and C3. RGB value is (193,49,195). Sum of RGB (Red+Green+Blue) = 193+49+195=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #C131C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131C3 is #3ECE3C. Grayscale: #6C6C6C. Windows color (decimal): -4116029 or 12792257. OLE color: 12792257.
HSL color Cylindrical-coordinate representation of color #C131C3: hue angle of 299.18º 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 #C131C3 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 195 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.24 |
| HSL | 299.18º | 0.6% | 0.48% | - |
| HSV(B) | 299.18º | 0.75% | 0.76% | - |
| XYZ | 32.94 | 17.47 | 53.27 | - |
| YUV | 108.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 195 | 0.01 | 0.75 | 0 | 0.24 | 299.18 | 0.6 | 0.48 |
| Hex | C1 | 31 | C3 | 1 | 4B | 0 | 18 | 12B | 3C | 30 |
| Octal | 301 | 61 | 303 | 1 | 113 | 0 | 30 | 453 | 74 | 60 |
| Binary | 11000001 | 110001 | 11000011 | 1 | 1001011 | 0 | 11000 | 100101011 | 111100 | 110000 |
Color Harmonies of #C131C3
Complementary color
Monochromatic Colors of #C131C3
Black with #C131C3
Text Example
Text Example
White with #C131C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131C3; }
p { color: rgb(193,49,195); }
H1.HeaderClassName
{
color: #C131C3;
}
.AnyTagClassName
{
color: #C131C3;
}
</style>
background-color css
<style>
a { background-color: #C131C3; }
a { background-color: rgb(193,49,195); }
div.DivClassName
{
background-color: #C131C3;
}
.BgClassName
{
background-color: #C131C3;
}
</style>
border-color css
<style>
span { border-color: #C131C3; }
span { border-color: rgb(193,49,195); }
td.TdClassName
{
border-color: #C131C3;
}
.TagClassName
{
border-color: #C131C3;
}
</style>