Shades of Fuchsia #C13FB1
Tints of Fuchsia #C13FB1
RGB
CMYK
RGB Variations
Color information
#C13FB1 (or 0xC13FB1) is known color: Fuchsia. HEX triplet: C1, 3F and B1. RGB value is (193,63,177). Sum of RGB (Red+Green+Blue) = 193+63+177=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13FB1 is #3EC04E. Grayscale: #727272. Windows color (decimal): -4112463 or 11616193. OLE color: 11616193.
HSL color Cylindrical-coordinate representation of color #C13FB1: hue angle of 307.38º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13FB1 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 177 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.24 |
| HSL | 307.38º | 0.51% | 0.5% | - |
| HSV(B) | 307.38º | 0.67% | 0.76% | - |
| XYZ | 31.71 | 18.07 | 43.41 | - |
| YUV | 114.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 177 | 0 | 0.67 | 0.08 | 0.24 | 307.38 | 0.51 | 0.5 |
| Hex | C1 | 3F | B1 | 0 | 43 | 8 | 18 | 133 | 33 | 32 |
| Octal | 301 | 77 | 261 | 0 | 103 | 10 | 30 | 463 | 63 | 62 |
| Binary | 11000001 | 111111 | 10110001 | 0 | 1000011 | 1000 | 11000 | 100110011 | 110011 | 110010 |
Color Harmonies of #C13FB1
Complementary color
Monochromatic Colors of #C13FB1
Black with #C13FB1
Text Example
Text Example
White with #C13FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FB1; }
p { color: rgb(193,63,177); }
H1.HeaderClassName
{
color: #C13FB1;
}
.AnyTagClassName
{
color: #C13FB1;
}
</style>
background-color css
<style>
a { background-color: #C13FB1; }
a { background-color: rgb(193,63,177); }
div.DivClassName
{
background-color: #C13FB1;
}
.BgClassName
{
background-color: #C13FB1;
}
</style>
border-color css
<style>
span { border-color: #C13FB1; }
span { border-color: rgb(193,63,177); }
td.TdClassName
{
border-color: #C13FB1;
}
.TagClassName
{
border-color: #C13FB1;
}
</style>