Shades of Fuchsia #C13FC6
Tints of Fuchsia #C13FC6
RGB
CMYK
RGB Variations
Color information
#C13FC6 (or 0xC13FC6) is known color: Fuchsia. HEX triplet: C1, 3F and C6. RGB value is (193,63,198). Sum of RGB (Red+Green+Blue) = 193+63+198=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #C13FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FC6 is #3EC039. Grayscale: #747474. Windows color (decimal): -4112442 or 12992449. OLE color: 12992449.
HSL color Cylindrical-coordinate representation of color #C13FC6: hue angle of 297.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13FC6 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 63 | 198 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.22 |
| HSL | 297.78º | 0.54% | 0.51% | - |
| HSV(B) | 297.78º | 0.68% | 0.78% | - |
| XYZ | 33.96 | 18.97 | 55.3 | - |
| YUV | 117.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 198 | 0.03 | 0.68 | 0 | 0.22 | 297.78 | 0.54 | 0.51 |
| Hex | C1 | 3F | C6 | 3 | 44 | 0 | 16 | 12A | 36 | 33 |
| Octal | 301 | 77 | 306 | 3 | 104 | 0 | 26 | 452 | 66 | 63 |
| Binary | 11000001 | 111111 | 11000110 | 11 | 1000100 | 0 | 10110 | 100101010 | 110110 | 110011 |
Color Harmonies of #C13FC6
Complementary color
Monochromatic Colors of #C13FC6
Black with #C13FC6
Text Example
Text Example
White with #C13FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FC6; }
p { color: rgb(193,63,198); }
H1.HeaderClassName
{
color: #C13FC6;
}
.AnyTagClassName
{
color: #C13FC6;
}
</style>
background-color css
<style>
a { background-color: #C13FC6; }
a { background-color: rgb(193,63,198); }
div.DivClassName
{
background-color: #C13FC6;
}
.BgClassName
{
background-color: #C13FC6;
}
</style>
border-color css
<style>
span { border-color: #C13FC6; }
span { border-color: rgb(193,63,198); }
td.TdClassName
{
border-color: #C13FC6;
}
.TagClassName
{
border-color: #C13FC6;
}
</style>