Shades of Fuchsia #C248BD
Tints of Fuchsia #C248BD
RGB
CMYK
RGB Variations
Color information
#C248BD (or 0xC248BD) is known color: Fuchsia. HEX triplet: C2, 48 and BD. RGB value is (194,72,189). Sum of RGB (Red+Green+Blue) = 194+72+189=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C248BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248BD is #3DB742. Grayscale: #797979. Windows color (decimal): -4044611 or 12404930. OLE color: 12404930.
HSL color Cylindrical-coordinate representation of color #C248BD: hue angle of 302.46º 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 #C248BD is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 189 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.24 |
| HSL | 302.46º | 0.5% | 0.52% | - |
| HSV(B) | 302.46º | 0.63% | 0.76% | - |
| XYZ | 33.75 | 19.78 | 50.18 | - |
| YUV | 121.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 189 | 0 | 0.63 | 0.03 | 0.24 | 302.46 | 0.5 | 0.52 |
| Hex | C2 | 48 | BD | 0 | 3F | 3 | 18 | 12E | 32 | 34 |
| Octal | 302 | 110 | 275 | 0 | 77 | 3 | 30 | 456 | 62 | 64 |
| Binary | 11000010 | 1001000 | 10111101 | 0 | 111111 | 11 | 11000 | 100101110 | 110010 | 110100 |
Color Harmonies of #C248BD
Complementary color
Monochromatic Colors of #C248BD
Black with #C248BD
Text Example
Text Example
White with #C248BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C248BD; }
p { color: rgb(194,72,189); }
H1.HeaderClassName
{
color: #C248BD;
}
.AnyTagClassName
{
color: #C248BD;
}
</style>
background-color css
<style>
a { background-color: #C248BD; }
a { background-color: rgb(194,72,189); }
div.DivClassName
{
background-color: #C248BD;
}
.BgClassName
{
background-color: #C248BD;
}
</style>
border-color css
<style>
span { border-color: #C248BD; }
span { border-color: rgb(194,72,189); }
td.TdClassName
{
border-color: #C248BD;
}
.TagClassName
{
border-color: #C248BD;
}
</style>