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