Shades of Fuchsia #C039B1
Tints of Fuchsia #C039B1
RGB
CMYK
RGB Variations
Color information
#C039B1 (or 0xC039B1) is known color: Fuchsia. HEX triplet: C0, 39 and B1. RGB value is (192,57,177). Sum of RGB (Red+Green+Blue) = 192+57+177=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C039B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C039B1 is #3FC64E. Grayscale: #6E6E6E. Windows color (decimal): -4179535 or 11614656. OLE color: 11614656.
HSL color Cylindrical-coordinate representation of color #C039B1: hue angle of 306.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 #C039B1 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 177 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.25 |
| HSL | 306.67º | 0.54% | 0.49% | - |
| HSV(B) | 306.67º | 0.7% | 0.75% | - |
| XYZ | 31.14 | 17.31 | 43.29 | - |
| YUV | 111.05 | 165.23 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 177 | 0 | 0.70 | 0.08 | 0.25 | 306.67 | 0.54 | 0.49 |
| Hex | C0 | 39 | B1 | 0 | 46 | 8 | 19 | 133 | 36 | 31 |
| Octal | 300 | 71 | 261 | 0 | 106 | 10 | 31 | 463 | 66 | 61 |
| Binary | 11000000 | 111001 | 10110001 | 0 | 1000110 | 1000 | 11001 | 100110011 | 110110 | 110001 |
Color Harmonies of #C039B1
Complementary color
Monochromatic Colors of #C039B1
Black with #C039B1
Text Example
Text Example
White with #C039B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039B1; }
p { color: rgb(192,57,177); }
H1.HeaderClassName
{
color: #C039B1;
}
.AnyTagClassName
{
color: #C039B1;
}
</style>
background-color css
<style>
a { background-color: #C039B1; }
a { background-color: rgb(192,57,177); }
div.DivClassName
{
background-color: #C039B1;
}
.BgClassName
{
background-color: #C039B1;
}
</style>
border-color css
<style>
span { border-color: #C039B1; }
span { border-color: rgb(192,57,177); }
td.TdClassName
{
border-color: #C039B1;
}
.TagClassName
{
border-color: #C039B1;
}
</style>