Shades of Fuchsia #C42EB5
Tints of Fuchsia #C42EB5
RGB
CMYK
RGB Variations
Color information
#C42EB5 (or 0xC42EB5) is known color: Fuchsia. HEX triplet: C4, 2E and B5. RGB value is (196,46,181). Sum of RGB (Red+Green+Blue) = 196+46+181=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C42EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EB5 is #3BD14A. Grayscale: #696969. Windows color (decimal): -3920203 or 11873988. OLE color: 11873988.
HSL color Cylindrical-coordinate representation of color #C42EB5: hue angle of 306º 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 #C42EB5 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 181 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.23 |
| HSL | 306º | 0.62% | 0.47% | - |
| HSV(B) | 306º | 0.77% | 0.77% | - |
| XYZ | 32.08 | 17.03 | 45.31 | - |
| YUV | 106.24 | 170.2 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 181 | 0 | 0.77 | 0.08 | 0.23 | 306 | 0.62 | 0.47 |
| Hex | C4 | 2E | B5 | 0 | 4D | 8 | 17 | 132 | 3E | 2F |
| Octal | 304 | 56 | 265 | 0 | 115 | 10 | 27 | 462 | 76 | 57 |
| Binary | 11000100 | 101110 | 10110101 | 0 | 1001101 | 1000 | 10111 | 100110010 | 111110 | 101111 |
Color Harmonies of #C42EB5
Complementary color
Monochromatic Colors of #C42EB5
Black with #C42EB5
Text Example
Text Example
White with #C42EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EB5; }
p { color: rgb(196,46,181); }
H1.HeaderClassName
{
color: #C42EB5;
}
.AnyTagClassName
{
color: #C42EB5;
}
</style>
background-color css
<style>
a { background-color: #C42EB5; }
a { background-color: rgb(196,46,181); }
div.DivClassName
{
background-color: #C42EB5;
}
.BgClassName
{
background-color: #C42EB5;
}
</style>
border-color css
<style>
span { border-color: #C42EB5; }
span { border-color: rgb(196,46,181); }
td.TdClassName
{
border-color: #C42EB5;
}
.TagClassName
{
border-color: #C42EB5;
}
</style>