Shades of Fuchsia #C13AAA
Tints of Fuchsia #C13AAA
RGB
CMYK
RGB Variations
Color information
#C13AAA (or 0xC13AAA) is known color: Fuchsia. HEX triplet: C1, 3A and AA. RGB value is (193,58,170). Sum of RGB (Red+Green+Blue) = 193+58+170=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C13AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13AAA is #3EC555. Grayscale: #6E6E6E. Windows color (decimal): -4113750 or 11156161. OLE color: 11156161.
HSL color Cylindrical-coordinate representation of color #C13AAA: hue angle of 310.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 #C13AAA is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 170 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.24 |
| HSL | 310.22º | 0.54% | 0.49% | - |
| HSV(B) | 310.22º | 0.7% | 0.76% | - |
| XYZ | 30.76 | 17.27 | 39.74 | - |
| YUV | 111.13 | 161.23 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 170 | 0 | 0.70 | 0.12 | 0.24 | 310.22 | 0.54 | 0.49 |
| Hex | C1 | 3A | AA | 0 | 46 | C | 18 | 136 | 36 | 31 |
| Octal | 301 | 72 | 252 | 0 | 106 | 14 | 30 | 466 | 66 | 61 |
| Binary | 11000001 | 111010 | 10101010 | 0 | 1000110 | 1100 | 11000 | 100110110 | 110110 | 110001 |
Color Harmonies of #C13AAA
Complementary color
Monochromatic Colors of #C13AAA
Black with #C13AAA
Text Example
Text Example
White with #C13AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13AAA; }
p { color: rgb(193,58,170); }
H1.HeaderClassName
{
color: #C13AAA;
}
.AnyTagClassName
{
color: #C13AAA;
}
</style>
background-color css
<style>
a { background-color: #C13AAA; }
a { background-color: rgb(193,58,170); }
div.DivClassName
{
background-color: #C13AAA;
}
.BgClassName
{
background-color: #C13AAA;
}
</style>
border-color css
<style>
span { border-color: #C13AAA; }
span { border-color: rgb(193,58,170); }
td.TdClassName
{
border-color: #C13AAA;
}
.TagClassName
{
border-color: #C13AAA;
}
</style>