Shades of Fuchsia #C140C6
Tints of Fuchsia #C140C6
RGB
CMYK
RGB Variations
Color information
#C140C6 (or 0xC140C6) is known color: Fuchsia. HEX triplet: C1, 40 and C6. RGB value is (193,64,198). Sum of RGB (Red+Green+Blue) = 193+64+198=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #C140C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140C6 is #3EBF39. Grayscale: #757575. Windows color (decimal): -4112186 or 12992705. OLE color: 12992705.
HSL color Cylindrical-coordinate representation of color #C140C6: hue angle of 297.76º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C140C6 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 64 | 198 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.22 |
| HSL | 297.76º | 0.54% | 0.51% | - |
| HSV(B) | 297.76º | 0.68% | 0.78% | - |
| XYZ | 34.02 | 19.08 | 55.32 | - |
| YUV | 117.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 198 | 0.03 | 0.68 | 0 | 0.22 | 297.76 | 0.54 | 0.51 |
| Hex | C1 | 40 | C6 | 3 | 44 | 0 | 16 | 12A | 36 | 33 |
| Octal | 301 | 100 | 306 | 3 | 104 | 0 | 26 | 452 | 66 | 63 |
| Binary | 11000001 | 1000000 | 11000110 | 11 | 1000100 | 0 | 10110 | 100101010 | 110110 | 110011 |
Color Harmonies of #C140C6
Complementary color
Monochromatic Colors of #C140C6
Black with #C140C6
Text Example
Text Example
White with #C140C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140C6; }
p { color: rgb(193,64,198); }
H1.HeaderClassName
{
color: #C140C6;
}
.AnyTagClassName
{
color: #C140C6;
}
</style>
background-color css
<style>
a { background-color: #C140C6; }
a { background-color: rgb(193,64,198); }
div.DivClassName
{
background-color: #C140C6;
}
.BgClassName
{
background-color: #C140C6;
}
</style>
border-color css
<style>
span { border-color: #C140C6; }
span { border-color: rgb(193,64,198); }
td.TdClassName
{
border-color: #C140C6;
}
.TagClassName
{
border-color: #C140C6;
}
</style>