Shades of Fuchsia #C243BC
Tints of Fuchsia #C243BC
RGB
CMYK
RGB Variations
Color information
#C243BC (or 0xC243BC) is known color: Fuchsia. HEX triplet: C2, 43 and BC. RGB value is (194,67,188). Sum of RGB (Red+Green+Blue) = 194+67+188=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C243BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243BC is #3DBC43. Grayscale: #767676. Windows color (decimal): -4045892 or 12338114. OLE color: 12338114.
HSL color Cylindrical-coordinate representation of color #C243BC: hue angle of 302.83º 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 #C243BC is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 188 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.24 |
| HSL | 302.83º | 0.51% | 0.51% | - |
| HSV(B) | 302.83º | 0.65% | 0.76% | - |
| XYZ | 33.33 | 19.11 | 49.51 | - |
| YUV | 118.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 188 | 0 | 0.65 | 0.03 | 0.24 | 302.83 | 0.51 | 0.51 |
| Hex | C2 | 43 | BC | 0 | 41 | 3 | 18 | 12F | 33 | 33 |
| Octal | 302 | 103 | 274 | 0 | 101 | 3 | 30 | 457 | 63 | 63 |
| Binary | 11000010 | 1000011 | 10111100 | 0 | 1000001 | 11 | 11000 | 100101111 | 110011 | 110011 |
Color Harmonies of #C243BC
Complementary color
Monochromatic Colors of #C243BC
Black with #C243BC
Text Example
Text Example
White with #C243BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243BC; }
p { color: rgb(194,67,188); }
H1.HeaderClassName
{
color: #C243BC;
}
.AnyTagClassName
{
color: #C243BC;
}
</style>
background-color css
<style>
a { background-color: #C243BC; }
a { background-color: rgb(194,67,188); }
div.DivClassName
{
background-color: #C243BC;
}
.BgClassName
{
background-color: #C243BC;
}
</style>
border-color css
<style>
span { border-color: #C243BC; }
span { border-color: rgb(194,67,188); }
td.TdClassName
{
border-color: #C243BC;
}
.TagClassName
{
border-color: #C243BC;
}
</style>