Shades of Fuchsia #C13ABA
Tints of Fuchsia #C13ABA
RGB
CMYK
RGB Variations
Color information
#C13ABA (or 0xC13ABA) is known color: Fuchsia. HEX triplet: C1, 3A and BA. RGB value is (193,58,186). Sum of RGB (Red+Green+Blue) = 193+58+186=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C13ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ABA is #3EC545. Grayscale: #707070. Windows color (decimal): -4113734 or 12204737. OLE color: 12204737.
HSL color Cylindrical-coordinate representation of color #C13ABA: hue angle of 303.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13ABA is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 186 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.24 |
| HSL | 303.11º | 0.54% | 0.49% | - |
| HSV(B) | 303.11º | 0.7% | 0.76% | - |
| XYZ | 32.37 | 17.91 | 48.21 | - |
| YUV | 112.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 186 | 0 | 0.70 | 0.04 | 0.24 | 303.11 | 0.54 | 0.49 |
| Hex | C1 | 3A | BA | 0 | 46 | 4 | 18 | 12F | 36 | 31 |
| Octal | 301 | 72 | 272 | 0 | 106 | 4 | 30 | 457 | 66 | 61 |
| Binary | 11000001 | 111010 | 10111010 | 0 | 1000110 | 100 | 11000 | 100101111 | 110110 | 110001 |
Color Harmonies of #C13ABA
Complementary color
Monochromatic Colors of #C13ABA
Black with #C13ABA
Text Example
Text Example
White with #C13ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13ABA; }
p { color: rgb(193,58,186); }
H1.HeaderClassName
{
color: #C13ABA;
}
.AnyTagClassName
{
color: #C13ABA;
}
</style>
background-color css
<style>
a { background-color: #C13ABA; }
a { background-color: rgb(193,58,186); }
div.DivClassName
{
background-color: #C13ABA;
}
.BgClassName
{
background-color: #C13ABA;
}
</style>
border-color css
<style>
span { border-color: #C13ABA; }
span { border-color: rgb(193,58,186); }
td.TdClassName
{
border-color: #C13ABA;
}
.TagClassName
{
border-color: #C13ABA;
}
</style>