Shades of Fuchsia #C239BA
Tints of Fuchsia #C239BA
RGB
CMYK
RGB Variations
Color information
#C239BA (or 0xC239BA) is known color: Fuchsia. HEX triplet: C2, 39 and BA. RGB value is (194,57,186). Sum of RGB (Red+Green+Blue) = 194+57+186=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C239BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C239BA is #3DC645. Grayscale: #707070. Windows color (decimal): -4048454 or 12204482. OLE color: 12204482.
HSL color Cylindrical-coordinate representation of color #C239BA: hue angle of 303.5º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C239BA is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 186 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.24 |
| HSL | 303.5º | 0.55% | 0.49% | - |
| HSV(B) | 303.5º | 0.71% | 0.76% | - |
| XYZ | 32.57 | 17.94 | 48.2 | - |
| YUV | 112.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 186 | 0 | 0.71 | 0.04 | 0.24 | 303.5 | 0.55 | 0.49 |
| Hex | C2 | 39 | BA | 0 | 47 | 4 | 18 | 130 | 37 | 31 |
| Octal | 302 | 71 | 272 | 0 | 107 | 4 | 30 | 460 | 67 | 61 |
| Binary | 11000010 | 111001 | 10111010 | 0 | 1000111 | 100 | 11000 | 100110000 | 110111 | 110001 |
Color Harmonies of #C239BA
Complementary color
Monochromatic Colors of #C239BA
Black with #C239BA
Text Example
Text Example
White with #C239BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239BA; }
p { color: rgb(194,57,186); }
H1.HeaderClassName
{
color: #C239BA;
}
.AnyTagClassName
{
color: #C239BA;
}
</style>
background-color css
<style>
a { background-color: #C239BA; }
a { background-color: rgb(194,57,186); }
div.DivClassName
{
background-color: #C239BA;
}
.BgClassName
{
background-color: #C239BA;
}
</style>
border-color css
<style>
span { border-color: #C239BA; }
span { border-color: rgb(194,57,186); }
td.TdClassName
{
border-color: #C239BA;
}
.TagClassName
{
border-color: #C239BA;
}
</style>