Shades of Fuchsia #C136AB
Tints of Fuchsia #C136AB
RGB
CMYK
RGB Variations
Color information
#C136AB (or 0xC136AB) is known color: Fuchsia. HEX triplet: C1, 36 and AB. RGB value is (193,54,171). Sum of RGB (Red+Green+Blue) = 193+54+171=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C136AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C136AB is #3EC954. Grayscale: #6C6C6C. Windows color (decimal): -4114773 or 11220673. OLE color: 11220673.
HSL color Cylindrical-coordinate representation of color #C136AB: hue angle of 309.5º 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 #C136AB is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 171 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.24 |
| HSL | 309.5º | 0.56% | 0.48% | - |
| HSV(B) | 309.5º | 0.72% | 0.76% | - |
| XYZ | 30.66 | 16.92 | 40.18 | - |
| YUV | 108.9 | 163.05 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 171 | 0 | 0.72 | 0.11 | 0.24 | 309.5 | 0.56 | 0.48 |
| Hex | C1 | 36 | AB | 0 | 48 | B | 18 | 135 | 38 | 30 |
| Octal | 301 | 66 | 253 | 0 | 110 | 13 | 30 | 465 | 70 | 60 |
| Binary | 11000001 | 110110 | 10101011 | 0 | 1001000 | 1011 | 11000 | 100110101 | 111000 | 110000 |
Color Harmonies of #C136AB
Complementary color
Monochromatic Colors of #C136AB
Black with #C136AB
Text Example
Text Example
White with #C136AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136AB; }
p { color: rgb(193,54,171); }
H1.HeaderClassName
{
color: #C136AB;
}
.AnyTagClassName
{
color: #C136AB;
}
</style>
background-color css
<style>
a { background-color: #C136AB; }
a { background-color: rgb(193,54,171); }
div.DivClassName
{
background-color: #C136AB;
}
.BgClassName
{
background-color: #C136AB;
}
</style>
border-color css
<style>
span { border-color: #C136AB; }
span { border-color: rgb(193,54,171); }
td.TdClassName
{
border-color: #C136AB;
}
.TagClassName
{
border-color: #C136AB;
}
</style>