Shades of Fuchsia #C136AC
Tints of Fuchsia #C136AC
RGB
CMYK
RGB Variations
Color information
#C136AC (or 0xC136AC) is known color: Fuchsia. HEX triplet: C1, 36 and AC. RGB value is (193,54,172). Sum of RGB (Red+Green+Blue) = 193+54+172=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C136AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C136AC is #3EC953. Grayscale: #6C6C6C. Windows color (decimal): -4114772 or 11286209. OLE color: 11286209.
HSL color Cylindrical-coordinate representation of color #C136AC: hue angle of 309.06º 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 #C136AC is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 172 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.24 |
| HSL | 309.06º | 0.56% | 0.48% | - |
| HSV(B) | 309.06º | 0.72% | 0.76% | - |
| XYZ | 30.76 | 16.95 | 40.68 | - |
| YUV | 109.01 | 163.55 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 172 | 0 | 0.72 | 0.11 | 0.24 | 309.06 | 0.56 | 0.48 |
| Hex | C1 | 36 | AC | 0 | 48 | B | 18 | 135 | 38 | 30 |
| Octal | 301 | 66 | 254 | 0 | 110 | 13 | 30 | 465 | 70 | 60 |
| Binary | 11000001 | 110110 | 10101100 | 0 | 1001000 | 1011 | 11000 | 100110101 | 111000 | 110000 |
Color Harmonies of #C136AC
Complementary color
Monochromatic Colors of #C136AC
Black with #C136AC
Text Example
Text Example
White with #C136AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136AC; }
p { color: rgb(193,54,172); }
H1.HeaderClassName
{
color: #C136AC;
}
.AnyTagClassName
{
color: #C136AC;
}
</style>
background-color css
<style>
a { background-color: #C136AC; }
a { background-color: rgb(193,54,172); }
div.DivClassName
{
background-color: #C136AC;
}
.BgClassName
{
background-color: #C136AC;
}
</style>
border-color css
<style>
span { border-color: #C136AC; }
span { border-color: rgb(193,54,172); }
td.TdClassName
{
border-color: #C136AC;
}
.TagClassName
{
border-color: #C136AC;
}
</style>