Shades of Fuchsia #C138BE
Tints of Fuchsia #C138BE
RGB
CMYK
RGB Variations
Color information
#C138BE (or 0xC138BE) is known color: Fuchsia. HEX triplet: C1, 38 and BE. RGB value is (193,56,190). Sum of RGB (Red+Green+Blue) = 193+56+190=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C138BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138BE is #3EC741. Grayscale: #6F6F6F. Windows color (decimal): -4114242 or 12466369. OLE color: 12466369.
HSL color Cylindrical-coordinate representation of color #C138BE: hue angle of 301.31º 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 #C138BE is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 190 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.24 |
| HSL | 301.31º | 0.55% | 0.49% | - |
| HSV(B) | 301.31º | 0.71% | 0.76% | - |
| XYZ | 32.7 | 17.88 | 50.44 | - |
| YUV | 112.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 190 | 0 | 0.71 | 0.02 | 0.24 | 301.31 | 0.55 | 0.49 |
| Hex | C1 | 38 | BE | 0 | 47 | 2 | 18 | 12D | 37 | 31 |
| Octal | 301 | 70 | 276 | 0 | 107 | 2 | 30 | 455 | 67 | 61 |
| Binary | 11000001 | 111000 | 10111110 | 0 | 1000111 | 10 | 11000 | 100101101 | 110111 | 110001 |
Color Harmonies of #C138BE
Complementary color
Monochromatic Colors of #C138BE
Black with #C138BE
Text Example
Text Example
White with #C138BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138BE; }
p { color: rgb(193,56,190); }
H1.HeaderClassName
{
color: #C138BE;
}
.AnyTagClassName
{
color: #C138BE;
}
</style>
background-color css
<style>
a { background-color: #C138BE; }
a { background-color: rgb(193,56,190); }
div.DivClassName
{
background-color: #C138BE;
}
.BgClassName
{
background-color: #C138BE;
}
</style>
border-color css
<style>
span { border-color: #C138BE; }
span { border-color: rgb(193,56,190); }
td.TdClassName
{
border-color: #C138BE;
}
.TagClassName
{
border-color: #C138BE;
}
</style>