Shades of Fuchsia #C13EC1
Tints of Fuchsia #C13EC1
RGB
CMYK
RGB Variations
Color information
#C13EC1 (or 0xC13EC1) is known color: Fuchsia. HEX triplet: C1, 3E and C1. RGB value is (193,62,193). Sum of RGB (Red+Green+Blue) = 193+62+193=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C13EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13EC1 is #3EC13E. Grayscale: #737373. Windows color (decimal): -4112703 or 12664513. OLE color: 12664513.
HSL color Cylindrical-coordinate representation of color #C13EC1: hue angle of 300º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13EC1 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 193 | - |
| CMYK | 0 | 0.68 | 0 | 0.24 |
| HSL | 300º | 0.51% | 0.5% | - |
| HSV(B) | 300º | 0.68% | 0.76% | - |
| XYZ | 33.34 | 18.63 | 52.29 | - |
| YUV | 116.1 | 171.4 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 193 | 0 | 0.68 | 0 | 0.24 | 300 | 0.51 | 0.5 |
| Hex | C1 | 3E | C1 | 0 | 44 | 0 | 18 | 12C | 33 | 32 |
| Octal | 301 | 76 | 301 | 0 | 104 | 0 | 30 | 454 | 63 | 62 |
| Binary | 11000001 | 111110 | 11000001 | 0 | 1000100 | 0 | 11000 | 100101100 | 110011 | 110010 |
Color Harmonies of #C13EC1
Complementary color
Monochromatic Colors of #C13EC1
Black with #C13EC1
Text Example
Text Example
White with #C13EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EC1; }
p { color: rgb(193,62,193); }
H1.HeaderClassName
{
color: #C13EC1;
}
.AnyTagClassName
{
color: #C13EC1;
}
</style>
background-color css
<style>
a { background-color: #C13EC1; }
a { background-color: rgb(193,62,193); }
div.DivClassName
{
background-color: #C13EC1;
}
.BgClassName
{
background-color: #C13EC1;
}
</style>
border-color css
<style>
span { border-color: #C13EC1; }
span { border-color: rgb(193,62,193); }
td.TdClassName
{
border-color: #C13EC1;
}
.TagClassName
{
border-color: #C13EC1;
}
</style>