Shades of Fuchsia #C249C0
Tints of Fuchsia #C249C0
RGB
CMYK
RGB Variations
Color information
#C249C0 (or 0xC249C0) is known color: Fuchsia. HEX triplet: C2, 49 and C0. RGB value is (194,73,192). Sum of RGB (Red+Green+Blue) = 194+73+192=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C249C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249C0 is #3DB63F. Grayscale: #7A7A7A. Windows color (decimal): -4044352 or 12601794. OLE color: 12601794.
HSL color Cylindrical-coordinate representation of color #C249C0: hue angle of 300.99º 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 #C249C0 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 192 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.24 |
| HSL | 300.99º | 0.5% | 0.52% | - |
| HSV(B) | 300.99º | 0.62% | 0.76% | - |
| XYZ | 34.15 | 20.04 | 51.94 | - |
| YUV | 122.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 192 | 0 | 0.62 | 0.01 | 0.24 | 300.99 | 0.5 | 0.52 |
| Hex | C2 | 49 | C0 | 0 | 3E | 1 | 18 | 12D | 32 | 34 |
| Octal | 302 | 111 | 300 | 0 | 76 | 1 | 30 | 455 | 62 | 64 |
| Binary | 11000010 | 1001001 | 11000000 | 0 | 111110 | 1 | 11000 | 100101101 | 110010 | 110100 |
Color Harmonies of #C249C0
Complementary color
Monochromatic Colors of #C249C0
Black with #C249C0
Text Example
Text Example
White with #C249C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249C0; }
p { color: rgb(194,73,192); }
H1.HeaderClassName
{
color: #C249C0;
}
.AnyTagClassName
{
color: #C249C0;
}
</style>
background-color css
<style>
a { background-color: #C249C0; }
a { background-color: rgb(194,73,192); }
div.DivClassName
{
background-color: #C249C0;
}
.BgClassName
{
background-color: #C249C0;
}
</style>
border-color css
<style>
span { border-color: #C249C0; }
span { border-color: rgb(194,73,192); }
td.TdClassName
{
border-color: #C249C0;
}
.TagClassName
{
border-color: #C249C0;
}
</style>