Shades of Fuchsia #C13EC3
Tints of Fuchsia #C13EC3
RGB
CMYK
RGB Variations
Color information
#C13EC3 (or 0xC13EC3) is known color: Fuchsia. HEX triplet: C1, 3E and C3. RGB value is (193,62,195). Sum of RGB (Red+Green+Blue) = 193+62+195=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 195 - color contains mainly: blue. Hex color #C13EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13EC3 is #3EC13C. Grayscale: #737373. Windows color (decimal): -4112701 or 12795585. OLE color: 12795585.
HSL color Cylindrical-coordinate representation of color #C13EC3: hue angle of 299.1º degrees, saturation: 0.53, 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 #C13EC3 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 195 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.24 |
| HSL | 299.1º | 0.53% | 0.5% | - |
| HSV(B) | 299.1º | 0.68% | 0.76% | - |
| XYZ | 33.57 | 18.72 | 53.47 | - |
| YUV | 116.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 195 | 0.01 | 0.68 | 0 | 0.24 | 299.1 | 0.53 | 0.5 |
| Hex | C1 | 3E | C3 | 1 | 44 | 0 | 18 | 12B | 35 | 32 |
| Octal | 301 | 76 | 303 | 1 | 104 | 0 | 30 | 453 | 65 | 62 |
| Binary | 11000001 | 111110 | 11000011 | 1 | 1000100 | 0 | 11000 | 100101011 | 110101 | 110010 |
Color Harmonies of #C13EC3
Complementary color
Monochromatic Colors of #C13EC3
Black with #C13EC3
Text Example
Text Example
White with #C13EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EC3; }
p { color: rgb(193,62,195); }
H1.HeaderClassName
{
color: #C13EC3;
}
.AnyTagClassName
{
color: #C13EC3;
}
</style>
background-color css
<style>
a { background-color: #C13EC3; }
a { background-color: rgb(193,62,195); }
div.DivClassName
{
background-color: #C13EC3;
}
.BgClassName
{
background-color: #C13EC3;
}
</style>
border-color css
<style>
span { border-color: #C13EC3; }
span { border-color: rgb(193,62,195); }
td.TdClassName
{
border-color: #C13EC3;
}
.TagClassName
{
border-color: #C13EC3;
}
</style>