Shades of Fuchsia #C040C6
Tints of Fuchsia #C040C6
RGB
CMYK
RGB Variations
Color information
#C040C6 (or 0xC040C6) is known color: Fuchsia. HEX triplet: C0, 40 and C6. RGB value is (192,64,198). Sum of RGB (Red+Green+Blue) = 192+64+198=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #C040C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040C6 is #3FBF39. Grayscale: #757575. Windows color (decimal): -4177722 or 12992704. OLE color: 12992704.
HSL color Cylindrical-coordinate representation of color #C040C6: hue angle of 297.31º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C040C6 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 64 | 198 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.22 |
| HSL | 297.31º | 0.54% | 0.51% | - |
| HSV(B) | 297.31º | 0.68% | 0.78% | - |
| XYZ | 33.76 | 18.95 | 55.3 | - |
| YUV | 117.55 | 173.41 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 198 | 0.03 | 0.68 | 0 | 0.22 | 297.31 | 0.54 | 0.51 |
| Hex | C0 | 40 | C6 | 3 | 44 | 0 | 16 | 129 | 36 | 33 |
| Octal | 300 | 100 | 306 | 3 | 104 | 0 | 26 | 451 | 66 | 63 |
| Binary | 11000000 | 1000000 | 11000110 | 11 | 1000100 | 0 | 10110 | 100101001 | 110110 | 110011 |
Color Harmonies of #C040C6
Complementary color
Monochromatic Colors of #C040C6
Black with #C040C6
Text Example
Text Example
White with #C040C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040C6; }
p { color: rgb(192,64,198); }
H1.HeaderClassName
{
color: #C040C6;
}
.AnyTagClassName
{
color: #C040C6;
}
</style>
background-color css
<style>
a { background-color: #C040C6; }
a { background-color: rgb(192,64,198); }
div.DivClassName
{
background-color: #C040C6;
}
.BgClassName
{
background-color: #C040C6;
}
</style>
border-color css
<style>
span { border-color: #C040C6; }
span { border-color: rgb(192,64,198); }
td.TdClassName
{
border-color: #C040C6;
}
.TagClassName
{
border-color: #C040C6;
}
</style>