Shades of Fuchsia #C231C0
Tints of Fuchsia #C231C0
RGB
CMYK
RGB Variations
Color information
#C231C0 (or 0xC231C0) is known color: Fuchsia. HEX triplet: C2, 31 and C0. RGB value is (194,49,192). Sum of RGB (Red+Green+Blue) = 194+49+192=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C231C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231C0 is #3DCE3F. Grayscale: #6C6C6C. Windows color (decimal): -4050496 or 12595650. OLE color: 12595650.
HSL color Cylindrical-coordinate representation of color #C231C0: hue angle of 300.83º 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 #C231C0 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 192 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.24 |
| HSL | 300.83º | 0.6% | 0.48% | - |
| HSV(B) | 300.83º | 0.75% | 0.76% | - |
| XYZ | 32.86 | 17.47 | 51.51 | - |
| YUV | 108.66 | 175.04 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 192 | 0 | 0.75 | 0.01 | 0.24 | 300.83 | 0.6 | 0.48 |
| Hex | C2 | 31 | C0 | 0 | 4B | 1 | 18 | 12D | 3C | 30 |
| Octal | 302 | 61 | 300 | 0 | 113 | 1 | 30 | 455 | 74 | 60 |
| Binary | 11000010 | 110001 | 11000000 | 0 | 1001011 | 1 | 11000 | 100101101 | 111100 | 110000 |
Color Harmonies of #C231C0
Complementary color
Monochromatic Colors of #C231C0
Black with #C231C0
Text Example
Text Example
White with #C231C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231C0; }
p { color: rgb(194,49,192); }
H1.HeaderClassName
{
color: #C231C0;
}
.AnyTagClassName
{
color: #C231C0;
}
</style>
background-color css
<style>
a { background-color: #C231C0; }
a { background-color: rgb(194,49,192); }
div.DivClassName
{
background-color: #C231C0;
}
.BgClassName
{
background-color: #C231C0;
}
</style>
border-color css
<style>
span { border-color: #C231C0; }
span { border-color: rgb(194,49,192); }
td.TdClassName
{
border-color: #C231C0;
}
.TagClassName
{
border-color: #C231C0;
}
</style>