Shades of Fuchsia #C130B5
Tints of Fuchsia #C130B5
RGB
CMYK
RGB Variations
Color information
#C130B5 (or 0xC130B5) is known color: Fuchsia. HEX triplet: C1, 30 and B5. RGB value is (193,48,181). Sum of RGB (Red+Green+Blue) = 193+48+181=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C130B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130B5 is #3ECF4A. Grayscale: #6A6A6A. Windows color (decimal): -4116299 or 11874497. OLE color: 11874497.
HSL color Cylindrical-coordinate representation of color #C130B5: hue angle of 304.97º 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 #C130B5 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 181 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.24 |
| HSL | 304.97º | 0.6% | 0.47% | - |
| HSV(B) | 304.97º | 0.75% | 0.76% | - |
| XYZ | 31.39 | 16.79 | 45.3 | - |
| YUV | 106.52 | 170.04 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 181 | 0 | 0.75 | 0.06 | 0.24 | 304.97 | 0.6 | 0.47 |
| Hex | C1 | 30 | B5 | 0 | 4B | 6 | 18 | 131 | 3C | 2F |
| Octal | 301 | 60 | 265 | 0 | 113 | 6 | 30 | 461 | 74 | 57 |
| Binary | 11000001 | 110000 | 10110101 | 0 | 1001011 | 110 | 11000 | 100110001 | 111100 | 101111 |
Color Harmonies of #C130B5
Complementary color
Monochromatic Colors of #C130B5
Black with #C130B5
Text Example
Text Example
White with #C130B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C130B5; }
p { color: rgb(193,48,181); }
H1.HeaderClassName
{
color: #C130B5;
}
.AnyTagClassName
{
color: #C130B5;
}
</style>
background-color css
<style>
a { background-color: #C130B5; }
a { background-color: rgb(193,48,181); }
div.DivClassName
{
background-color: #C130B5;
}
.BgClassName
{
background-color: #C130B5;
}
</style>
border-color css
<style>
span { border-color: #C130B5; }
span { border-color: rgb(193,48,181); }
td.TdClassName
{
border-color: #C130B5;
}
.TagClassName
{
border-color: #C130B5;
}
</style>