Shades of Fuchsia #C141B1
Tints of Fuchsia #C141B1
RGB
CMYK
RGB Variations
Color information
#C141B1 (or 0xC141B1) is known color: Fuchsia. HEX triplet: C1, 41 and B1. RGB value is (193,65,177). Sum of RGB (Red+Green+Blue) = 193+65+177=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C141B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C141B1 is #3EBE4E. Grayscale: #737373. Windows color (decimal): -4111951 or 11616705. OLE color: 11616705.
HSL color Cylindrical-coordinate representation of color #C141B1: hue angle of 307.5º 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 #C141B1 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 177 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.24 |
| HSL | 307.5º | 0.51% | 0.51% | - |
| HSV(B) | 307.5º | 0.66% | 0.76% | - |
| XYZ | 31.82 | 18.29 | 43.45 | - |
| YUV | 116.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 177 | 0 | 0.66 | 0.08 | 0.24 | 307.5 | 0.51 | 0.51 |
| Hex | C1 | 41 | B1 | 0 | 42 | 8 | 18 | 134 | 33 | 33 |
| Octal | 301 | 101 | 261 | 0 | 102 | 10 | 30 | 464 | 63 | 63 |
| Binary | 11000001 | 1000001 | 10110001 | 0 | 1000010 | 1000 | 11000 | 100110100 | 110011 | 110011 |
Color Harmonies of #C141B1
Complementary color
Monochromatic Colors of #C141B1
Black with #C141B1
Text Example
Text Example
White with #C141B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141B1; }
p { color: rgb(193,65,177); }
H1.HeaderClassName
{
color: #C141B1;
}
.AnyTagClassName
{
color: #C141B1;
}
</style>
background-color css
<style>
a { background-color: #C141B1; }
a { background-color: rgb(193,65,177); }
div.DivClassName
{
background-color: #C141B1;
}
.BgClassName
{
background-color: #C141B1;
}
</style>
border-color css
<style>
span { border-color: #C141B1; }
span { border-color: rgb(193,65,177); }
td.TdClassName
{
border-color: #C141B1;
}
.TagClassName
{
border-color: #C141B1;
}
</style>