Shades of Fuchsia #C13DAA
Tints of Fuchsia #C13DAA
RGB
CMYK
RGB Variations
Color information
#C13DAA (or 0xC13DAA) is known color: Fuchsia. HEX triplet: C1, 3D and AA. RGB value is (193,61,170). Sum of RGB (Red+Green+Blue) = 193+61+170=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13DAA is #3EC255. Grayscale: #707070. Windows color (decimal): -4112982 or 11156929. OLE color: 11156929.
HSL color Cylindrical-coordinate representation of color #C13DAA: hue angle of 310.45º degrees, saturation: 0.52, 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 #C13DAA is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 170 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.24 |
| HSL | 310.45º | 0.52% | 0.5% | - |
| HSV(B) | 310.45º | 0.68% | 0.76% | - |
| XYZ | 30.92 | 17.58 | 39.79 | - |
| YUV | 112.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 170 | 0 | 0.68 | 0.12 | 0.24 | 310.45 | 0.52 | 0.5 |
| Hex | C1 | 3D | AA | 0 | 44 | C | 18 | 136 | 34 | 32 |
| Octal | 301 | 75 | 252 | 0 | 104 | 14 | 30 | 466 | 64 | 62 |
| Binary | 11000001 | 111101 | 10101010 | 0 | 1000100 | 1100 | 11000 | 100110110 | 110100 | 110010 |
Color Harmonies of #C13DAA
Complementary color
Monochromatic Colors of #C13DAA
Black with #C13DAA
Text Example
Text Example
White with #C13DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DAA; }
p { color: rgb(193,61,170); }
H1.HeaderClassName
{
color: #C13DAA;
}
.AnyTagClassName
{
color: #C13DAA;
}
</style>
background-color css
<style>
a { background-color: #C13DAA; }
a { background-color: rgb(193,61,170); }
div.DivClassName
{
background-color: #C13DAA;
}
.BgClassName
{
background-color: #C13DAA;
}
</style>
border-color css
<style>
span { border-color: #C13DAA; }
span { border-color: rgb(193,61,170); }
td.TdClassName
{
border-color: #C13DAA;
}
.TagClassName
{
border-color: #C13DAA;
}
</style>