Shades of Fuchsia #C243AE
Tints of Fuchsia #C243AE
RGB
CMYK
RGB Variations
Color information
#C243AE (or 0xC243AE) is known color: Fuchsia. HEX triplet: C2, 43 and AE. RGB value is (194,67,174). Sum of RGB (Red+Green+Blue) = 194+67+174=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C243AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C243AE is #3DBC51. Grayscale: #747474. Windows color (decimal): -4045906 or 11420610. OLE color: 11420610.
HSL color Cylindrical-coordinate representation of color #C243AE: hue angle of 309.45º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C243AE is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 174 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.24 |
| HSL | 309.45º | 0.51% | 0.51% | - |
| HSV(B) | 309.45º | 0.65% | 0.76% | - |
| XYZ | 31.9 | 18.54 | 41.94 | - |
| YUV | 117.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 174 | 0 | 0.65 | 0.10 | 0.24 | 309.45 | 0.51 | 0.51 |
| Hex | C2 | 43 | AE | 0 | 41 | A | 18 | 135 | 33 | 33 |
| Octal | 302 | 103 | 256 | 0 | 101 | 12 | 30 | 465 | 63 | 63 |
| Binary | 11000010 | 1000011 | 10101110 | 0 | 1000001 | 1010 | 11000 | 100110101 | 110011 | 110011 |
Color Harmonies of #C243AE
Complementary color
Monochromatic Colors of #C243AE
Black with #C243AE
Text Example
Text Example
White with #C243AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243AE; }
p { color: rgb(194,67,174); }
H1.HeaderClassName
{
color: #C243AE;
}
.AnyTagClassName
{
color: #C243AE;
}
</style>
background-color css
<style>
a { background-color: #C243AE; }
a { background-color: rgb(194,67,174); }
div.DivClassName
{
background-color: #C243AE;
}
.BgClassName
{
background-color: #C243AE;
}
</style>
border-color css
<style>
span { border-color: #C243AE; }
span { border-color: rgb(194,67,174); }
td.TdClassName
{
border-color: #C243AE;
}
.TagClassName
{
border-color: #C243AE;
}
</style>