Shades of Fuchsia #C136BF
Tints of Fuchsia #C136BF
RGB
CMYK
RGB Variations
Color information
#C136BF (or 0xC136BF) is known color: Fuchsia. HEX triplet: C1, 36 and BF. RGB value is (193,54,191). Sum of RGB (Red+Green+Blue) = 193+54+191=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C136BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C136BF is #3EC940. Grayscale: #6E6E6E. Windows color (decimal): -4114753 or 12531393. OLE color: 12531393.
HSL color Cylindrical-coordinate representation of color #C136BF: hue angle of 300.86º 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 #C136BF is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 191 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.24 |
| HSL | 300.86º | 0.56% | 0.48% | - |
| HSV(B) | 300.86º | 0.72% | 0.76% | - |
| XYZ | 32.72 | 17.74 | 50.99 | - |
| YUV | 111.18 | 173.05 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 191 | 0 | 0.72 | 0.01 | 0.24 | 300.86 | 0.56 | 0.48 |
| Hex | C1 | 36 | BF | 0 | 48 | 1 | 18 | 12D | 38 | 30 |
| Octal | 301 | 66 | 277 | 0 | 110 | 1 | 30 | 455 | 70 | 60 |
| Binary | 11000001 | 110110 | 10111111 | 0 | 1001000 | 1 | 11000 | 100101101 | 111000 | 110000 |
Color Harmonies of #C136BF
Complementary color
Monochromatic Colors of #C136BF
Black with #C136BF
Text Example
Text Example
White with #C136BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136BF; }
p { color: rgb(193,54,191); }
H1.HeaderClassName
{
color: #C136BF;
}
.AnyTagClassName
{
color: #C136BF;
}
</style>
background-color css
<style>
a { background-color: #C136BF; }
a { background-color: rgb(193,54,191); }
div.DivClassName
{
background-color: #C136BF;
}
.BgClassName
{
background-color: #C136BF;
}
</style>
border-color css
<style>
span { border-color: #C136BF; }
span { border-color: rgb(193,54,191); }
td.TdClassName
{
border-color: #C136BF;
}
.TagClassName
{
border-color: #C136BF;
}
</style>