Shades of Fuchsia #C13FAB
Tints of Fuchsia #C13FAB
RGB
CMYK
RGB Variations
Color information
#C13FAB (or 0xC13FAB) is known color: Fuchsia. HEX triplet: C1, 3F and AB. RGB value is (193,63,171). Sum of RGB (Red+Green+Blue) = 193+63+171=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13FAB is #3EC054. Grayscale: #717171. Windows color (decimal): -4112469 or 11222977. OLE color: 11222977.
HSL color Cylindrical-coordinate representation of color #C13FAB: hue angle of 310.15º 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 #C13FAB is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 171 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.24 |
| HSL | 310.15º | 0.51% | 0.5% | - |
| HSV(B) | 310.15º | 0.67% | 0.76% | - |
| XYZ | 31.12 | 17.83 | 40.33 | - |
| YUV | 114.18 | 160.07 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 171 | 0 | 0.67 | 0.11 | 0.24 | 310.15 | 0.51 | 0.5 |
| Hex | C1 | 3F | AB | 0 | 43 | B | 18 | 136 | 33 | 32 |
| Octal | 301 | 77 | 253 | 0 | 103 | 13 | 30 | 466 | 63 | 62 |
| Binary | 11000001 | 111111 | 10101011 | 0 | 1000011 | 1011 | 11000 | 100110110 | 110011 | 110010 |
Color Harmonies of #C13FAB
Complementary color
Monochromatic Colors of #C13FAB
Black with #C13FAB
Text Example
Text Example
White with #C13FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FAB; }
p { color: rgb(193,63,171); }
H1.HeaderClassName
{
color: #C13FAB;
}
.AnyTagClassName
{
color: #C13FAB;
}
</style>
background-color css
<style>
a { background-color: #C13FAB; }
a { background-color: rgb(193,63,171); }
div.DivClassName
{
background-color: #C13FAB;
}
.BgClassName
{
background-color: #C13FAB;
}
</style>
border-color css
<style>
span { border-color: #C13FAB; }
span { border-color: rgb(193,63,171); }
td.TdClassName
{
border-color: #C13FAB;
}
.TagClassName
{
border-color: #C13FAB;
}
</style>