Shades of Fuchsia #C141B0
Tints of Fuchsia #C141B0
RGB
CMYK
RGB Variations
Color information
#C141B0 (or 0xC141B0) is known color: Fuchsia. HEX triplet: C1, 41 and B0. RGB value is (193,65,176). Sum of RGB (Red+Green+Blue) = 193+65+176=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C141B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C141B0 is #3EBE4F. Grayscale: #737373. Windows color (decimal): -4111952 or 11551169. OLE color: 11551169.
HSL color Cylindrical-coordinate representation of color #C141B0: hue angle of 307.97º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C141B0 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 176 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.24 |
| HSL | 307.97º | 0.51% | 0.51% | - |
| HSV(B) | 307.97º | 0.66% | 0.76% | - |
| XYZ | 31.72 | 18.25 | 42.93 | - |
| YUV | 115.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 176 | 0 | 0.66 | 0.09 | 0.24 | 307.97 | 0.51 | 0.51 |
| Hex | C1 | 41 | B0 | 0 | 42 | 9 | 18 | 134 | 33 | 33 |
| Octal | 301 | 101 | 260 | 0 | 102 | 11 | 30 | 464 | 63 | 63 |
| Binary | 11000001 | 1000001 | 10110000 | 0 | 1000010 | 1001 | 11000 | 100110100 | 110011 | 110011 |
Color Harmonies of #C141B0
Complementary color
Monochromatic Colors of #C141B0
Black with #C141B0
Text Example
Text Example
White with #C141B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141B0; }
p { color: rgb(193,65,176); }
H1.HeaderClassName
{
color: #C141B0;
}
.AnyTagClassName
{
color: #C141B0;
}
</style>
background-color css
<style>
a { background-color: #C141B0; }
a { background-color: rgb(193,65,176); }
div.DivClassName
{
background-color: #C141B0;
}
.BgClassName
{
background-color: #C141B0;
}
</style>
border-color css
<style>
span { border-color: #C141B0; }
span { border-color: rgb(193,65,176); }
td.TdClassName
{
border-color: #C141B0;
}
.TagClassName
{
border-color: #C141B0;
}
</style>