Shades of Fuchsia #C136BC
Tints of Fuchsia #C136BC
RGB
CMYK
RGB Variations
Color information
#C136BC (or 0xC136BC) is known color: Fuchsia. HEX triplet: C1, 36 and BC. RGB value is (193,54,188). Sum of RGB (Red+Green+Blue) = 193+54+188=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C136BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C136BC is #3EC943. Grayscale: #6E6E6E. Windows color (decimal): -4114756 or 12334785. OLE color: 12334785.
HSL color Cylindrical-coordinate representation of color #C136BC: hue angle of 302.16º 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 #C136BC is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 188 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.24 |
| HSL | 302.16º | 0.56% | 0.48% | - |
| HSV(B) | 302.16º | 0.72% | 0.76% | - |
| XYZ | 32.39 | 17.61 | 49.27 | - |
| YUV | 110.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 188 | 0 | 0.72 | 0.03 | 0.24 | 302.16 | 0.56 | 0.48 |
| Hex | C1 | 36 | BC | 0 | 48 | 3 | 18 | 12E | 38 | 30 |
| Octal | 301 | 66 | 274 | 0 | 110 | 3 | 30 | 456 | 70 | 60 |
| Binary | 11000001 | 110110 | 10111100 | 0 | 1001000 | 11 | 11000 | 100101110 | 111000 | 110000 |
Color Harmonies of #C136BC
Complementary color
Monochromatic Colors of #C136BC
Black with #C136BC
Text Example
Text Example
White with #C136BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136BC; }
p { color: rgb(193,54,188); }
H1.HeaderClassName
{
color: #C136BC;
}
.AnyTagClassName
{
color: #C136BC;
}
</style>
background-color css
<style>
a { background-color: #C136BC; }
a { background-color: rgb(193,54,188); }
div.DivClassName
{
background-color: #C136BC;
}
.BgClassName
{
background-color: #C136BC;
}
</style>
border-color css
<style>
span { border-color: #C136BC; }
span { border-color: rgb(193,54,188); }
td.TdClassName
{
border-color: #C136BC;
}
.TagClassName
{
border-color: #C136BC;
}
</style>