Shades of Fuchsia #C231AC
Tints of Fuchsia #C231AC
RGB
CMYK
RGB Variations
Color information
#C231AC (or 0xC231AC) is known color: Fuchsia. HEX triplet: C2, 31 and AC. RGB value is (194,49,172). Sum of RGB (Red+Green+Blue) = 194+49+172=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C231AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C231AC is #3DCE53. Grayscale: #6A6A6A. Windows color (decimal): -4050516 or 11284930. OLE color: 11284930.
HSL color Cylindrical-coordinate representation of color #C231AC: hue angle of 309.1º 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 #C231AC is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 172 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.24 |
| HSL | 309.1º | 0.6% | 0.48% | - |
| HSV(B) | 309.1º | 0.75% | 0.76% | - |
| XYZ | 30.79 | 16.64 | 40.62 | - |
| YUV | 106.38 | 165.04 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 172 | 0 | 0.75 | 0.11 | 0.24 | 309.1 | 0.6 | 0.48 |
| Hex | C2 | 31 | AC | 0 | 4B | B | 18 | 135 | 3C | 30 |
| Octal | 302 | 61 | 254 | 0 | 113 | 13 | 30 | 465 | 74 | 60 |
| Binary | 11000010 | 110001 | 10101100 | 0 | 1001011 | 1011 | 11000 | 100110101 | 111100 | 110000 |
Color Harmonies of #C231AC
Complementary color
Monochromatic Colors of #C231AC
Black with #C231AC
Text Example
Text Example
White with #C231AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231AC; }
p { color: rgb(194,49,172); }
H1.HeaderClassName
{
color: #C231AC;
}
.AnyTagClassName
{
color: #C231AC;
}
</style>
background-color css
<style>
a { background-color: #C231AC; }
a { background-color: rgb(194,49,172); }
div.DivClassName
{
background-color: #C231AC;
}
.BgClassName
{
background-color: #C231AC;
}
</style>
border-color css
<style>
span { border-color: #C231AC; }
span { border-color: rgb(194,49,172); }
td.TdClassName
{
border-color: #C231AC;
}
.TagClassName
{
border-color: #C231AC;
}
</style>