Shades of Fuchsia #C238B9
Tints of Fuchsia #C238B9
RGB
CMYK
RGB Variations
Color information
#C238B9 (or 0xC238B9) is known color: Fuchsia. HEX triplet: C2, 38 and B9. RGB value is (194,56,185). Sum of RGB (Red+Green+Blue) = 194+56+185=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C238B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238B9 is #3DC746. Grayscale: #6F6F6F. Windows color (decimal): -4048711 or 12138690. OLE color: 12138690.
HSL color Cylindrical-coordinate representation of color #C238B9: hue angle of 303.91º 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 #C238B9 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 185 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.24 |
| HSL | 303.91º | 0.55% | 0.49% | - |
| HSV(B) | 303.91º | 0.71% | 0.76% | - |
| XYZ | 32.42 | 17.8 | 47.63 | - |
| YUV | 111.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 185 | 0 | 0.71 | 0.05 | 0.24 | 303.91 | 0.55 | 0.49 |
| Hex | C2 | 38 | B9 | 0 | 47 | 5 | 18 | 130 | 37 | 31 |
| Octal | 302 | 70 | 271 | 0 | 107 | 5 | 30 | 460 | 67 | 61 |
| Binary | 11000010 | 111000 | 10111001 | 0 | 1000111 | 101 | 11000 | 100110000 | 110111 | 110001 |
Color Harmonies of #C238B9
Complementary color
Monochromatic Colors of #C238B9
Black with #C238B9
Text Example
Text Example
White with #C238B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238B9; }
p { color: rgb(194,56,185); }
H1.HeaderClassName
{
color: #C238B9;
}
.AnyTagClassName
{
color: #C238B9;
}
</style>
background-color css
<style>
a { background-color: #C238B9; }
a { background-color: rgb(194,56,185); }
div.DivClassName
{
background-color: #C238B9;
}
.BgClassName
{
background-color: #C238B9;
}
</style>
border-color css
<style>
span { border-color: #C238B9; }
span { border-color: rgb(194,56,185); }
td.TdClassName
{
border-color: #C238B9;
}
.TagClassName
{
border-color: #C238B9;
}
</style>