Shades of Fuchsia #C13DAC
Tints of Fuchsia #C13DAC
RGB
CMYK
RGB Variations
Color information
#C13DAC (or 0xC13DAC) is known color: Fuchsia. HEX triplet: C1, 3D and AC. RGB value is (193,61,172). Sum of RGB (Red+Green+Blue) = 193+61+172=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13DAC is #3EC253. Grayscale: #707070. Windows color (decimal): -4112980 or 11288001. OLE color: 11288001.
HSL color Cylindrical-coordinate representation of color #C13DAC: hue angle of 309.55º 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 #C13DAC is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 172 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.24 |
| HSL | 309.55º | 0.52% | 0.5% | - |
| HSV(B) | 309.55º | 0.68% | 0.76% | - |
| XYZ | 31.11 | 17.65 | 40.8 | - |
| YUV | 113.12 | 161.23 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 172 | 0 | 0.68 | 0.11 | 0.24 | 309.55 | 0.52 | 0.5 |
| Hex | C1 | 3D | AC | 0 | 44 | B | 18 | 136 | 34 | 32 |
| Octal | 301 | 75 | 254 | 0 | 104 | 13 | 30 | 466 | 64 | 62 |
| Binary | 11000001 | 111101 | 10101100 | 0 | 1000100 | 1011 | 11000 | 100110110 | 110100 | 110010 |
Color Harmonies of #C13DAC
Complementary color
Monochromatic Colors of #C13DAC
Black with #C13DAC
Text Example
Text Example
White with #C13DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DAC; }
p { color: rgb(193,61,172); }
H1.HeaderClassName
{
color: #C13DAC;
}
.AnyTagClassName
{
color: #C13DAC;
}
</style>
background-color css
<style>
a { background-color: #C13DAC; }
a { background-color: rgb(193,61,172); }
div.DivClassName
{
background-color: #C13DAC;
}
.BgClassName
{
background-color: #C13DAC;
}
</style>
border-color css
<style>
span { border-color: #C13DAC; }
span { border-color: rgb(193,61,172); }
td.TdClassName
{
border-color: #C13DAC;
}
.TagClassName
{
border-color: #C13DAC;
}
</style>