Shades of Fuchsia #C138BD
Tints of Fuchsia #C138BD
RGB
CMYK
RGB Variations
Color information
#C138BD (or 0xC138BD) is known color: Fuchsia. HEX triplet: C1, 38 and BD. RGB value is (193,56,189). Sum of RGB (Red+Green+Blue) = 193+56+189=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C138BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138BD is #3EC742. Grayscale: #6F6F6F. Windows color (decimal): -4114243 or 12400833. OLE color: 12400833.
HSL color Cylindrical-coordinate representation of color #C138BD: hue angle of 301.75º 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 #C138BD is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 189 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.24 |
| HSL | 301.75º | 0.55% | 0.49% | - |
| HSV(B) | 301.75º | 0.71% | 0.76% | - |
| XYZ | 32.59 | 17.84 | 49.87 | - |
| YUV | 112.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 189 | 0 | 0.71 | 0.02 | 0.24 | 301.75 | 0.55 | 0.49 |
| Hex | C1 | 38 | BD | 0 | 47 | 2 | 18 | 12E | 37 | 31 |
| Octal | 301 | 70 | 275 | 0 | 107 | 2 | 30 | 456 | 67 | 61 |
| Binary | 11000001 | 111000 | 10111101 | 0 | 1000111 | 10 | 11000 | 100101110 | 110111 | 110001 |
Color Harmonies of #C138BD
Complementary color
Monochromatic Colors of #C138BD
Black with #C138BD
Text Example
Text Example
White with #C138BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138BD; }
p { color: rgb(193,56,189); }
H1.HeaderClassName
{
color: #C138BD;
}
.AnyTagClassName
{
color: #C138BD;
}
</style>
background-color css
<style>
a { background-color: #C138BD; }
a { background-color: rgb(193,56,189); }
div.DivClassName
{
background-color: #C138BD;
}
.BgClassName
{
background-color: #C138BD;
}
</style>
border-color css
<style>
span { border-color: #C138BD; }
span { border-color: rgb(193,56,189); }
td.TdClassName
{
border-color: #C138BD;
}
.TagClassName
{
border-color: #C138BD;
}
</style>