Shades of Fuchsia #C141BE
Tints of Fuchsia #C141BE
RGB
CMYK
RGB Variations
Color information
#C141BE (or 0xC141BE) is known color: Fuchsia. HEX triplet: C1, 41 and BE. RGB value is (193,65,190). Sum of RGB (Red+Green+Blue) = 193+65+190=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C141BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141BE is #3EBE41. Grayscale: #757575. Windows color (decimal): -4111938 or 12468673. OLE color: 12468673.
HSL color Cylindrical-coordinate representation of color #C141BE: hue angle of 301.41º 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 #C141BE is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 190 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.24 |
| HSL | 301.41º | 0.51% | 0.51% | - |
| HSV(B) | 301.41º | 0.66% | 0.76% | - |
| XYZ | 33.18 | 18.84 | 50.6 | - |
| YUV | 117.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 190 | 0 | 0.66 | 0.02 | 0.24 | 301.41 | 0.51 | 0.51 |
| Hex | C1 | 41 | BE | 0 | 42 | 2 | 18 | 12D | 33 | 33 |
| Octal | 301 | 101 | 276 | 0 | 102 | 2 | 30 | 455 | 63 | 63 |
| Binary | 11000001 | 1000001 | 10111110 | 0 | 1000010 | 10 | 11000 | 100101101 | 110011 | 110011 |
Color Harmonies of #C141BE
Complementary color
Monochromatic Colors of #C141BE
Black with #C141BE
Text Example
Text Example
White with #C141BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141BE; }
p { color: rgb(193,65,190); }
H1.HeaderClassName
{
color: #C141BE;
}
.AnyTagClassName
{
color: #C141BE;
}
</style>
background-color css
<style>
a { background-color: #C141BE; }
a { background-color: rgb(193,65,190); }
div.DivClassName
{
background-color: #C141BE;
}
.BgClassName
{
background-color: #C141BE;
}
</style>
border-color css
<style>
span { border-color: #C141BE; }
span { border-color: rgb(193,65,190); }
td.TdClassName
{
border-color: #C141BE;
}
.TagClassName
{
border-color: #C141BE;
}
</style>