Shades of Fuchsia #C249BD
Tints of Fuchsia #C249BD
RGB
CMYK
RGB Variations
Color information
#C249BD (or 0xC249BD) is known color: Fuchsia. HEX triplet: C2, 49 and BD. RGB value is (194,73,189). Sum of RGB (Red+Green+Blue) = 194+73+189=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C249BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249BD is #3DB642. Grayscale: #7A7A7A. Windows color (decimal): -4044355 or 12405186. OLE color: 12405186.
HSL color Cylindrical-coordinate representation of color #C249BD: hue angle of 302.48º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C249BD is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 189 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.24 |
| HSL | 302.48º | 0.5% | 0.52% | - |
| HSV(B) | 302.48º | 0.62% | 0.76% | - |
| XYZ | 33.82 | 19.91 | 50.2 | - |
| YUV | 122.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 189 | 0 | 0.62 | 0.03 | 0.24 | 302.48 | 0.5 | 0.52 |
| Hex | C2 | 49 | BD | 0 | 3E | 3 | 18 | 12E | 32 | 34 |
| Octal | 302 | 111 | 275 | 0 | 76 | 3 | 30 | 456 | 62 | 64 |
| Binary | 11000010 | 1001001 | 10111101 | 0 | 111110 | 11 | 11000 | 100101110 | 110010 | 110100 |
Color Harmonies of #C249BD
Complementary color
Monochromatic Colors of #C249BD
Black with #C249BD
Text Example
Text Example
White with #C249BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249BD; }
p { color: rgb(194,73,189); }
H1.HeaderClassName
{
color: #C249BD;
}
.AnyTagClassName
{
color: #C249BD;
}
</style>
background-color css
<style>
a { background-color: #C249BD; }
a { background-color: rgb(194,73,189); }
div.DivClassName
{
background-color: #C249BD;
}
.BgClassName
{
background-color: #C249BD;
}
</style>
border-color css
<style>
span { border-color: #C249BD; }
span { border-color: rgb(194,73,189); }
td.TdClassName
{
border-color: #C249BD;
}
.TagClassName
{
border-color: #C249BD;
}
</style>