Shades of Fuchsia #C136AA
Tints of Fuchsia #C136AA
RGB
CMYK
RGB Variations
Color information
#C136AA (or 0xC136AA) is known color: Fuchsia. HEX triplet: C1, 36 and AA. RGB value is (193,54,170). Sum of RGB (Red+Green+Blue) = 193+54+170=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C136AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C136AA is #3EC955. Grayscale: #6C6C6C. Windows color (decimal): -4114774 or 11155137. OLE color: 11155137.
HSL color Cylindrical-coordinate representation of color #C136AA: hue angle of 309.93º 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 #C136AA is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 170 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.24 |
| HSL | 309.93º | 0.56% | 0.48% | - |
| HSV(B) | 309.93º | 0.72% | 0.76% | - |
| XYZ | 30.57 | 16.88 | 39.68 | - |
| YUV | 108.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 170 | 0 | 0.72 | 0.12 | 0.24 | 309.93 | 0.56 | 0.48 |
| Hex | C1 | 36 | AA | 0 | 48 | C | 18 | 136 | 38 | 30 |
| Octal | 301 | 66 | 252 | 0 | 110 | 14 | 30 | 466 | 70 | 60 |
| Binary | 11000001 | 110110 | 10101010 | 0 | 1001000 | 1100 | 11000 | 100110110 | 111000 | 110000 |
Color Harmonies of #C136AA
Complementary color
Monochromatic Colors of #C136AA
Black with #C136AA
Text Example
Text Example
White with #C136AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136AA; }
p { color: rgb(193,54,170); }
H1.HeaderClassName
{
color: #C136AA;
}
.AnyTagClassName
{
color: #C136AA;
}
</style>
background-color css
<style>
a { background-color: #C136AA; }
a { background-color: rgb(193,54,170); }
div.DivClassName
{
background-color: #C136AA;
}
.BgClassName
{
background-color: #C136AA;
}
</style>
border-color css
<style>
span { border-color: #C136AA; }
span { border-color: rgb(193,54,170); }
td.TdClassName
{
border-color: #C136AA;
}
.TagClassName
{
border-color: #C136AA;
}
</style>