Shades of Fuchsia #C42EC3
Tints of Fuchsia #C42EC3
RGB
CMYK
RGB Variations
Color information
#C42EC3 (or 0xC42EC3) is known color: Fuchsia. HEX triplet: C4, 2E and C3. RGB value is (196,46,195). Sum of RGB (Red+Green+Blue) = 196+46+195=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C42EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EC3 is #3BD13C. Grayscale: #6B6B6B. Windows color (decimal): -3920189 or 12791492. OLE color: 12791492.
HSL color Cylindrical-coordinate representation of color #C42EC3: hue angle of 300.4º 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 #C42EC3 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 46 | 195 | - |
CMYK | 0 | 0.77 | 0.01 | 0.23 |
HSL | 300.4º | 0.62% | 0.47% | - |
HSV(B) | 300.4º | 0.77% | 0.77% | - |
XYZ | 33.59 | 17.63 | 53.26 | - |
YUV | 107.84 | 177.2 | 190.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 46 | 195 | 0 | 0.77 | 0.01 | 0.23 | 300.4 | 0.62 | 0.47 |
Hex | C4 | 2E | C3 | 0 | 4D | 1 | 17 | 12C | 3E | 2F |
Octal | 304 | 56 | 303 | 0 | 115 | 1 | 27 | 454 | 76 | 57 |
Binary | 11000100 | 101110 | 11000011 | 0 | 1001101 | 1 | 10111 | 100101100 | 111110 | 101111 |
Color Harmonies of #C42EC3
Complementary color
Monochromatic Colors of #C42EC3
Black with #C42EC3
Text Example
Text Example
White with #C42EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EC3; }
p { color: rgb(196,46,195); }
H1.HeaderClassName
{
color: #C42EC3;
}
.AnyTagClassName
{
color: #C42EC3;
}
</style>
background-color css
<style>
a { background-color: #C42EC3; }
a { background-color: rgb(196,46,195); }
div.DivClassName
{
background-color: #C42EC3;
}
.BgClassName
{
background-color: #C42EC3;
}
</style>
border-color css
<style>
span { border-color: #C42EC3; }
span { border-color: rgb(196,46,195); }
td.TdClassName
{
border-color: #C42EC3;
}
.TagClassName
{
border-color: #C42EC3;
}
</style>