Shades of Fuchsia #C039C4
Tints of Fuchsia #C039C4
RGB
CMYK
RGB Variations
Color information
#C039C4 (or 0xC039C4) is known color: Fuchsia. HEX triplet: C0, 39 and C4. RGB value is (192,57,196). Sum of RGB (Red+Green+Blue) = 192+57+196=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 57 (22.66% from 255 or 12.81% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 196 - color contains mainly: blue. Hex color #C039C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C039C4 is #3FC63B. Grayscale: #707070. Windows color (decimal): -4179516 or 12859840. OLE color: 12859840.
HSL color Cylindrical-coordinate representation of color #C039C4: hue angle of 298.27º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C039C4 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 57 | 196 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.23 |
| HSL | 298.27º | 0.55% | 0.5% | - |
| HSV(B) | 298.27º | 0.71% | 0.77% | - |
| XYZ | 33.17 | 18.12 | 53.97 | - |
| YUV | 113.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 196 | 0.02 | 0.71 | 0 | 0.23 | 298.27 | 0.55 | 0.5 |
| Hex | C0 | 39 | C4 | 2 | 47 | 0 | 17 | 12A | 37 | 32 |
| Octal | 300 | 71 | 304 | 2 | 107 | 0 | 27 | 452 | 67 | 62 |
| Binary | 11000000 | 111001 | 11000100 | 10 | 1000111 | 0 | 10111 | 100101010 | 110111 | 110010 |
Color Harmonies of #C039C4
Complementary color
Monochromatic Colors of #C039C4
Black with #C039C4
Text Example
Text Example
White with #C039C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039C4; }
p { color: rgb(192,57,196); }
H1.HeaderClassName
{
color: #C039C4;
}
.AnyTagClassName
{
color: #C039C4;
}
</style>
background-color css
<style>
a { background-color: #C039C4; }
a { background-color: rgb(192,57,196); }
div.DivClassName
{
background-color: #C039C4;
}
.BgClassName
{
background-color: #C039C4;
}
</style>
border-color css
<style>
span { border-color: #C039C4; }
span { border-color: rgb(192,57,196); }
td.TdClassName
{
border-color: #C039C4;
}
.TagClassName
{
border-color: #C039C4;
}
</style>