Shades of Fuchsia #C42AB4
Tints of Fuchsia #C42AB4
RGB
CMYK
RGB Variations
Color information
#C42AB4 (or 0xC42AB4) is known color: Fuchsia. HEX triplet: C4, 2A and B4. RGB value is (196,42,180). Sum of RGB (Red+Green+Blue) = 196+42+180=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C42AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42AB4 is #3BD54B. Grayscale: #676767. Windows color (decimal): -3921228 or 11807428. OLE color: 11807428.
HSL color Cylindrical-coordinate representation of color #C42AB4: hue angle of 306.23º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42AB4 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 42 | 180 | - |
CMYK | 0 | 0.79 | 0.08 | 0.23 |
HSL | 306.23º | 0.65% | 0.47% | - |
HSV(B) | 306.23º | 0.79% | 0.77% | - |
XYZ | 31.83 | 16.69 | 44.72 | - |
YUV | 103.78 | 171.02 | 193.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 42 | 180 | 0 | 0.79 | 0.08 | 0.23 | 306.23 | 0.65 | 0.47 |
Hex | C4 | 2A | B4 | 0 | 4F | 8 | 17 | 132 | 41 | 2F |
Octal | 304 | 52 | 264 | 0 | 117 | 10 | 27 | 462 | 101 | 57 |
Binary | 11000100 | 101010 | 10110100 | 0 | 1001111 | 1000 | 10111 | 100110010 | 1000001 | 101111 |
Color Harmonies of #C42AB4
Complementary color
Monochromatic Colors of #C42AB4
Black with #C42AB4
Text Example
Text Example
White with #C42AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42AB4; }
p { color: rgb(196,42,180); }
H1.HeaderClassName
{
color: #C42AB4;
}
.AnyTagClassName
{
color: #C42AB4;
}
</style>
background-color css
<style>
a { background-color: #C42AB4; }
a { background-color: rgb(196,42,180); }
div.DivClassName
{
background-color: #C42AB4;
}
.BgClassName
{
background-color: #C42AB4;
}
</style>
border-color css
<style>
span { border-color: #C42AB4; }
span { border-color: rgb(196,42,180); }
td.TdClassName
{
border-color: #C42AB4;
}
.TagClassName
{
border-color: #C42AB4;
}
</style>