Shades of Fuchsia #C13EC6
Tints of Fuchsia #C13EC6
RGB
CMYK
RGB Variations
Color information
#C13EC6 (or 0xC13EC6) is known color: Fuchsia. HEX triplet: C1, 3E and C6. RGB value is (193,62,198). Sum of RGB (Red+Green+Blue) = 193+62+198=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #C13EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13EC6 is #3EC139. Grayscale: #747474. Windows color (decimal): -4112698 or 12992193. OLE color: 12992193.
HSL color Cylindrical-coordinate representation of color #C13EC6: hue angle of 297.79º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13EC6 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 62 | 198 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.22 |
| HSL | 297.79º | 0.54% | 0.51% | - |
| HSV(B) | 297.79º | 0.69% | 0.78% | - |
| XYZ | 33.91 | 18.86 | 55.28 | - |
| YUV | 116.67 | 173.9 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 198 | 0.03 | 0.69 | 0 | 0.22 | 297.79 | 0.54 | 0.51 |
| Hex | C1 | 3E | C6 | 3 | 45 | 0 | 16 | 12A | 36 | 33 |
| Octal | 301 | 76 | 306 | 3 | 105 | 0 | 26 | 452 | 66 | 63 |
| Binary | 11000001 | 111110 | 11000110 | 11 | 1000101 | 0 | 10110 | 100101010 | 110110 | 110011 |
Color Harmonies of #C13EC6
Complementary color
Monochromatic Colors of #C13EC6
Black with #C13EC6
Text Example
Text Example
White with #C13EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EC6; }
p { color: rgb(193,62,198); }
H1.HeaderClassName
{
color: #C13EC6;
}
.AnyTagClassName
{
color: #C13EC6;
}
</style>
background-color css
<style>
a { background-color: #C13EC6; }
a { background-color: rgb(193,62,198); }
div.DivClassName
{
background-color: #C13EC6;
}
.BgClassName
{
background-color: #C13EC6;
}
</style>
border-color css
<style>
span { border-color: #C13EC6; }
span { border-color: rgb(193,62,198); }
td.TdClassName
{
border-color: #C13EC6;
}
.TagClassName
{
border-color: #C13EC6;
}
</style>