Shades of Fuchsia #C42FC6
Tints of Fuchsia #C42FC6
RGB
CMYK
RGB Variations
Color information
#C42FC6 (or 0xC42FC6) is known color: Fuchsia. HEX triplet: C4, 2F and C6. RGB value is (196,47,198). Sum of RGB (Red+Green+Blue) = 196+47+198=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #C42FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FC6 is #3BD039. Grayscale: #6C6C6C. Windows color (decimal): -3919930 or 12988356. OLE color: 12988356.
HSL color Cylindrical-coordinate representation of color #C42FC6: hue angle of 299.21º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C42FC6 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 47 | 198 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.22 |
| HSL | 299.21º | 0.62% | 0.48% | - |
| HSV(B) | 299.21º | 0.76% | 0.78% | - |
| XYZ | 33.97 | 17.85 | 55.08 | - |
| YUV | 108.77 | 178.36 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 198 | 0.01 | 0.76 | 0 | 0.22 | 299.21 | 0.62 | 0.48 |
| Hex | C4 | 2F | C6 | 1 | 4C | 0 | 16 | 12B | 3E | 30 |
| Octal | 304 | 57 | 306 | 1 | 114 | 0 | 26 | 453 | 76 | 60 |
| Binary | 11000100 | 101111 | 11000110 | 1 | 1001100 | 0 | 10110 | 100101011 | 111110 | 110000 |
Color Harmonies of #C42FC6
Complementary color
Monochromatic Colors of #C42FC6
Black with #C42FC6
Text Example
Text Example
White with #C42FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FC6; }
p { color: rgb(196,47,198); }
H1.HeaderClassName
{
color: #C42FC6;
}
.AnyTagClassName
{
color: #C42FC6;
}
</style>
background-color css
<style>
a { background-color: #C42FC6; }
a { background-color: rgb(196,47,198); }
div.DivClassName
{
background-color: #C42FC6;
}
.BgClassName
{
background-color: #C42FC6;
}
</style>
border-color css
<style>
span { border-color: #C42FC6; }
span { border-color: rgb(196,47,198); }
td.TdClassName
{
border-color: #C42FC6;
}
.TagClassName
{
border-color: #C42FC6;
}
</style>