Shades of Fuchsia #C141C5
Tints of Fuchsia #C141C5
RGB
CMYK
RGB Variations
Color information
#C141C5 (or 0xC141C5) is known color: Fuchsia. HEX triplet: C1, 41 and C5. RGB value is (193,65,197). Sum of RGB (Red+Green+Blue) = 193+65+197=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 197 - color contains mainly: blue. Hex color #C141C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141C5 is #3EBE3A. Grayscale: #757575. Windows color (decimal): -4111931 or 12927425. OLE color: 12927425.
HSL color Cylindrical-coordinate representation of color #C141C5: hue angle of 298.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C141C5 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 65 | 197 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.23 |
| HSL | 298.18º | 0.53% | 0.51% | - |
| HSV(B) | 298.18º | 0.67% | 0.77% | - |
| XYZ | 33.96 | 19.15 | 54.73 | - |
| YUV | 118.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 197 | 0.02 | 0.67 | 0 | 0.23 | 298.18 | 0.53 | 0.51 |
| Hex | C1 | 41 | C5 | 2 | 43 | 0 | 17 | 12A | 35 | 33 |
| Octal | 301 | 101 | 305 | 2 | 103 | 0 | 27 | 452 | 65 | 63 |
| Binary | 11000001 | 1000001 | 11000101 | 10 | 1000011 | 0 | 10111 | 100101010 | 110101 | 110011 |
Color Harmonies of #C141C5
Complementary color
Monochromatic Colors of #C141C5
Black with #C141C5
Text Example
Text Example
White with #C141C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141C5; }
p { color: rgb(193,65,197); }
H1.HeaderClassName
{
color: #C141C5;
}
.AnyTagClassName
{
color: #C141C5;
}
</style>
background-color css
<style>
a { background-color: #C141C5; }
a { background-color: rgb(193,65,197); }
div.DivClassName
{
background-color: #C141C5;
}
.BgClassName
{
background-color: #C141C5;
}
</style>
border-color css
<style>
span { border-color: #C141C5; }
span { border-color: rgb(193,65,197); }
td.TdClassName
{
border-color: #C141C5;
}
.TagClassName
{
border-color: #C141C5;
}
</style>