Shades of Fuchsia #C137AC
Tints of Fuchsia #C137AC
RGB
CMYK
RGB Variations
Color information
#C137AC (or 0xC137AC) is known color: Fuchsia. HEX triplet: C1, 37 and AC. RGB value is (193,55,172). Sum of RGB (Red+Green+Blue) = 193+55+172=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C137AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C137AC is #3EC853. Grayscale: #6D6D6D. Windows color (decimal): -4114516 or 11286465. OLE color: 11286465.
HSL color Cylindrical-coordinate representation of color #C137AC: hue angle of 309.13º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C137AC is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 172 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.24 |
| HSL | 309.13º | 0.56% | 0.49% | - |
| HSV(B) | 309.13º | 0.72% | 0.76% | - |
| XYZ | 30.8 | 17.05 | 40.7 | - |
| YUV | 109.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 172 | 0 | 0.72 | 0.11 | 0.24 | 309.13 | 0.56 | 0.49 |
| Hex | C1 | 37 | AC | 0 | 48 | B | 18 | 135 | 38 | 31 |
| Octal | 301 | 67 | 254 | 0 | 110 | 13 | 30 | 465 | 70 | 61 |
| Binary | 11000001 | 110111 | 10101100 | 0 | 1001000 | 1011 | 11000 | 100110101 | 111000 | 110001 |
Color Harmonies of #C137AC
Complementary color
Monochromatic Colors of #C137AC
Black with #C137AC
Text Example
Text Example
White with #C137AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137AC; }
p { color: rgb(193,55,172); }
H1.HeaderClassName
{
color: #C137AC;
}
.AnyTagClassName
{
color: #C137AC;
}
</style>
background-color css
<style>
a { background-color: #C137AC; }
a { background-color: rgb(193,55,172); }
div.DivClassName
{
background-color: #C137AC;
}
.BgClassName
{
background-color: #C137AC;
}
</style>
border-color css
<style>
span { border-color: #C137AC; }
span { border-color: rgb(193,55,172); }
td.TdClassName
{
border-color: #C137AC;
}
.TagClassName
{
border-color: #C137AC;
}
</style>