Shades of Fuchsia #C13AAE
Tints of Fuchsia #C13AAE
RGB
CMYK
RGB Variations
Color information
#C13AAE (or 0xC13AAE) is known color: Fuchsia. HEX triplet: C1, 3A and AE. RGB value is (193,58,174). Sum of RGB (Red+Green+Blue) = 193+58+174=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C13AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13AAE is #3EC551. Grayscale: #6F6F6F. Windows color (decimal): -4113746 or 11418305. OLE color: 11418305.
HSL color Cylindrical-coordinate representation of color #C13AAE: hue angle of 308.44º 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 #C13AAE is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 174 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.24 |
| HSL | 308.44º | 0.54% | 0.49% | - |
| HSV(B) | 308.44º | 0.7% | 0.76% | - |
| XYZ | 31.15 | 17.42 | 41.77 | - |
| YUV | 111.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 174 | 0 | 0.70 | 0.10 | 0.24 | 308.44 | 0.54 | 0.49 |
| Hex | C1 | 3A | AE | 0 | 46 | A | 18 | 134 | 36 | 31 |
| Octal | 301 | 72 | 256 | 0 | 106 | 12 | 30 | 464 | 66 | 61 |
| Binary | 11000001 | 111010 | 10101110 | 0 | 1000110 | 1010 | 11000 | 100110100 | 110110 | 110001 |
Color Harmonies of #C13AAE
Complementary color
Monochromatic Colors of #C13AAE
Black with #C13AAE
Text Example
Text Example
White with #C13AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13AAE; }
p { color: rgb(193,58,174); }
H1.HeaderClassName
{
color: #C13AAE;
}
.AnyTagClassName
{
color: #C13AAE;
}
</style>
background-color css
<style>
a { background-color: #C13AAE; }
a { background-color: rgb(193,58,174); }
div.DivClassName
{
background-color: #C13AAE;
}
.BgClassName
{
background-color: #C13AAE;
}
</style>
border-color css
<style>
span { border-color: #C13AAE; }
span { border-color: rgb(193,58,174); }
td.TdClassName
{
border-color: #C13AAE;
}
.TagClassName
{
border-color: #C13AAE;
}
</style>