Shades of Fuchsia #C039B6
Tints of Fuchsia #C039B6
RGB
CMYK
RGB Variations
Color information
#C039B6 (or 0xC039B6) is known color: Fuchsia. HEX triplet: C0, 39 and B6. RGB value is (192,57,182). Sum of RGB (Red+Green+Blue) = 192+57+182=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C039B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C039B6 is #3FC649. Grayscale: #6F6F6F. Windows color (decimal): -4179530 or 11942336. OLE color: 11942336.
HSL color Cylindrical-coordinate representation of color #C039B6: hue angle of 304.44º 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 #C039B6 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 182 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.25 |
| HSL | 304.44º | 0.54% | 0.49% | - |
| HSV(B) | 304.44º | 0.7% | 0.75% | - |
| XYZ | 31.64 | 17.51 | 45.97 | - |
| YUV | 111.62 | 167.73 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 182 | 0 | 0.70 | 0.05 | 0.25 | 304.44 | 0.54 | 0.49 |
| Hex | C0 | 39 | B6 | 0 | 46 | 5 | 19 | 130 | 36 | 31 |
| Octal | 300 | 71 | 266 | 0 | 106 | 5 | 31 | 460 | 66 | 61 |
| Binary | 11000000 | 111001 | 10110110 | 0 | 1000110 | 101 | 11001 | 100110000 | 110110 | 110001 |
Color Harmonies of #C039B6
Complementary color
Monochromatic Colors of #C039B6
Black with #C039B6
Text Example
Text Example
White with #C039B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039B6; }
p { color: rgb(192,57,182); }
H1.HeaderClassName
{
color: #C039B6;
}
.AnyTagClassName
{
color: #C039B6;
}
</style>
background-color css
<style>
a { background-color: #C039B6; }
a { background-color: rgb(192,57,182); }
div.DivClassName
{
background-color: #C039B6;
}
.BgClassName
{
background-color: #C039B6;
}
</style>
border-color css
<style>
span { border-color: #C039B6; }
span { border-color: rgb(192,57,182); }
td.TdClassName
{
border-color: #C039B6;
}
.TagClassName
{
border-color: #C039B6;
}
</style>