Shades of Fuchsia #C136B2
Tints of Fuchsia #C136B2
RGB
CMYK
RGB Variations
Color information
#C136B2 (or 0xC136B2) is known color: Fuchsia. HEX triplet: C1, 36 and B2. RGB value is (193,54,178). Sum of RGB (Red+Green+Blue) = 193+54+178=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C136B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C136B2 is #3EC94D. Grayscale: #6D6D6D. Windows color (decimal): -4114766 or 11679425. OLE color: 11679425.
HSL color Cylindrical-coordinate representation of color #C136B2: hue angle of 306.47º 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 #C136B2 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 178 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.24 |
| HSL | 306.47º | 0.56% | 0.48% | - |
| HSV(B) | 306.47º | 0.72% | 0.76% | - |
| XYZ | 31.35 | 17.19 | 43.79 | - |
| YUV | 109.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 178 | 0 | 0.72 | 0.08 | 0.24 | 306.47 | 0.56 | 0.48 |
| Hex | C1 | 36 | B2 | 0 | 48 | 8 | 18 | 132 | 38 | 30 |
| Octal | 301 | 66 | 262 | 0 | 110 | 10 | 30 | 462 | 70 | 60 |
| Binary | 11000001 | 110110 | 10110010 | 0 | 1001000 | 1000 | 11000 | 100110010 | 111000 | 110000 |
Color Harmonies of #C136B2
Complementary color
Monochromatic Colors of #C136B2
Black with #C136B2
Text Example
Text Example
White with #C136B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136B2; }
p { color: rgb(193,54,178); }
H1.HeaderClassName
{
color: #C136B2;
}
.AnyTagClassName
{
color: #C136B2;
}
</style>
background-color css
<style>
a { background-color: #C136B2; }
a { background-color: rgb(193,54,178); }
div.DivClassName
{
background-color: #C136B2;
}
.BgClassName
{
background-color: #C136B2;
}
</style>
border-color css
<style>
span { border-color: #C136B2; }
span { border-color: rgb(193,54,178); }
td.TdClassName
{
border-color: #C136B2;
}
.TagClassName
{
border-color: #C136B2;
}
</style>