Shades of Fuchsia #C13FAE
Tints of Fuchsia #C13FAE
RGB
CMYK
RGB Variations
Color information
#C13FAE (or 0xC13FAE) is known color: Fuchsia. HEX triplet: C1, 3F and AE. RGB value is (193,63,174). Sum of RGB (Red+Green+Blue) = 193+63+174=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13FAE is #3EC051. Grayscale: #727272. Windows color (decimal): -4112466 or 11419585. OLE color: 11419585.
HSL color Cylindrical-coordinate representation of color #C13FAE: hue angle of 308.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13FAE is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 174 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.24 |
| HSL | 308.77º | 0.51% | 0.5% | - |
| HSV(B) | 308.77º | 0.67% | 0.76% | - |
| XYZ | 31.41 | 17.95 | 41.85 | - |
| YUV | 114.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 174 | 0 | 0.67 | 0.10 | 0.24 | 308.77 | 0.51 | 0.5 |
| Hex | C1 | 3F | AE | 0 | 43 | A | 18 | 135 | 33 | 32 |
| Octal | 301 | 77 | 256 | 0 | 103 | 12 | 30 | 465 | 63 | 62 |
| Binary | 11000001 | 111111 | 10101110 | 0 | 1000011 | 1010 | 11000 | 100110101 | 110011 | 110010 |
Color Harmonies of #C13FAE
Complementary color
Monochromatic Colors of #C13FAE
Black with #C13FAE
Text Example
Text Example
White with #C13FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FAE; }
p { color: rgb(193,63,174); }
H1.HeaderClassName
{
color: #C13FAE;
}
.AnyTagClassName
{
color: #C13FAE;
}
</style>
background-color css
<style>
a { background-color: #C13FAE; }
a { background-color: rgb(193,63,174); }
div.DivClassName
{
background-color: #C13FAE;
}
.BgClassName
{
background-color: #C13FAE;
}
</style>
border-color css
<style>
span { border-color: #C13FAE; }
span { border-color: rgb(193,63,174); }
td.TdClassName
{
border-color: #C13FAE;
}
.TagClassName
{
border-color: #C13FAE;
}
</style>