Shades of Fuchsia #C13ABC
Tints of Fuchsia #C13ABC
RGB
CMYK
RGB Variations
Color information
#C13ABC (or 0xC13ABC) is known color: Fuchsia. HEX triplet: C1, 3A and BC. RGB value is (193,58,188). Sum of RGB (Red+Green+Blue) = 193+58+188=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C13ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ABC is #3EC543. Grayscale: #707070. Windows color (decimal): -4113732 or 12335809. OLE color: 12335809.
HSL color Cylindrical-coordinate representation of color #C13ABC: hue angle of 302.22º 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 #C13ABC is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 188 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.24 |
| HSL | 302.22º | 0.54% | 0.49% | - |
| HSV(B) | 302.22º | 0.7% | 0.76% | - |
| XYZ | 32.58 | 17.99 | 49.33 | - |
| YUV | 113.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 188 | 0 | 0.70 | 0.03 | 0.24 | 302.22 | 0.54 | 0.49 |
| Hex | C1 | 3A | BC | 0 | 46 | 3 | 18 | 12E | 36 | 31 |
| Octal | 301 | 72 | 274 | 0 | 106 | 3 | 30 | 456 | 66 | 61 |
| Binary | 11000001 | 111010 | 10111100 | 0 | 1000110 | 11 | 11000 | 100101110 | 110110 | 110001 |
Color Harmonies of #C13ABC
Complementary color
Monochromatic Colors of #C13ABC
Black with #C13ABC
Text Example
Text Example
White with #C13ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13ABC; }
p { color: rgb(193,58,188); }
H1.HeaderClassName
{
color: #C13ABC;
}
.AnyTagClassName
{
color: #C13ABC;
}
</style>
background-color css
<style>
a { background-color: #C13ABC; }
a { background-color: rgb(193,58,188); }
div.DivClassName
{
background-color: #C13ABC;
}
.BgClassName
{
background-color: #C13ABC;
}
</style>
border-color css
<style>
span { border-color: #C13ABC; }
span { border-color: rgb(193,58,188); }
td.TdClassName
{
border-color: #C13ABC;
}
.TagClassName
{
border-color: #C13ABC;
}
</style>