Shades of Fuchsia #C13BC5
Tints of Fuchsia #C13BC5
RGB
CMYK
RGB Variations
Color information
#C13BC5 (or 0xC13BC5) is known color: Fuchsia. HEX triplet: C1, 3B and C5. RGB value is (193,59,197). Sum of RGB (Red+Green+Blue) = 193+59+197=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #C13BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BC5 is #3EC43A. Grayscale: #727272. Windows color (decimal): -4113467 or 12925889. OLE color: 12925889.
HSL color Cylindrical-coordinate representation of color #C13BC5: hue angle of 298.26º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13BC5 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 59 | 197 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.23 |
| HSL | 298.26º | 0.54% | 0.5% | - |
| HSV(B) | 298.26º | 0.7% | 0.77% | - |
| XYZ | 33.63 | 18.5 | 54.62 | - |
| YUV | 114.8 | 174.39 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 197 | 0.02 | 0.70 | 0 | 0.23 | 298.26 | 0.54 | 0.5 |
| Hex | C1 | 3B | C5 | 2 | 46 | 0 | 17 | 12A | 36 | 32 |
| Octal | 301 | 73 | 305 | 2 | 106 | 0 | 27 | 452 | 66 | 62 |
| Binary | 11000001 | 111011 | 11000101 | 10 | 1000110 | 0 | 10111 | 100101010 | 110110 | 110010 |
Color Harmonies of #C13BC5
Complementary color
Monochromatic Colors of #C13BC5
Black with #C13BC5
Text Example
Text Example
White with #C13BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BC5; }
p { color: rgb(193,59,197); }
H1.HeaderClassName
{
color: #C13BC5;
}
.AnyTagClassName
{
color: #C13BC5;
}
</style>
background-color css
<style>
a { background-color: #C13BC5; }
a { background-color: rgb(193,59,197); }
div.DivClassName
{
background-color: #C13BC5;
}
.BgClassName
{
background-color: #C13BC5;
}
</style>
border-color css
<style>
span { border-color: #C13BC5; }
span { border-color: rgb(193,59,197); }
td.TdClassName
{
border-color: #C13BC5;
}
.TagClassName
{
border-color: #C13BC5;
}
</style>