Shades of Fuchsia #C42CC6
Tints of Fuchsia #C42CC6
RGB
CMYK
RGB Variations
Color information
#C42CC6 (or 0xC42CC6) is known color: Fuchsia. HEX triplet: C4, 2C and C6. RGB value is (196,44,198). Sum of RGB (Red+Green+Blue) = 196+44+198=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #C42CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CC6 is #3BD339. Grayscale: #6A6A6A. Windows color (decimal): -3920698 or 12987588. OLE color: 12987588.
HSL color Cylindrical-coordinate representation of color #C42CC6: hue angle of 299.22º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42CC6 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 44 | 198 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.22 |
| HSL | 299.22º | 0.64% | 0.47% | - |
| HSV(B) | 299.22º | 0.78% | 0.78% | - |
| XYZ | 33.86 | 17.61 | 55.04 | - |
| YUV | 107 | 179.36 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 198 | 0.01 | 0.78 | 0 | 0.22 | 299.22 | 0.64 | 0.47 |
| Hex | C4 | 2C | C6 | 1 | 4E | 0 | 16 | 12B | 40 | 2F |
| Octal | 304 | 54 | 306 | 1 | 116 | 0 | 26 | 453 | 100 | 57 |
| Binary | 11000100 | 101100 | 11000110 | 1 | 1001110 | 0 | 10110 | 100101011 | 1000000 | 101111 |
Color Harmonies of #C42CC6
Complementary color
Monochromatic Colors of #C42CC6
Black with #C42CC6
Text Example
Text Example
White with #C42CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CC6; }
p { color: rgb(196,44,198); }
H1.HeaderClassName
{
color: #C42CC6;
}
.AnyTagClassName
{
color: #C42CC6;
}
</style>
background-color css
<style>
a { background-color: #C42CC6; }
a { background-color: rgb(196,44,198); }
div.DivClassName
{
background-color: #C42CC6;
}
.BgClassName
{
background-color: #C42CC6;
}
</style>
border-color css
<style>
span { border-color: #C42CC6; }
span { border-color: rgb(196,44,198); }
td.TdClassName
{
border-color: #C42CC6;
}
.TagClassName
{
border-color: #C42CC6;
}
</style>