Shades of Fuchsia #C130AF
Tints of Fuchsia #C130AF
RGB
CMYK
RGB Variations
Color information
#C130AF (or 0xC130AF) is known color: Fuchsia. HEX triplet: C1, 30 and AF. RGB value is (193,48,175). Sum of RGB (Red+Green+Blue) = 193+48+175=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C130AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C130AF is #3ECF50. Grayscale: #696969. Windows color (decimal): -4116305 or 11481281. OLE color: 11481281.
HSL color Cylindrical-coordinate representation of color #C130AF: hue angle of 307.45º 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 #C130AF is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 175 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.24 |
| HSL | 307.45º | 0.6% | 0.47% | - |
| HSV(B) | 307.45º | 0.75% | 0.76% | - |
| XYZ | 30.79 | 16.55 | 42.13 | - |
| YUV | 105.83 | 167.04 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 175 | 0 | 0.75 | 0.09 | 0.24 | 307.45 | 0.6 | 0.47 |
| Hex | C1 | 30 | AF | 0 | 4B | 9 | 18 | 133 | 3C | 2F |
| Octal | 301 | 60 | 257 | 0 | 113 | 11 | 30 | 463 | 74 | 57 |
| Binary | 11000001 | 110000 | 10101111 | 0 | 1001011 | 1001 | 11000 | 100110011 | 111100 | 101111 |
Color Harmonies of #C130AF
Complementary color
Monochromatic Colors of #C130AF
Black with #C130AF
Text Example
Text Example
White with #C130AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C130AF; }
p { color: rgb(193,48,175); }
H1.HeaderClassName
{
color: #C130AF;
}
.AnyTagClassName
{
color: #C130AF;
}
</style>
background-color css
<style>
a { background-color: #C130AF; }
a { background-color: rgb(193,48,175); }
div.DivClassName
{
background-color: #C130AF;
}
.BgClassName
{
background-color: #C130AF;
}
</style>
border-color css
<style>
span { border-color: #C130AF; }
span { border-color: rgb(193,48,175); }
td.TdClassName
{
border-color: #C130AF;
}
.TagClassName
{
border-color: #C130AF;
}
</style>