Shades of Fuchsia #C13FA8
Tints of Fuchsia #C13FA8
RGB
CMYK
RGB Variations
Color information
#C13FA8 (or 0xC13FA8) is known color: Fuchsia. HEX triplet: C1, 3F and A8. RGB value is (193,63,168). Sum of RGB (Red+Green+Blue) = 193+63+168=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13FA8 is #3EC057. Grayscale: #717171. Windows color (decimal): -4112472 or 11026369. OLE color: 11026369.
HSL color Cylindrical-coordinate representation of color #C13FA8: hue angle of 311.54º 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 #C13FA8 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 168 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.24 |
| HSL | 311.54º | 0.51% | 0.5% | - |
| HSV(B) | 311.54º | 0.67% | 0.76% | - |
| XYZ | 30.84 | 17.72 | 38.84 | - |
| YUV | 113.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 168 | 0 | 0.67 | 0.13 | 0.24 | 311.54 | 0.51 | 0.5 |
| Hex | C1 | 3F | A8 | 0 | 43 | D | 18 | 138 | 33 | 32 |
| Octal | 301 | 77 | 250 | 0 | 103 | 15 | 30 | 470 | 63 | 62 |
| Binary | 11000001 | 111111 | 10101000 | 0 | 1000011 | 1101 | 11000 | 100111000 | 110011 | 110010 |
Color Harmonies of #C13FA8
Complementary color
Monochromatic Colors of #C13FA8
Black with #C13FA8
Text Example
Text Example
White with #C13FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FA8; }
p { color: rgb(193,63,168); }
H1.HeaderClassName
{
color: #C13FA8;
}
.AnyTagClassName
{
color: #C13FA8;
}
</style>
background-color css
<style>
a { background-color: #C13FA8; }
a { background-color: rgb(193,63,168); }
div.DivClassName
{
background-color: #C13FA8;
}
.BgClassName
{
background-color: #C13FA8;
}
</style>
border-color css
<style>
span { border-color: #C13FA8; }
span { border-color: rgb(193,63,168); }
td.TdClassName
{
border-color: #C13FA8;
}
.TagClassName
{
border-color: #C13FA8;
}
</style>