Shades of Fuchsia #C13FC5
Tints of Fuchsia #C13FC5
RGB
CMYK
RGB Variations
Color information
#C13FC5 (or 0xC13FC5) is known color: Fuchsia. HEX triplet: C1, 3F and C5. RGB value is (193,63,197). Sum of RGB (Red+Green+Blue) = 193+63+197=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #C13FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FC5 is #3EC03A. Grayscale: #747474. Windows color (decimal): -4112443 or 12926913. OLE color: 12926913.
HSL color Cylindrical-coordinate representation of color #C13FC5: hue angle of 298.21º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13FC5 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 63 | 197 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.23 |
| HSL | 298.21º | 0.54% | 0.51% | - |
| HSV(B) | 298.21º | 0.68% | 0.77% | - |
| XYZ | 33.85 | 18.92 | 54.69 | - |
| YUV | 117.15 | 173.07 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 197 | 0.02 | 0.68 | 0 | 0.23 | 298.21 | 0.54 | 0.51 |
| Hex | C1 | 3F | C5 | 2 | 44 | 0 | 17 | 12A | 36 | 33 |
| Octal | 301 | 77 | 305 | 2 | 104 | 0 | 27 | 452 | 66 | 63 |
| Binary | 11000001 | 111111 | 11000101 | 10 | 1000100 | 0 | 10111 | 100101010 | 110110 | 110011 |
Color Harmonies of #C13FC5
Complementary color
Monochromatic Colors of #C13FC5
Black with #C13FC5
Text Example
Text Example
White with #C13FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FC5; }
p { color: rgb(193,63,197); }
H1.HeaderClassName
{
color: #C13FC5;
}
.AnyTagClassName
{
color: #C13FC5;
}
</style>
background-color css
<style>
a { background-color: #C13FC5; }
a { background-color: rgb(193,63,197); }
div.DivClassName
{
background-color: #C13FC5;
}
.BgClassName
{
background-color: #C13FC5;
}
</style>
border-color css
<style>
span { border-color: #C13FC5; }
span { border-color: rgb(193,63,197); }
td.TdClassName
{
border-color: #C13FC5;
}
.TagClassName
{
border-color: #C13FC5;
}
</style>