Shades of Fuchsia #C42EB6
Tints of Fuchsia #C42EB6
RGB
CMYK
RGB Variations
Color information
#C42EB6 (or 0xC42EB6) is known color: Fuchsia. HEX triplet: C4, 2E and B6. RGB value is (196,46,182). Sum of RGB (Red+Green+Blue) = 196+46+182=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C42EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EB6 is #3BD149. Grayscale: #696969. Windows color (decimal): -3920202 or 11939524. OLE color: 11939524.
HSL color Cylindrical-coordinate representation of color #C42EB6: hue angle of 305.6º 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 #C42EB6 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 46 | 182 | - |
CMYK | 0 | 0.77 | 0.07 | 0.23 |
HSL | 305.6º | 0.62% | 0.47% | - |
HSV(B) | 305.6º | 0.77% | 0.77% | - |
XYZ | 32.19 | 17.07 | 45.85 | - |
YUV | 106.35 | 170.7 | 191.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 46 | 182 | 0 | 0.77 | 0.07 | 0.23 | 305.6 | 0.62 | 0.47 |
Hex | C4 | 2E | B6 | 0 | 4D | 7 | 17 | 132 | 3E | 2F |
Octal | 304 | 56 | 266 | 0 | 115 | 7 | 27 | 462 | 76 | 57 |
Binary | 11000100 | 101110 | 10110110 | 0 | 1001101 | 111 | 10111 | 100110010 | 111110 | 101111 |
Color Harmonies of #C42EB6
Complementary color
Monochromatic Colors of #C42EB6
Black with #C42EB6
Text Example
Text Example
White with #C42EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EB6; }
p { color: rgb(196,46,182); }
H1.HeaderClassName
{
color: #C42EB6;
}
.AnyTagClassName
{
color: #C42EB6;
}
</style>
background-color css
<style>
a { background-color: #C42EB6; }
a { background-color: rgb(196,46,182); }
div.DivClassName
{
background-color: #C42EB6;
}
.BgClassName
{
background-color: #C42EB6;
}
</style>
border-color css
<style>
span { border-color: #C42EB6; }
span { border-color: rgb(196,46,182); }
td.TdClassName
{
border-color: #C42EB6;
}
.TagClassName
{
border-color: #C42EB6;
}
</style>