Shades of Fuchsia #C130C9
Tints of Fuchsia #C130C9
RGB
CMYK
RGB Variations
Color information
#C130C9 (or 0xC130C9) is known color: Fuchsia. HEX triplet: C1, 30 and C9. RGB value is (193,48,201). Sum of RGB (Red+Green+Blue) = 193+48+201=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #C130C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130C9 is #3ECF36. Grayscale: #6C6C6C. Windows color (decimal): -4116279 or 13185217. OLE color: 13185217.
HSL color Cylindrical-coordinate representation of color #C130C9: hue angle of 296.86º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C130C9 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 48 | 201 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.21 |
| HSL | 296.86º | 0.61% | 0.49% | - |
| HSV(B) | 296.86º | 0.76% | 0.79% | - |
| XYZ | 33.59 | 17.67 | 56.9 | - |
| YUV | 108.8 | 180.04 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 201 | 0.04 | 0.76 | 0 | 0.21 | 296.86 | 0.61 | 0.49 |
| Hex | C1 | 30 | C9 | 4 | 4C | 0 | 15 | 129 | 3D | 31 |
| Octal | 301 | 60 | 311 | 4 | 114 | 0 | 25 | 451 | 75 | 61 |
| Binary | 11000001 | 110000 | 11001001 | 100 | 1001100 | 0 | 10101 | 100101001 | 111101 | 110001 |
Color Harmonies of #C130C9
Complementary color
Monochromatic Colors of #C130C9
Black with #C130C9
Text Example
Text Example
White with #C130C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C130C9; }
p { color: rgb(193,48,201); }
H1.HeaderClassName
{
color: #C130C9;
}
.AnyTagClassName
{
color: #C130C9;
}
</style>
background-color css
<style>
a { background-color: #C130C9; }
a { background-color: rgb(193,48,201); }
div.DivClassName
{
background-color: #C130C9;
}
.BgClassName
{
background-color: #C130C9;
}
</style>
border-color css
<style>
span { border-color: #C130C9; }
span { border-color: rgb(193,48,201); }
td.TdClassName
{
border-color: #C130C9;
}
.TagClassName
{
border-color: #C130C9;
}
</style>