Shades of Fuchsia #C041C0
Tints of Fuchsia #C041C0
RGB
CMYK
RGB Variations
Color information
#C041C0 (or 0xC041C0) is known color: Fuchsia. HEX triplet: C0, 41 and C0. RGB value is (192,65,192). Sum of RGB (Red+Green+Blue) = 192+65+192=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C041C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041C0 is #3FBE3F. Grayscale: #757575. Windows color (decimal): -4177472 or 12599744. OLE color: 12599744.
HSL color Cylindrical-coordinate representation of color #C041C0: hue angle of 300º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C041C0 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 192 | - |
| CMYK | 0 | 0.66 | 0 | 0.25 |
| HSL | 300º | 0.5% | 0.5% | - |
| HSV(B) | 300º | 0.66% | 0.75% | - |
| XYZ | 33.14 | 18.79 | 51.75 | - |
| YUV | 117.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 192 | 0 | 0.66 | 0 | 0.25 | 300 | 0.5 | 0.5 |
| Hex | C0 | 41 | C0 | 0 | 42 | 0 | 19 | 12C | 32 | 32 |
| Octal | 300 | 101 | 300 | 0 | 102 | 0 | 31 | 454 | 62 | 62 |
| Binary | 11000000 | 1000001 | 11000000 | 0 | 1000010 | 0 | 11001 | 100101100 | 110010 | 110010 |
Color Harmonies of #C041C0
Complementary color
Monochromatic Colors of #C041C0
Black with #C041C0
Text Example
Text Example
White with #C041C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041C0; }
p { color: rgb(192,65,192); }
H1.HeaderClassName
{
color: #C041C0;
}
.AnyTagClassName
{
color: #C041C0;
}
</style>
background-color css
<style>
a { background-color: #C041C0; }
a { background-color: rgb(192,65,192); }
div.DivClassName
{
background-color: #C041C0;
}
.BgClassName
{
background-color: #C041C0;
}
</style>
border-color css
<style>
span { border-color: #C041C0; }
span { border-color: rgb(192,65,192); }
td.TdClassName
{
border-color: #C041C0;
}
.TagClassName
{
border-color: #C041C0;
}
</style>