Shades of Fuchsia #C249BF
Tints of Fuchsia #C249BF
RGB
CMYK
RGB Variations
Color information
#C249BF (or 0xC249BF) is known color: Fuchsia. HEX triplet: C2, 49 and BF. RGB value is (194,73,191). Sum of RGB (Red+Green+Blue) = 194+73+191=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C249BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249BF is #3DB640. Grayscale: #7A7A7A. Windows color (decimal): -4044353 or 12536258. OLE color: 12536258.
HSL color Cylindrical-coordinate representation of color #C249BF: hue angle of 301.49º 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 #C249BF is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 191 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.24 |
| HSL | 301.49º | 0.5% | 0.52% | - |
| HSV(B) | 301.49º | 0.62% | 0.76% | - |
| XYZ | 34.03 | 20 | 51.36 | - |
| YUV | 122.63 | 166.59 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 191 | 0 | 0.62 | 0.02 | 0.24 | 301.49 | 0.5 | 0.52 |
| Hex | C2 | 49 | BF | 0 | 3E | 2 | 18 | 12D | 32 | 34 |
| Octal | 302 | 111 | 277 | 0 | 76 | 2 | 30 | 455 | 62 | 64 |
| Binary | 11000010 | 1001001 | 10111111 | 0 | 111110 | 10 | 11000 | 100101101 | 110010 | 110100 |
Color Harmonies of #C249BF
Complementary color
Monochromatic Colors of #C249BF
Black with #C249BF
Text Example
Text Example
White with #C249BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249BF; }
p { color: rgb(194,73,191); }
H1.HeaderClassName
{
color: #C249BF;
}
.AnyTagClassName
{
color: #C249BF;
}
</style>
background-color css
<style>
a { background-color: #C249BF; }
a { background-color: rgb(194,73,191); }
div.DivClassName
{
background-color: #C249BF;
}
.BgClassName
{
background-color: #C249BF;
}
</style>
border-color css
<style>
span { border-color: #C249BF; }
span { border-color: rgb(194,73,191); }
td.TdClassName
{
border-color: #C249BF;
}
.TagClassName
{
border-color: #C249BF;
}
</style>