Shades of Fuchsia #C130B7
Tints of Fuchsia #C130B7
RGB
CMYK
RGB Variations
Color information
#C130B7 (or 0xC130B7) is known color: Fuchsia. HEX triplet: C1, 30 and B7. RGB value is (193,48,183). Sum of RGB (Red+Green+Blue) = 193+48+183=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C130B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130B7 is #3ECF48. Grayscale: #6A6A6A. Windows color (decimal): -4116297 or 12005569. OLE color: 12005569.
HSL color Cylindrical-coordinate representation of color #C130B7: hue angle of 304.14º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C130B7 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 183 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.24 |
| HSL | 304.14º | 0.6% | 0.47% | - |
| HSV(B) | 304.14º | 0.75% | 0.76% | - |
| XYZ | 31.6 | 16.87 | 46.39 | - |
| YUV | 106.75 | 171.04 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 183 | 0 | 0.75 | 0.05 | 0.24 | 304.14 | 0.6 | 0.47 |
| Hex | C1 | 30 | B7 | 0 | 4B | 5 | 18 | 130 | 3C | 2F |
| Octal | 301 | 60 | 267 | 0 | 113 | 5 | 30 | 460 | 74 | 57 |
| Binary | 11000001 | 110000 | 10110111 | 0 | 1001011 | 101 | 11000 | 100110000 | 111100 | 101111 |
Color Harmonies of #C130B7
Complementary color
Monochromatic Colors of #C130B7
Black with #C130B7
Text Example
Text Example
White with #C130B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C130B7; }
p { color: rgb(193,48,183); }
H1.HeaderClassName
{
color: #C130B7;
}
.AnyTagClassName
{
color: #C130B7;
}
</style>
background-color css
<style>
a { background-color: #C130B7; }
a { background-color: rgb(193,48,183); }
div.DivClassName
{
background-color: #C130B7;
}
.BgClassName
{
background-color: #C130B7;
}
</style>
border-color css
<style>
span { border-color: #C130B7; }
span { border-color: rgb(193,48,183); }
td.TdClassName
{
border-color: #C130B7;
}
.TagClassName
{
border-color: #C130B7;
}
</style>