Shades of Fuchsia #C249C6
Tints of Fuchsia #C249C6
RGB
CMYK
RGB Variations
Color information
#C249C6 (or 0xC249C6) is known color: Fuchsia. HEX triplet: C2, 49 and C6. RGB value is (194,73,198). Sum of RGB (Red+Green+Blue) = 194+73+198=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #C249C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249C6 is #3DB639. Grayscale: #7B7B7B. Windows color (decimal): -4044346 or 12995010. OLE color: 12995010.
HSL color Cylindrical-coordinate representation of color #C249C6: hue angle of 298.08º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C249C6 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 73 | 198 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.22 |
| HSL | 298.08º | 0.52% | 0.53% | - |
| HSV(B) | 298.08º | 0.63% | 0.78% | - |
| XYZ | 34.82 | 20.31 | 55.51 | - |
| YUV | 123.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 198 | 0.02 | 0.63 | 0 | 0.22 | 298.08 | 0.52 | 0.53 |
| Hex | C2 | 49 | C6 | 2 | 3F | 0 | 16 | 12A | 34 | 35 |
| Octal | 302 | 111 | 306 | 2 | 77 | 0 | 26 | 452 | 64 | 65 |
| Binary | 11000010 | 1001001 | 11000110 | 10 | 111111 | 0 | 10110 | 100101010 | 110100 | 110101 |
Color Harmonies of #C249C6
Complementary color
Monochromatic Colors of #C249C6
Black with #C249C6
Text Example
Text Example
White with #C249C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249C6; }
p { color: rgb(194,73,198); }
H1.HeaderClassName
{
color: #C249C6;
}
.AnyTagClassName
{
color: #C249C6;
}
</style>
background-color css
<style>
a { background-color: #C249C6; }
a { background-color: rgb(194,73,198); }
div.DivClassName
{
background-color: #C249C6;
}
.BgClassName
{
background-color: #C249C6;
}
</style>
border-color css
<style>
span { border-color: #C249C6; }
span { border-color: rgb(194,73,198); }
td.TdClassName
{
border-color: #C249C6;
}
.TagClassName
{
border-color: #C249C6;
}
</style>