Shades of Fuchsia #C42FBC
Tints of Fuchsia #C42FBC
RGB
CMYK
RGB Variations
Color information
#C42FBC (or 0xC42FBC) is known color: Fuchsia. HEX triplet: C4, 2F and BC. RGB value is (196,47,188). Sum of RGB (Red+Green+Blue) = 196+47+188=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C42FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FBC is #3BD043. Grayscale: #6B6B6B. Windows color (decimal): -3919940 or 12332996. OLE color: 12332996.
HSL color Cylindrical-coordinate representation of color #C42FBC: hue angle of 303.22º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C42FBC is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 188 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.23 |
| HSL | 303.22º | 0.61% | 0.48% | - |
| HSV(B) | 303.22º | 0.76% | 0.77% | - |
| XYZ | 32.86 | 17.4 | 49.2 | - |
| YUV | 107.63 | 173.36 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 188 | 0 | 0.76 | 0.04 | 0.23 | 303.22 | 0.61 | 0.48 |
| Hex | C4 | 2F | BC | 0 | 4C | 4 | 17 | 12F | 3D | 30 |
| Octal | 304 | 57 | 274 | 0 | 114 | 4 | 27 | 457 | 75 | 60 |
| Binary | 11000100 | 101111 | 10111100 | 0 | 1001100 | 100 | 10111 | 100101111 | 111101 | 110000 |
Color Harmonies of #C42FBC
Complementary color
Monochromatic Colors of #C42FBC
Black with #C42FBC
Text Example
Text Example
White with #C42FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FBC; }
p { color: rgb(196,47,188); }
H1.HeaderClassName
{
color: #C42FBC;
}
.AnyTagClassName
{
color: #C42FBC;
}
</style>
background-color css
<style>
a { background-color: #C42FBC; }
a { background-color: rgb(196,47,188); }
div.DivClassName
{
background-color: #C42FBC;
}
.BgClassName
{
background-color: #C42FBC;
}
</style>
border-color css
<style>
span { border-color: #C42FBC; }
span { border-color: rgb(196,47,188); }
td.TdClassName
{
border-color: #C42FBC;
}
.TagClassName
{
border-color: #C42FBC;
}
</style>