Shades of Fuchsia #C13FCD
Tints of Fuchsia #C13FCD
RGB
CMYK
RGB Variations
Color information
#C13FCD (or 0xC13FCD) is known color: Fuchsia. HEX triplet: C1, 3F and CD. RGB value is (193,63,205). Sum of RGB (Red+Green+Blue) = 193+63+205=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #C13FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FCD is #3EC032. Grayscale: #757575. Windows color (decimal): -4112435 or 13451201. OLE color: 13451201.
HSL color Cylindrical-coordinate representation of color #C13FCD: hue angle of 294.93º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13FCD is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 63 | 205 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.20 |
| HSL | 294.93º | 0.59% | 0.53% | - |
| HSV(B) | 294.93º | 0.69% | 0.8% | - |
| XYZ | 34.79 | 19.3 | 59.65 | - |
| YUV | 118.06 | 177.07 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 205 | 0.06 | 0.69 | 0 | 0.20 | 294.93 | 0.59 | 0.53 |
| Hex | C1 | 3F | CD | 6 | 45 | 0 | 14 | 127 | 3B | 35 |
| Octal | 301 | 77 | 315 | 6 | 105 | 0 | 24 | 447 | 73 | 65 |
| Binary | 11000001 | 111111 | 11001101 | 110 | 1000101 | 0 | 10100 | 100100111 | 111011 | 110101 |
Color Harmonies of #C13FCD
Complementary color
Monochromatic Colors of #C13FCD
Black with #C13FCD
Text Example
Text Example
White with #C13FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FCD; }
p { color: rgb(193,63,205); }
H1.HeaderClassName
{
color: #C13FCD;
}
.AnyTagClassName
{
color: #C13FCD;
}
</style>
background-color css
<style>
a { background-color: #C13FCD; }
a { background-color: rgb(193,63,205); }
div.DivClassName
{
background-color: #C13FCD;
}
.BgClassName
{
background-color: #C13FCD;
}
</style>
border-color css
<style>
span { border-color: #C13FCD; }
span { border-color: rgb(193,63,205); }
td.TdClassName
{
border-color: #C13FCD;
}
.TagClassName
{
border-color: #C13FCD;
}
</style>