Shades of Fuchsia #C130BB
Tints of Fuchsia #C130BB
RGB
CMYK
RGB Variations
Color information
#C130BB (or 0xC130BB) is known color: Fuchsia. HEX triplet: C1, 30 and BB. RGB value is (193,48,187). Sum of RGB (Red+Green+Blue) = 193+48+187=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C130BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130BB is #3ECF44. Grayscale: #6A6A6A. Windows color (decimal): -4116293 or 12267713. OLE color: 12267713.
HSL color Cylindrical-coordinate representation of color #C130BB: hue angle of 302.48º 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 #C130BB is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 187 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.24 |
| HSL | 302.48º | 0.6% | 0.47% | - |
| HSV(B) | 302.48º | 0.75% | 0.76% | - |
| XYZ | 32.02 | 17.04 | 48.62 | - |
| YUV | 107.2 | 173.04 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 187 | 0 | 0.75 | 0.03 | 0.24 | 302.48 | 0.6 | 0.47 |
| Hex | C1 | 30 | BB | 0 | 4B | 3 | 18 | 12E | 3C | 2F |
| Octal | 301 | 60 | 273 | 0 | 113 | 3 | 30 | 456 | 74 | 57 |
| Binary | 11000001 | 110000 | 10111011 | 0 | 1001011 | 11 | 11000 | 100101110 | 111100 | 101111 |
Color Harmonies of #C130BB
Complementary color
Monochromatic Colors of #C130BB
Black with #C130BB
Text Example
Text Example
White with #C130BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C130BB; }
p { color: rgb(193,48,187); }
H1.HeaderClassName
{
color: #C130BB;
}
.AnyTagClassName
{
color: #C130BB;
}
</style>
background-color css
<style>
a { background-color: #C130BB; }
a { background-color: rgb(193,48,187); }
div.DivClassName
{
background-color: #C130BB;
}
.BgClassName
{
background-color: #C130BB;
}
</style>
border-color css
<style>
span { border-color: #C130BB; }
span { border-color: rgb(193,48,187); }
td.TdClassName
{
border-color: #C130BB;
}
.TagClassName
{
border-color: #C130BB;
}
</style>