Shades of Fuchsia #C049C1
Tints of Fuchsia #C049C1
RGB
CMYK
RGB Variations
Color information
#C049C1 (or 0xC049C1) is known color: Fuchsia. HEX triplet: C0, 49 and C1. RGB value is (192,73,193). Sum of RGB (Red+Green+Blue) = 192+73+193=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #C049C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049C1 is #3FB63E. Grayscale: #797979. Windows color (decimal): -4175423 or 12667328. OLE color: 12667328.
HSL color Cylindrical-coordinate representation of color #C049C1: hue angle of 299.5º degrees, saturation: 0.49, 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 #C049C1 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 73 | 193 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.24 |
| HSL | 299.5º | 0.49% | 0.52% | - |
| HSV(B) | 299.5º | 0.62% | 0.76% | - |
| XYZ | 33.75 | 19.82 | 52.5 | - |
| YUV | 122.26 | 167.92 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 193 | 0.01 | 0.62 | 0 | 0.24 | 299.5 | 0.49 | 0.52 |
| Hex | C0 | 49 | C1 | 1 | 3E | 0 | 18 | 12C | 31 | 34 |
| Octal | 300 | 111 | 301 | 1 | 76 | 0 | 30 | 454 | 61 | 64 |
| Binary | 11000000 | 1001001 | 11000001 | 1 | 111110 | 0 | 11000 | 100101100 | 110001 | 110100 |
Color Harmonies of #C049C1
Complementary color
Monochromatic Colors of #C049C1
Black with #C049C1
Text Example
Text Example
White with #C049C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049C1; }
p { color: rgb(192,73,193); }
H1.HeaderClassName
{
color: #C049C1;
}
.AnyTagClassName
{
color: #C049C1;
}
</style>
background-color css
<style>
a { background-color: #C049C1; }
a { background-color: rgb(192,73,193); }
div.DivClassName
{
background-color: #C049C1;
}
.BgClassName
{
background-color: #C049C1;
}
</style>
border-color css
<style>
span { border-color: #C049C1; }
span { border-color: rgb(192,73,193); }
td.TdClassName
{
border-color: #C049C1;
}
.TagClassName
{
border-color: #C049C1;
}
</style>