Shades of Fuchsia #C249C3
Tints of Fuchsia #C249C3
RGB
CMYK
RGB Variations
Color information
#C249C3 (or 0xC249C3) is known color: Fuchsia. HEX triplet: C2, 49 and C3. RGB value is (194,73,195). Sum of RGB (Red+Green+Blue) = 194+73+195=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 195 - color contains mainly: blue. Hex color #C249C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249C3 is #3DB63C. Grayscale: #7A7A7A. Windows color (decimal): -4044349 or 12798402. OLE color: 12798402.
HSL color Cylindrical-coordinate representation of color #C249C3: hue angle of 299.51º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C249C3 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 195 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.24 |
| HSL | 299.51º | 0.5% | 0.53% | - |
| HSV(B) | 299.51º | 0.63% | 0.76% | - |
| XYZ | 34.48 | 20.17 | 53.71 | - |
| YUV | 123.09 | 168.59 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 195 | 0.01 | 0.63 | 0 | 0.24 | 299.51 | 0.5 | 0.53 |
| Hex | C2 | 49 | C3 | 1 | 3F | 0 | 18 | 12C | 32 | 35 |
| Octal | 302 | 111 | 303 | 1 | 77 | 0 | 30 | 454 | 62 | 65 |
| Binary | 11000010 | 1001001 | 11000011 | 1 | 111111 | 0 | 11000 | 100101100 | 110010 | 110101 |
Color Harmonies of #C249C3
Complementary color
Monochromatic Colors of #C249C3
Black with #C249C3
Text Example
Text Example
White with #C249C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249C3; }
p { color: rgb(194,73,195); }
H1.HeaderClassName
{
color: #C249C3;
}
.AnyTagClassName
{
color: #C249C3;
}
</style>
background-color css
<style>
a { background-color: #C249C3; }
a { background-color: rgb(194,73,195); }
div.DivClassName
{
background-color: #C249C3;
}
.BgClassName
{
background-color: #C249C3;
}
</style>
border-color css
<style>
span { border-color: #C249C3; }
span { border-color: rgb(194,73,195); }
td.TdClassName
{
border-color: #C249C3;
}
.TagClassName
{
border-color: #C249C3;
}
</style>