Shades of Fuchsia #C243AF
Tints of Fuchsia #C243AF
RGB
CMYK
RGB Variations
Color information
#C243AF (or 0xC243AF) is known color: Fuchsia. HEX triplet: C2, 43 and AF. RGB value is (194,67,175). Sum of RGB (Red+Green+Blue) = 194+67+175=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C243AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C243AF is #3DBC50. Grayscale: #747474. Windows color (decimal): -4045905 or 11486146. OLE color: 11486146.
HSL color Cylindrical-coordinate representation of color #C243AF: hue angle of 308.98º 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 #C243AF is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 175 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.24 |
| HSL | 308.98º | 0.51% | 0.51% | - |
| HSV(B) | 308.98º | 0.65% | 0.76% | - |
| XYZ | 31.99 | 18.58 | 42.46 | - |
| YUV | 117.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 175 | 0 | 0.65 | 0.10 | 0.24 | 308.98 | 0.51 | 0.51 |
| Hex | C2 | 43 | AF | 0 | 41 | A | 18 | 135 | 33 | 33 |
| Octal | 302 | 103 | 257 | 0 | 101 | 12 | 30 | 465 | 63 | 63 |
| Binary | 11000010 | 1000011 | 10101111 | 0 | 1000001 | 1010 | 11000 | 100110101 | 110011 | 110011 |
Color Harmonies of #C243AF
Complementary color
Monochromatic Colors of #C243AF
Black with #C243AF
Text Example
Text Example
White with #C243AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243AF; }
p { color: rgb(194,67,175); }
H1.HeaderClassName
{
color: #C243AF;
}
.AnyTagClassName
{
color: #C243AF;
}
</style>
background-color css
<style>
a { background-color: #C243AF; }
a { background-color: rgb(194,67,175); }
div.DivClassName
{
background-color: #C243AF;
}
.BgClassName
{
background-color: #C243AF;
}
</style>
border-color css
<style>
span { border-color: #C243AF; }
span { border-color: rgb(194,67,175); }
td.TdClassName
{
border-color: #C243AF;
}
.TagClassName
{
border-color: #C243AF;
}
</style>