Shades of Fuchsia #C136A9
Tints of Fuchsia #C136A9
RGB
CMYK
RGB Variations
Color information
#C136A9 (or 0xC136A9) is known color: Fuchsia. HEX triplet: C1, 36 and A9. RGB value is (193,54,169). Sum of RGB (Red+Green+Blue) = 193+54+169=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C136A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C136A9 is #3EC956. Grayscale: #6C6C6C. Windows color (decimal): -4114775 or 11089601. OLE color: 11089601.
HSL color Cylindrical-coordinate representation of color #C136A9: hue angle of 310.36º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C136A9 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 169 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.24 |
| HSL | 310.36º | 0.56% | 0.48% | - |
| HSV(B) | 310.36º | 0.72% | 0.76% | - |
| XYZ | 30.47 | 16.84 | 39.18 | - |
| YUV | 108.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 169 | 0 | 0.72 | 0.12 | 0.24 | 310.36 | 0.56 | 0.48 |
| Hex | C1 | 36 | A9 | 0 | 48 | C | 18 | 136 | 38 | 30 |
| Octal | 301 | 66 | 251 | 0 | 110 | 14 | 30 | 466 | 70 | 60 |
| Binary | 11000001 | 110110 | 10101001 | 0 | 1001000 | 1100 | 11000 | 100110110 | 111000 | 110000 |
Color Harmonies of #C136A9
Complementary color
Monochromatic Colors of #C136A9
Black with #C136A9
Text Example
Text Example
White with #C136A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136A9; }
p { color: rgb(193,54,169); }
H1.HeaderClassName
{
color: #C136A9;
}
.AnyTagClassName
{
color: #C136A9;
}
</style>
background-color css
<style>
a { background-color: #C136A9; }
a { background-color: rgb(193,54,169); }
div.DivClassName
{
background-color: #C136A9;
}
.BgClassName
{
background-color: #C136A9;
}
</style>
border-color css
<style>
span { border-color: #C136A9; }
span { border-color: rgb(193,54,169); }
td.TdClassName
{
border-color: #C136A9;
}
.TagClassName
{
border-color: #C136A9;
}
</style>