Shades of Fuchsia #C13FB7
Tints of Fuchsia #C13FB7
RGB
CMYK
RGB Variations
Color information
#C13FB7 (or 0xC13FB7) is known color: Fuchsia. HEX triplet: C1, 3F and B7. RGB value is (193,63,183). Sum of RGB (Red+Green+Blue) = 193+63+183=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FB7 is #3EC048. Grayscale: #737373. Windows color (decimal): -4112457 or 12009409. OLE color: 12009409.
HSL color Cylindrical-coordinate representation of color #C13FB7: hue angle of 304.62º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13FB7 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 183 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.24 |
| HSL | 304.62º | 0.51% | 0.5% | - |
| HSV(B) | 304.62º | 0.67% | 0.76% | - |
| XYZ | 32.32 | 18.31 | 46.63 | - |
| YUV | 115.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 183 | 0 | 0.67 | 0.05 | 0.24 | 304.62 | 0.51 | 0.5 |
| Hex | C1 | 3F | B7 | 0 | 43 | 5 | 18 | 131 | 33 | 32 |
| Octal | 301 | 77 | 267 | 0 | 103 | 5 | 30 | 461 | 63 | 62 |
| Binary | 11000001 | 111111 | 10110111 | 0 | 1000011 | 101 | 11000 | 100110001 | 110011 | 110010 |
Color Harmonies of #C13FB7
Complementary color
Monochromatic Colors of #C13FB7
Black with #C13FB7
Text Example
Text Example
White with #C13FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FB7; }
p { color: rgb(193,63,183); }
H1.HeaderClassName
{
color: #C13FB7;
}
.AnyTagClassName
{
color: #C13FB7;
}
</style>
background-color css
<style>
a { background-color: #C13FB7; }
a { background-color: rgb(193,63,183); }
div.DivClassName
{
background-color: #C13FB7;
}
.BgClassName
{
background-color: #C13FB7;
}
</style>
border-color css
<style>
span { border-color: #C13FB7; }
span { border-color: rgb(193,63,183); }
td.TdClassName
{
border-color: #C13FB7;
}
.TagClassName
{
border-color: #C13FB7;
}
</style>