Shades of Fuchsia #C039BA
Tints of Fuchsia #C039BA
RGB
CMYK
RGB Variations
Color information
#C039BA (or 0xC039BA) is known color: Fuchsia. HEX triplet: C0, 39 and BA. RGB value is (192,57,186). Sum of RGB (Red+Green+Blue) = 192+57+186=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C039BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C039BA is #3FC645. Grayscale: #6F6F6F. Windows color (decimal): -4179526 or 12204480. OLE color: 12204480.
HSL color Cylindrical-coordinate representation of color #C039BA: hue angle of 302.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C039BA is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 186 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.25 |
| HSL | 302.67º | 0.54% | 0.49% | - |
| HSV(B) | 302.67º | 0.7% | 0.75% | - |
| XYZ | 32.06 | 17.68 | 48.18 | - |
| YUV | 112.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 186 | 0 | 0.70 | 0.03 | 0.25 | 302.67 | 0.54 | 0.49 |
| Hex | C0 | 39 | BA | 0 | 46 | 3 | 19 | 12F | 36 | 31 |
| Octal | 300 | 71 | 272 | 0 | 106 | 3 | 31 | 457 | 66 | 61 |
| Binary | 11000000 | 111001 | 10111010 | 0 | 1000110 | 11 | 11001 | 100101111 | 110110 | 110001 |
Color Harmonies of #C039BA
Complementary color
Monochromatic Colors of #C039BA
Black with #C039BA
Text Example
Text Example
White with #C039BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039BA; }
p { color: rgb(192,57,186); }
H1.HeaderClassName
{
color: #C039BA;
}
.AnyTagClassName
{
color: #C039BA;
}
</style>
background-color css
<style>
a { background-color: #C039BA; }
a { background-color: rgb(192,57,186); }
div.DivClassName
{
background-color: #C039BA;
}
.BgClassName
{
background-color: #C039BA;
}
</style>
border-color css
<style>
span { border-color: #C039BA; }
span { border-color: rgb(192,57,186); }
td.TdClassName
{
border-color: #C039BA;
}
.TagClassName
{
border-color: #C039BA;
}
</style>