Shades of Fuchsia #C141B5
Tints of Fuchsia #C141B5
RGB
CMYK
RGB Variations
Color information
#C141B5 (or 0xC141B5) is known color: Fuchsia. HEX triplet: C1, 41 and B5. RGB value is (193,65,181). Sum of RGB (Red+Green+Blue) = 193+65+181=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C141B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141B5 is #3EBE4A. Grayscale: #747474. Windows color (decimal): -4111947 or 11878849. OLE color: 11878849.
HSL color Cylindrical-coordinate representation of color #C141B5: hue angle of 305.62º 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 #C141B5 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 65 | 181 | - |
CMYK | 0 | 0.66 | 0.06 | 0.24 |
HSL | 305.63º | 0.51% | 0.51% | - |
HSV(B) | 305.63º | 0.66% | 0.76% | - |
XYZ | 32.22 | 18.45 | 45.58 | - |
YUV | 116.5 | 164.41 | 182.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 65 | 181 | 0 | 0.66 | 0.06 | 0.24 | 305.63 | 0.51 | 0.51 |
Hex | C1 | 41 | B5 | 0 | 42 | 6 | 18 | 132 | 33 | 33 |
Octal | 301 | 101 | 265 | 0 | 102 | 6 | 30 | 462 | 63 | 63 |
Binary | 11000001 | 1000001 | 10110101 | 0 | 1000010 | 110 | 11000 | 100110010 | 110011 | 110011 |
Color Harmonies of #C141B5
Complementary color
Monochromatic Colors of #C141B5
Black with #C141B5
Text Example
Text Example
White with #C141B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141B5; }
p { color: rgb(193,65,181); }
H1.HeaderClassName
{
color: #C141B5;
}
.AnyTagClassName
{
color: #C141B5;
}
</style>
background-color css
<style>
a { background-color: #C141B5; }
a { background-color: rgb(193,65,181); }
div.DivClassName
{
background-color: #C141B5;
}
.BgClassName
{
background-color: #C141B5;
}
</style>
border-color css
<style>
span { border-color: #C141B5; }
span { border-color: rgb(193,65,181); }
td.TdClassName
{
border-color: #C141B5;
}
.TagClassName
{
border-color: #C141B5;
}
</style>