Shades of Fuchsia #C248BA
Tints of Fuchsia #C248BA
RGB
CMYK
RGB Variations
Color information
#C248BA (or 0xC248BA) is known color: Fuchsia. HEX triplet: C2, 48 and BA. RGB value is (194,72,186). Sum of RGB (Red+Green+Blue) = 194+72+186=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C248BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248BA is #3DB745. Grayscale: #797979. Windows color (decimal): -4044614 or 12208322. OLE color: 12208322.
HSL color Cylindrical-coordinate representation of color #C248BA: hue angle of 303.93º 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 #C248BA is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 186 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.24 |
| HSL | 303.93º | 0.5% | 0.52% | - |
| HSV(B) | 303.93º | 0.63% | 0.76% | - |
| XYZ | 33.43 | 19.65 | 48.49 | - |
| YUV | 121.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 186 | 0 | 0.63 | 0.04 | 0.24 | 303.93 | 0.5 | 0.52 |
| Hex | C2 | 48 | BA | 0 | 3F | 4 | 18 | 130 | 32 | 34 |
| Octal | 302 | 110 | 272 | 0 | 77 | 4 | 30 | 460 | 62 | 64 |
| Binary | 11000010 | 1001000 | 10111010 | 0 | 111111 | 100 | 11000 | 100110000 | 110010 | 110100 |
Color Harmonies of #C248BA
Complementary color
Monochromatic Colors of #C248BA
Black with #C248BA
Text Example
Text Example
White with #C248BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C248BA; }
p { color: rgb(194,72,186); }
H1.HeaderClassName
{
color: #C248BA;
}
.AnyTagClassName
{
color: #C248BA;
}
</style>
background-color css
<style>
a { background-color: #C248BA; }
a { background-color: rgb(194,72,186); }
div.DivClassName
{
background-color: #C248BA;
}
.BgClassName
{
background-color: #C248BA;
}
</style>
border-color css
<style>
span { border-color: #C248BA; }
span { border-color: rgb(194,72,186); }
td.TdClassName
{
border-color: #C248BA;
}
.TagClassName
{
border-color: #C248BA;
}
</style>