Shades of Fuchsia #C044C6
Tints of Fuchsia #C044C6
RGB
CMYK
RGB Variations
Color information
#C044C6 (or 0xC044C6) is known color: Fuchsia. HEX triplet: C0, 44 and C6. RGB value is (192,68,198). Sum of RGB (Red+Green+Blue) = 192+68+198=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #C044C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044C6 is #3FBB39. Grayscale: #777777. Windows color (decimal): -4176698 or 12993728. OLE color: 12993728.
HSL color Cylindrical-coordinate representation of color #C044C6: hue angle of 297.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C044C6 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 68 | 198 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.22 |
| HSL | 297.23º | 0.53% | 0.52% | - |
| HSV(B) | 297.23º | 0.66% | 0.78% | - |
| XYZ | 34 | 19.42 | 55.38 | - |
| YUV | 119.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 198 | 0.03 | 0.66 | 0 | 0.22 | 297.23 | 0.53 | 0.52 |
| Hex | C0 | 44 | C6 | 3 | 42 | 0 | 16 | 129 | 35 | 34 |
| Octal | 300 | 104 | 306 | 3 | 102 | 0 | 26 | 451 | 65 | 64 |
| Binary | 11000000 | 1000100 | 11000110 | 11 | 1000010 | 0 | 10110 | 100101001 | 110101 | 110100 |
Color Harmonies of #C044C6
Complementary color
Monochromatic Colors of #C044C6
Black with #C044C6
Text Example
Text Example
White with #C044C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044C6; }
p { color: rgb(192,68,198); }
H1.HeaderClassName
{
color: #C044C6;
}
.AnyTagClassName
{
color: #C044C6;
}
</style>
background-color css
<style>
a { background-color: #C044C6; }
a { background-color: rgb(192,68,198); }
div.DivClassName
{
background-color: #C044C6;
}
.BgClassName
{
background-color: #C044C6;
}
</style>
border-color css
<style>
span { border-color: #C044C6; }
span { border-color: rgb(192,68,198); }
td.TdClassName
{
border-color: #C044C6;
}
.TagClassName
{
border-color: #C044C6;
}
</style>