Shades of Fuchsia #C044B3
Tints of Fuchsia #C044B3
RGB
CMYK
RGB Variations
Color information
#C044B3 (or 0xC044B3) is known color: Fuchsia. HEX triplet: C0, 44 and B3. RGB value is (192,68,179). Sum of RGB (Red+Green+Blue) = 192+68+179=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C044B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044B3 is #3FBB4C. Grayscale: #757575. Windows color (decimal): -4176717 or 11748544. OLE color: 11748544.
HSL color Cylindrical-coordinate representation of color #C044B3: hue angle of 306.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C044B3 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 179 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.25 |
| HSL | 306.29º | 0.5% | 0.51% | - |
| HSV(B) | 306.29º | 0.65% | 0.75% | - |
| XYZ | 31.94 | 18.6 | 44.55 | - |
| YUV | 117.73 | 162.58 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 179 | 0 | 0.65 | 0.07 | 0.25 | 306.29 | 0.5 | 0.51 |
| Hex | C0 | 44 | B3 | 0 | 41 | 7 | 19 | 132 | 32 | 33 |
| Octal | 300 | 104 | 263 | 0 | 101 | 7 | 31 | 462 | 62 | 63 |
| Binary | 11000000 | 1000100 | 10110011 | 0 | 1000001 | 111 | 11001 | 100110010 | 110010 | 110011 |
Color Harmonies of #C044B3
Complementary color
Monochromatic Colors of #C044B3
Black with #C044B3
Text Example
Text Example
White with #C044B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044B3; }
p { color: rgb(192,68,179); }
H1.HeaderClassName
{
color: #C044B3;
}
.AnyTagClassName
{
color: #C044B3;
}
</style>
background-color css
<style>
a { background-color: #C044B3; }
a { background-color: rgb(192,68,179); }
div.DivClassName
{
background-color: #C044B3;
}
.BgClassName
{
background-color: #C044B3;
}
</style>
border-color css
<style>
span { border-color: #C044B3; }
span { border-color: rgb(192,68,179); }
td.TdClassName
{
border-color: #C044B3;
}
.TagClassName
{
border-color: #C044B3;
}
</style>