Shades of Fuchsia #C42FBF
Tints of Fuchsia #C42FBF
RGB
CMYK
RGB Variations
Color information
#C42FBF (or 0xC42FBF) is known color: Fuchsia. HEX triplet: C4, 2F and BF. RGB value is (196,47,191). Sum of RGB (Red+Green+Blue) = 196+47+191=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C42FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FBF is #3BD040. Grayscale: #6B6B6B. Windows color (decimal): -3919937 or 12529604. OLE color: 12529604.
HSL color Cylindrical-coordinate representation of color #C42FBF: hue angle of 302.01º 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 #C42FBF is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 191 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.23 |
| HSL | 302.01º | 0.61% | 0.48% | - |
| HSV(B) | 302.01º | 0.76% | 0.77% | - |
| XYZ | 33.19 | 17.53 | 50.92 | - |
| YUV | 107.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 191 | 0 | 0.76 | 0.03 | 0.23 | 302.01 | 0.61 | 0.48 |
| Hex | C4 | 2F | BF | 0 | 4C | 3 | 17 | 12E | 3D | 30 |
| Octal | 304 | 57 | 277 | 0 | 114 | 3 | 27 | 456 | 75 | 60 |
| Binary | 11000100 | 101111 | 10111111 | 0 | 1001100 | 11 | 10111 | 100101110 | 111101 | 110000 |
Color Harmonies of #C42FBF
Complementary color
Monochromatic Colors of #C42FBF
Black with #C42FBF
Text Example
Text Example
White with #C42FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FBF; }
p { color: rgb(196,47,191); }
H1.HeaderClassName
{
color: #C42FBF;
}
.AnyTagClassName
{
color: #C42FBF;
}
</style>
background-color css
<style>
a { background-color: #C42FBF; }
a { background-color: rgb(196,47,191); }
div.DivClassName
{
background-color: #C42FBF;
}
.BgClassName
{
background-color: #C42FBF;
}
</style>
border-color css
<style>
span { border-color: #C42FBF; }
span { border-color: rgb(196,47,191); }
td.TdClassName
{
border-color: #C42FBF;
}
.TagClassName
{
border-color: #C42FBF;
}
</style>