Shades of Fuchsia #C138BC
Tints of Fuchsia #C138BC
RGB
CMYK
RGB Variations
Color information
#C138BC (or 0xC138BC) is known color: Fuchsia. HEX triplet: C1, 38 and BC. RGB value is (193,56,188). Sum of RGB (Red+Green+Blue) = 193+56+188=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C138BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138BC is #3EC743. Grayscale: #6F6F6F. Windows color (decimal): -4114244 or 12335297. OLE color: 12335297.
HSL color Cylindrical-coordinate representation of color #C138BC: hue angle of 302.19º 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 #C138BC is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 188 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.24 |
| HSL | 302.19º | 0.55% | 0.49% | - |
| HSV(B) | 302.19º | 0.71% | 0.76% | - |
| XYZ | 32.48 | 17.8 | 49.3 | - |
| YUV | 112.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 188 | 0 | 0.71 | 0.03 | 0.24 | 302.19 | 0.55 | 0.49 |
| Hex | C1 | 38 | BC | 0 | 47 | 3 | 18 | 12E | 37 | 31 |
| Octal | 301 | 70 | 274 | 0 | 107 | 3 | 30 | 456 | 67 | 61 |
| Binary | 11000001 | 111000 | 10111100 | 0 | 1000111 | 11 | 11000 | 100101110 | 110111 | 110001 |
Color Harmonies of #C138BC
Complementary color
Monochromatic Colors of #C138BC
Black with #C138BC
Text Example
Text Example
White with #C138BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138BC; }
p { color: rgb(193,56,188); }
H1.HeaderClassName
{
color: #C138BC;
}
.AnyTagClassName
{
color: #C138BC;
}
</style>
background-color css
<style>
a { background-color: #C138BC; }
a { background-color: rgb(193,56,188); }
div.DivClassName
{
background-color: #C138BC;
}
.BgClassName
{
background-color: #C138BC;
}
</style>
border-color css
<style>
span { border-color: #C138BC; }
span { border-color: rgb(193,56,188); }
td.TdClassName
{
border-color: #C138BC;
}
.TagClassName
{
border-color: #C138BC;
}
</style>