Shades of Fuchsia #C130C4
Tints of Fuchsia #C130C4
RGB
CMYK
RGB Variations
Color information
#C130C4 (or 0xC130C4) is known color: Fuchsia. HEX triplet: C1, 30 and C4. RGB value is (193,48,196). Sum of RGB (Red+Green+Blue) = 193+48+196=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 196 - color contains mainly: blue. Hex color #C130C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130C4 is #3ECF3B. Grayscale: #6B6B6B. Windows color (decimal): -4116284 or 12857537. OLE color: 12857537.
HSL color Cylindrical-coordinate representation of color #C130C4: hue angle of 298.78º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C130C4 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 48 | 196 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.23 |
| HSL | 298.78º | 0.61% | 0.48% | - |
| HSV(B) | 298.78º | 0.76% | 0.77% | - |
| XYZ | 33.01 | 17.44 | 53.85 | - |
| YUV | 108.23 | 177.54 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 196 | 0.02 | 0.76 | 0 | 0.23 | 298.78 | 0.61 | 0.48 |
| Hex | C1 | 30 | C4 | 2 | 4C | 0 | 17 | 12B | 3D | 30 |
| Octal | 301 | 60 | 304 | 2 | 114 | 0 | 27 | 453 | 75 | 60 |
| Binary | 11000001 | 110000 | 11000100 | 10 | 1001100 | 0 | 10111 | 100101011 | 111101 | 110000 |
Color Harmonies of #C130C4
Complementary color
Monochromatic Colors of #C130C4
Black with #C130C4
Text Example
Text Example
White with #C130C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C130C4; }
p { color: rgb(193,48,196); }
H1.HeaderClassName
{
color: #C130C4;
}
.AnyTagClassName
{
color: #C130C4;
}
</style>
background-color css
<style>
a { background-color: #C130C4; }
a { background-color: rgb(193,48,196); }
div.DivClassName
{
background-color: #C130C4;
}
.BgClassName
{
background-color: #C130C4;
}
</style>
border-color css
<style>
span { border-color: #C130C4; }
span { border-color: rgb(193,48,196); }
td.TdClassName
{
border-color: #C130C4;
}
.TagClassName
{
border-color: #C130C4;
}
</style>