Shades of Fuchsia #C138C0
Tints of Fuchsia #C138C0
RGB
CMYK
RGB Variations
Color information
#C138C0 (or 0xC138C0) is known color: Fuchsia. HEX triplet: C1, 38 and C0. RGB value is (193,56,192). Sum of RGB (Red+Green+Blue) = 193+56+192=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C138C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138C0 is #3EC73F. Grayscale: #707070. Windows color (decimal): -4114240 or 12597441. OLE color: 12597441.
HSL color Cylindrical-coordinate representation of color #C138C0: hue angle of 300.44º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C138C0 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 192 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.24 |
| HSL | 300.44º | 0.55% | 0.49% | - |
| HSV(B) | 300.44º | 0.71% | 0.76% | - |
| XYZ | 32.92 | 17.97 | 51.6 | - |
| YUV | 112.47 | 172.89 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 192 | 0 | 0.71 | 0.01 | 0.24 | 300.44 | 0.55 | 0.49 |
| Hex | C1 | 38 | C0 | 0 | 47 | 1 | 18 | 12C | 37 | 31 |
| Octal | 301 | 70 | 300 | 0 | 107 | 1 | 30 | 454 | 67 | 61 |
| Binary | 11000001 | 111000 | 11000000 | 0 | 1000111 | 1 | 11000 | 100101100 | 110111 | 110001 |
Color Harmonies of #C138C0
Complementary color
Monochromatic Colors of #C138C0
Black with #C138C0
Text Example
Text Example
White with #C138C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138C0; }
p { color: rgb(193,56,192); }
H1.HeaderClassName
{
color: #C138C0;
}
.AnyTagClassName
{
color: #C138C0;
}
</style>
background-color css
<style>
a { background-color: #C138C0; }
a { background-color: rgb(193,56,192); }
div.DivClassName
{
background-color: #C138C0;
}
.BgClassName
{
background-color: #C138C0;
}
</style>
border-color css
<style>
span { border-color: #C138C0; }
span { border-color: rgb(193,56,192); }
td.TdClassName
{
border-color: #C138C0;
}
.TagClassName
{
border-color: #C138C0;
}
</style>