Shades of Fuchsia #C038B9
Tints of Fuchsia #C038B9
RGB
CMYK
RGB Variations
Color information
#C038B9 (or 0xC038B9) is known color: Fuchsia. HEX triplet: C0, 38 and B9. RGB value is (192,56,185). Sum of RGB (Red+Green+Blue) = 192+56+185=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C038B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C038B9 is #3FC746. Grayscale: #6E6E6E. Windows color (decimal): -4179783 or 12138688. OLE color: 12138688.
HSL color Cylindrical-coordinate representation of color #C038B9: hue angle of 303.09º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C038B9 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 185 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.25 |
| HSL | 303.09º | 0.55% | 0.49% | - |
| HSV(B) | 303.09º | 0.71% | 0.75% | - |
| XYZ | 31.91 | 17.54 | 47.6 | - |
| YUV | 111.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 185 | 0 | 0.71 | 0.04 | 0.25 | 303.09 | 0.55 | 0.49 |
| Hex | C0 | 38 | B9 | 0 | 47 | 4 | 19 | 12F | 37 | 31 |
| Octal | 300 | 70 | 271 | 0 | 107 | 4 | 31 | 457 | 67 | 61 |
| Binary | 11000000 | 111000 | 10111001 | 0 | 1000111 | 100 | 11001 | 100101111 | 110111 | 110001 |
Color Harmonies of #C038B9
Complementary color
Monochromatic Colors of #C038B9
Black with #C038B9
Text Example
Text Example
White with #C038B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038B9; }
p { color: rgb(192,56,185); }
H1.HeaderClassName
{
color: #C038B9;
}
.AnyTagClassName
{
color: #C038B9;
}
</style>
background-color css
<style>
a { background-color: #C038B9; }
a { background-color: rgb(192,56,185); }
div.DivClassName
{
background-color: #C038B9;
}
.BgClassName
{
background-color: #C038B9;
}
</style>
border-color css
<style>
span { border-color: #C038B9; }
span { border-color: rgb(192,56,185); }
td.TdClassName
{
border-color: #C038B9;
}
.TagClassName
{
border-color: #C038B9;
}
</style>