Shades of Fuchsia #C044BC
Tints of Fuchsia #C044BC
RGB
CMYK
RGB Variations
Color information
#C044BC (or 0xC044BC) is known color: Fuchsia. HEX triplet: C0, 44 and BC. RGB value is (192,68,188). Sum of RGB (Red+Green+Blue) = 192+68+188=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C044BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044BC is #3FBB43. Grayscale: #767676. Windows color (decimal): -4176708 or 12338368. OLE color: 12338368.
HSL color Cylindrical-coordinate representation of color #C044BC: hue angle of 301.94º 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 #C044BC is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 188 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.25 |
| HSL | 301.94º | 0.5% | 0.51% | - |
| HSV(B) | 301.94º | 0.65% | 0.75% | - |
| XYZ | 32.88 | 18.97 | 49.51 | - |
| YUV | 118.76 | 167.08 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 188 | 0 | 0.65 | 0.02 | 0.25 | 301.94 | 0.5 | 0.51 |
| Hex | C0 | 44 | BC | 0 | 41 | 2 | 19 | 12E | 32 | 33 |
| Octal | 300 | 104 | 274 | 0 | 101 | 2 | 31 | 456 | 62 | 63 |
| Binary | 11000000 | 1000100 | 10111100 | 0 | 1000001 | 10 | 11001 | 100101110 | 110010 | 110011 |
Color Harmonies of #C044BC
Complementary color
Monochromatic Colors of #C044BC
Black with #C044BC
Text Example
Text Example
White with #C044BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044BC; }
p { color: rgb(192,68,188); }
H1.HeaderClassName
{
color: #C044BC;
}
.AnyTagClassName
{
color: #C044BC;
}
</style>
background-color css
<style>
a { background-color: #C044BC; }
a { background-color: rgb(192,68,188); }
div.DivClassName
{
background-color: #C044BC;
}
.BgClassName
{
background-color: #C044BC;
}
</style>
border-color css
<style>
span { border-color: #C044BC; }
span { border-color: rgb(192,68,188); }
td.TdClassName
{
border-color: #C044BC;
}
.TagClassName
{
border-color: #C044BC;
}
</style>