Shades of Fuchsia #C044C1
Tints of Fuchsia #C044C1
RGB
CMYK
RGB Variations
Color information
#C044C1 (or 0xC044C1) is known color: Fuchsia. HEX triplet: C0, 44 and C1. RGB value is (192,68,193). Sum of RGB (Red+Green+Blue) = 192+68+193=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #C044C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044C1 is #3FBB3E. Grayscale: #767676. Windows color (decimal): -4176703 or 12666048. OLE color: 12666048.
HSL color Cylindrical-coordinate representation of color #C044C1: hue angle of 299.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C044C1 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 68 | 193 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.24 |
| HSL | 299.52º | 0.5% | 0.51% | - |
| HSV(B) | 299.52º | 0.65% | 0.76% | - |
| XYZ | 33.43 | 19.19 | 52.39 | - |
| YUV | 119.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 193 | 0.01 | 0.65 | 0 | 0.24 | 299.52 | 0.5 | 0.51 |
| Hex | C0 | 44 | C1 | 1 | 41 | 0 | 18 | 12C | 32 | 33 |
| Octal | 300 | 104 | 301 | 1 | 101 | 0 | 30 | 454 | 62 | 63 |
| Binary | 11000000 | 1000100 | 11000001 | 1 | 1000001 | 0 | 11000 | 100101100 | 110010 | 110011 |
Color Harmonies of #C044C1
Complementary color
Monochromatic Colors of #C044C1
Black with #C044C1
Text Example
Text Example
White with #C044C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044C1; }
p { color: rgb(192,68,193); }
H1.HeaderClassName
{
color: #C044C1;
}
.AnyTagClassName
{
color: #C044C1;
}
</style>
background-color css
<style>
a { background-color: #C044C1; }
a { background-color: rgb(192,68,193); }
div.DivClassName
{
background-color: #C044C1;
}
.BgClassName
{
background-color: #C044C1;
}
</style>
border-color css
<style>
span { border-color: #C044C1; }
span { border-color: rgb(192,68,193); }
td.TdClassName
{
border-color: #C044C1;
}
.TagClassName
{
border-color: #C044C1;
}
</style>