Shades of Fuchsia #C248B9
Tints of Fuchsia #C248B9
RGB
CMYK
RGB Variations
Color information
#C248B9 (or 0xC248B9) is known color: Fuchsia. HEX triplet: C2, 48 and B9. RGB value is (194,72,185). Sum of RGB (Red+Green+Blue) = 194+72+185=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C248B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248B9 is #3DB746. Grayscale: #797979. Windows color (decimal): -4044615 or 12142786. OLE color: 12142786.
HSL color Cylindrical-coordinate representation of color #C248B9: hue angle of 304.43º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C248B9 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 185 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.24 |
| HSL | 304.43º | 0.5% | 0.52% | - |
| HSV(B) | 304.43º | 0.63% | 0.76% | - |
| XYZ | 33.32 | 19.61 | 47.93 | - |
| YUV | 121.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 185 | 0 | 0.63 | 0.05 | 0.24 | 304.43 | 0.5 | 0.52 |
| Hex | C2 | 48 | B9 | 0 | 3F | 5 | 18 | 130 | 32 | 34 |
| Octal | 302 | 110 | 271 | 0 | 77 | 5 | 30 | 460 | 62 | 64 |
| Binary | 11000010 | 1001000 | 10111001 | 0 | 111111 | 101 | 11000 | 100110000 | 110010 | 110100 |
Color Harmonies of #C248B9
Complementary color
Monochromatic Colors of #C248B9
Black with #C248B9
Text Example
Text Example
White with #C248B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C248B9; }
p { color: rgb(194,72,185); }
H1.HeaderClassName
{
color: #C248B9;
}
.AnyTagClassName
{
color: #C248B9;
}
</style>
background-color css
<style>
a { background-color: #C248B9; }
a { background-color: rgb(194,72,185); }
div.DivClassName
{
background-color: #C248B9;
}
.BgClassName
{
background-color: #C248B9;
}
</style>
border-color css
<style>
span { border-color: #C248B9; }
span { border-color: rgb(194,72,185); }
td.TdClassName
{
border-color: #C248B9;
}
.TagClassName
{
border-color: #C248B9;
}
</style>