Shades of Fuchsia #C138B8
Tints of Fuchsia #C138B8
RGB
CMYK
RGB Variations
Color information
#C138B8 (or 0xC138B8) is known color: Fuchsia. HEX triplet: C1, 38 and B8. RGB value is (193,56,184). Sum of RGB (Red+Green+Blue) = 193+56+184=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C138B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138B8 is #3EC747. Grayscale: #6F6F6F. Windows color (decimal): -4114248 or 12073153. OLE color: 12073153.
HSL color Cylindrical-coordinate representation of color #C138B8: hue angle of 303.94º 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 #C138B8 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 184 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.24 |
| HSL | 303.94º | 0.55% | 0.49% | - |
| HSV(B) | 303.94º | 0.71% | 0.76% | - |
| XYZ | 32.06 | 17.63 | 47.06 | - |
| YUV | 111.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 184 | 0 | 0.71 | 0.05 | 0.24 | 303.94 | 0.55 | 0.49 |
| Hex | C1 | 38 | B8 | 0 | 47 | 5 | 18 | 130 | 37 | 31 |
| Octal | 301 | 70 | 270 | 0 | 107 | 5 | 30 | 460 | 67 | 61 |
| Binary | 11000001 | 111000 | 10111000 | 0 | 1000111 | 101 | 11000 | 100110000 | 110111 | 110001 |
Color Harmonies of #C138B8
Complementary color
Monochromatic Colors of #C138B8
Black with #C138B8
Text Example
Text Example
White with #C138B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138B8; }
p { color: rgb(193,56,184); }
H1.HeaderClassName
{
color: #C138B8;
}
.AnyTagClassName
{
color: #C138B8;
}
</style>
background-color css
<style>
a { background-color: #C138B8; }
a { background-color: rgb(193,56,184); }
div.DivClassName
{
background-color: #C138B8;
}
.BgClassName
{
background-color: #C138B8;
}
</style>
border-color css
<style>
span { border-color: #C138B8; }
span { border-color: rgb(193,56,184); }
td.TdClassName
{
border-color: #C138B8;
}
.TagClassName
{
border-color: #C138B8;
}
</style>