Shades of Fuchsia #C130B3
Tints of Fuchsia #C130B3
RGB
CMYK
RGB Variations
Color information
#C130B3 (or 0xC130B3) is known color: Fuchsia. HEX triplet: C1, 30 and B3. RGB value is (193,48,179). Sum of RGB (Red+Green+Blue) = 193+48+179=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C130B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130B3 is #3ECF4C. Grayscale: #696969. Windows color (decimal): -4116301 or 11743425. OLE color: 11743425.
HSL color Cylindrical-coordinate representation of color #C130B3: hue angle of 305.79º 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 #C130B3 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 179 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.24 |
| HSL | 305.79º | 0.6% | 0.47% | - |
| HSV(B) | 305.79º | 0.75% | 0.76% | - |
| XYZ | 31.19 | 16.71 | 44.23 | - |
| YUV | 106.29 | 169.04 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 179 | 0 | 0.75 | 0.07 | 0.24 | 305.79 | 0.6 | 0.47 |
| Hex | C1 | 30 | B3 | 0 | 4B | 7 | 18 | 132 | 3C | 2F |
| Octal | 301 | 60 | 263 | 0 | 113 | 7 | 30 | 462 | 74 | 57 |
| Binary | 11000001 | 110000 | 10110011 | 0 | 1001011 | 111 | 11000 | 100110010 | 111100 | 101111 |
Color Harmonies of #C130B3
Complementary color
Monochromatic Colors of #C130B3
Black with #C130B3
Text Example
Text Example
White with #C130B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C130B3; }
p { color: rgb(193,48,179); }
H1.HeaderClassName
{
color: #C130B3;
}
.AnyTagClassName
{
color: #C130B3;
}
</style>
background-color css
<style>
a { background-color: #C130B3; }
a { background-color: rgb(193,48,179); }
div.DivClassName
{
background-color: #C130B3;
}
.BgClassName
{
background-color: #C130B3;
}
</style>
border-color css
<style>
span { border-color: #C130B3; }
span { border-color: rgb(193,48,179); }
td.TdClassName
{
border-color: #C130B3;
}
.TagClassName
{
border-color: #C130B3;
}
</style>