Shades of Fuchsia #C13EAC
Tints of Fuchsia #C13EAC
RGB
CMYK
RGB Variations
Color information
#C13EAC (or 0xC13EAC) is known color: Fuchsia. HEX triplet: C1, 3E and AC. RGB value is (193,62,172). Sum of RGB (Red+Green+Blue) = 193+62+172=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13EAC is #3EC153. Grayscale: #717171. Windows color (decimal): -4112724 or 11288257. OLE color: 11288257.
HSL color Cylindrical-coordinate representation of color #C13EAC: hue angle of 309.62º 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 #C13EAC is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 172 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.24 |
| HSL | 309.62º | 0.51% | 0.5% | - |
| HSV(B) | 309.62º | 0.68% | 0.76% | - |
| XYZ | 31.16 | 17.76 | 40.82 | - |
| YUV | 113.71 | 160.9 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 172 | 0 | 0.68 | 0.11 | 0.24 | 309.62 | 0.51 | 0.5 |
| Hex | C1 | 3E | AC | 0 | 44 | B | 18 | 136 | 33 | 32 |
| Octal | 301 | 76 | 254 | 0 | 104 | 13 | 30 | 466 | 63 | 62 |
| Binary | 11000001 | 111110 | 10101100 | 0 | 1000100 | 1011 | 11000 | 100110110 | 110011 | 110010 |
Color Harmonies of #C13EAC
Complementary color
Monochromatic Colors of #C13EAC
Black with #C13EAC
Text Example
Text Example
White with #C13EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EAC; }
p { color: rgb(193,62,172); }
H1.HeaderClassName
{
color: #C13EAC;
}
.AnyTagClassName
{
color: #C13EAC;
}
</style>
background-color css
<style>
a { background-color: #C13EAC; }
a { background-color: rgb(193,62,172); }
div.DivClassName
{
background-color: #C13EAC;
}
.BgClassName
{
background-color: #C13EAC;
}
</style>
border-color css
<style>
span { border-color: #C13EAC; }
span { border-color: rgb(193,62,172); }
td.TdClassName
{
border-color: #C13EAC;
}
.TagClassName
{
border-color: #C13EAC;
}
</style>