Shades of Fuchsia #C141BD
Tints of Fuchsia #C141BD
RGB
CMYK
RGB Variations
Color information
#C141BD (or 0xC141BD) is known color: Fuchsia. HEX triplet: C1, 41 and BD. RGB value is (193,65,189). Sum of RGB (Red+Green+Blue) = 193+65+189=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C141BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141BD is #3EBE42. Grayscale: #757575. Windows color (decimal): -4111939 or 12403137. OLE color: 12403137.
HSL color Cylindrical-coordinate representation of color #C141BD: hue angle of 301.88º 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 #C141BD is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 189 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.24 |
| HSL | 301.88º | 0.51% | 0.51% | - |
| HSV(B) | 301.88º | 0.66% | 0.76% | - |
| XYZ | 33.07 | 18.79 | 50.03 | - |
| YUV | 117.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 189 | 0 | 0.66 | 0.02 | 0.24 | 301.88 | 0.51 | 0.51 |
| Hex | C1 | 41 | BD | 0 | 42 | 2 | 18 | 12E | 33 | 33 |
| Octal | 301 | 101 | 275 | 0 | 102 | 2 | 30 | 456 | 63 | 63 |
| Binary | 11000001 | 1000001 | 10111101 | 0 | 1000010 | 10 | 11000 | 100101110 | 110011 | 110011 |
Color Harmonies of #C141BD
Complementary color
Monochromatic Colors of #C141BD
Black with #C141BD
Text Example
Text Example
White with #C141BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141BD; }
p { color: rgb(193,65,189); }
H1.HeaderClassName
{
color: #C141BD;
}
.AnyTagClassName
{
color: #C141BD;
}
</style>
background-color css
<style>
a { background-color: #C141BD; }
a { background-color: rgb(193,65,189); }
div.DivClassName
{
background-color: #C141BD;
}
.BgClassName
{
background-color: #C141BD;
}
</style>
border-color css
<style>
span { border-color: #C141BD; }
span { border-color: rgb(193,65,189); }
td.TdClassName
{
border-color: #C141BD;
}
.TagClassName
{
border-color: #C141BD;
}
</style>