Shades of Fuchsia #C42EB2
Tints of Fuchsia #C42EB2
RGB
CMYK
RGB Variations
Color information
#C42EB2 (or 0xC42EB2) is known color: Fuchsia. HEX triplet: C4, 2E and B2. RGB value is (196,46,178). Sum of RGB (Red+Green+Blue) = 196+46+178=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C42EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42EB2 is #3BD14D. Grayscale: #696969. Windows color (decimal): -3920206 or 11677380. OLE color: 11677380.
HSL color Cylindrical-coordinate representation of color #C42EB2: hue angle of 307.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42EB2 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 178 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.23 |
| HSL | 307.2º | 0.62% | 0.47% | - |
| HSV(B) | 307.2º | 0.77% | 0.77% | - |
| XYZ | 31.78 | 16.9 | 43.71 | - |
| YUV | 105.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 178 | 0 | 0.77 | 0.09 | 0.23 | 307.2 | 0.62 | 0.47 |
| Hex | C4 | 2E | B2 | 0 | 4D | 9 | 17 | 133 | 3E | 2F |
| Octal | 304 | 56 | 262 | 0 | 115 | 11 | 27 | 463 | 76 | 57 |
| Binary | 11000100 | 101110 | 10110010 | 0 | 1001101 | 1001 | 10111 | 100110011 | 111110 | 101111 |
Color Harmonies of #C42EB2
Complementary color
Monochromatic Colors of #C42EB2
Black with #C42EB2
Text Example
Text Example
White with #C42EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EB2; }
p { color: rgb(196,46,178); }
H1.HeaderClassName
{
color: #C42EB2;
}
.AnyTagClassName
{
color: #C42EB2;
}
</style>
background-color css
<style>
a { background-color: #C42EB2; }
a { background-color: rgb(196,46,178); }
div.DivClassName
{
background-color: #C42EB2;
}
.BgClassName
{
background-color: #C42EB2;
}
</style>
border-color css
<style>
span { border-color: #C42EB2; }
span { border-color: rgb(196,46,178); }
td.TdClassName
{
border-color: #C42EB2;
}
.TagClassName
{
border-color: #C42EB2;
}
</style>