Shades of Fuchsia #C42EB3
Tints of Fuchsia #C42EB3
RGB
CMYK
RGB Variations
Color information
#C42EB3 (or 0xC42EB3) is known color: Fuchsia. HEX triplet: C4, 2E and B3. RGB value is (196,46,179). Sum of RGB (Red+Green+Blue) = 196+46+179=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C42EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EB3 is #3BD14C. Grayscale: #696969. Windows color (decimal): -3920205 or 11742916. OLE color: 11742916.
HSL color Cylindrical-coordinate representation of color #C42EB3: hue angle of 306.8º 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 #C42EB3 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 179 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.23 |
| HSL | 306.8º | 0.62% | 0.47% | - |
| HSV(B) | 306.8º | 0.77% | 0.77% | - |
| XYZ | 31.88 | 16.94 | 44.24 | - |
| YUV | 106.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 179 | 0 | 0.77 | 0.09 | 0.23 | 306.8 | 0.62 | 0.47 |
| Hex | C4 | 2E | B3 | 0 | 4D | 9 | 17 | 133 | 3E | 2F |
| Octal | 304 | 56 | 263 | 0 | 115 | 11 | 27 | 463 | 76 | 57 |
| Binary | 11000100 | 101110 | 10110011 | 0 | 1001101 | 1001 | 10111 | 100110011 | 111110 | 101111 |
Color Harmonies of #C42EB3
Complementary color
Monochromatic Colors of #C42EB3
Black with #C42EB3
Text Example
Text Example
White with #C42EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EB3; }
p { color: rgb(196,46,179); }
H1.HeaderClassName
{
color: #C42EB3;
}
.AnyTagClassName
{
color: #C42EB3;
}
</style>
background-color css
<style>
a { background-color: #C42EB3; }
a { background-color: rgb(196,46,179); }
div.DivClassName
{
background-color: #C42EB3;
}
.BgClassName
{
background-color: #C42EB3;
}
</style>
border-color css
<style>
span { border-color: #C42EB3; }
span { border-color: rgb(196,46,179); }
td.TdClassName
{
border-color: #C42EB3;
}
.TagClassName
{
border-color: #C42EB3;
}
</style>