Shades of Fuchsia #C140C0
Tints of Fuchsia #C140C0
RGB
CMYK
RGB Variations
Color information
#C140C0 (or 0xC140C0) is known color: Fuchsia. HEX triplet: C1, 40 and C0. RGB value is (193,64,192). Sum of RGB (Red+Green+Blue) = 193+64+192=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C140C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140C0 is #3EBF3F. Grayscale: #747474. Windows color (decimal): -4112192 or 12599489. OLE color: 12599489.
HSL color Cylindrical-coordinate representation of color #C140C0: hue angle of 300.47º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C140C0 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 192 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.24 |
| HSL | 300.47º | 0.51% | 0.5% | - |
| HSV(B) | 300.47º | 0.67% | 0.76% | - |
| XYZ | 33.34 | 18.81 | 51.74 | - |
| YUV | 117.16 | 170.24 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 192 | 0 | 0.67 | 0.01 | 0.24 | 300.47 | 0.51 | 0.5 |
| Hex | C1 | 40 | C0 | 0 | 43 | 1 | 18 | 12C | 33 | 32 |
| Octal | 301 | 100 | 300 | 0 | 103 | 1 | 30 | 454 | 63 | 62 |
| Binary | 11000001 | 1000000 | 11000000 | 0 | 1000011 | 1 | 11000 | 100101100 | 110011 | 110010 |
Color Harmonies of #C140C0
Complementary color
Monochromatic Colors of #C140C0
Black with #C140C0
Text Example
Text Example
White with #C140C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140C0; }
p { color: rgb(193,64,192); }
H1.HeaderClassName
{
color: #C140C0;
}
.AnyTagClassName
{
color: #C140C0;
}
</style>
background-color css
<style>
a { background-color: #C140C0; }
a { background-color: rgb(193,64,192); }
div.DivClassName
{
background-color: #C140C0;
}
.BgClassName
{
background-color: #C140C0;
}
</style>
border-color css
<style>
span { border-color: #C140C0; }
span { border-color: rgb(193,64,192); }
td.TdClassName
{
border-color: #C140C0;
}
.TagClassName
{
border-color: #C140C0;
}
</style>