Shades of Fuchsia #C039C2
Tints of Fuchsia #C039C2
RGB
CMYK
RGB Variations
Color information
#C039C2 (or 0xC039C2) is known color: Fuchsia. HEX triplet: C0, 39 and C2. RGB value is (192,57,194). Sum of RGB (Red+Green+Blue) = 192+57+194=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 194 - color contains mainly: blue. Hex color #C039C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C039C2 is #3FC63D. Grayscale: #707070. Windows color (decimal): -4179518 or 12728768. OLE color: 12728768.
HSL color Cylindrical-coordinate representation of color #C039C2: hue angle of 299.12º 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 #C039C2 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 57 | 194 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.24 |
| HSL | 299.12º | 0.55% | 0.49% | - |
| HSV(B) | 299.12º | 0.71% | 0.76% | - |
| XYZ | 32.94 | 18.03 | 52.78 | - |
| YUV | 112.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 194 | 0.01 | 0.71 | 0 | 0.24 | 299.12 | 0.55 | 0.49 |
| Hex | C0 | 39 | C2 | 1 | 47 | 0 | 18 | 12B | 37 | 31 |
| Octal | 300 | 71 | 302 | 1 | 107 | 0 | 30 | 453 | 67 | 61 |
| Binary | 11000000 | 111001 | 11000010 | 1 | 1000111 | 0 | 11000 | 100101011 | 110111 | 110001 |
Color Harmonies of #C039C2
Complementary color
Monochromatic Colors of #C039C2
Black with #C039C2
Text Example
Text Example
White with #C039C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039C2; }
p { color: rgb(192,57,194); }
H1.HeaderClassName
{
color: #C039C2;
}
.AnyTagClassName
{
color: #C039C2;
}
</style>
background-color css
<style>
a { background-color: #C039C2; }
a { background-color: rgb(192,57,194); }
div.DivClassName
{
background-color: #C039C2;
}
.BgClassName
{
background-color: #C039C2;
}
</style>
border-color css
<style>
span { border-color: #C039C2; }
span { border-color: rgb(192,57,194); }
td.TdClassName
{
border-color: #C039C2;
}
.TagClassName
{
border-color: #C039C2;
}
</style>