Shades of Fuchsia #C42ABA
Tints of Fuchsia #C42ABA
RGB
CMYK
RGB Variations
Color information
#C42ABA (or 0xC42ABA) is known color: Fuchsia. HEX triplet: C4, 2A and BA. RGB value is (196,42,186). Sum of RGB (Red+Green+Blue) = 196+42+186=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C42ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42ABA is #3BD545. Grayscale: #686868. Windows color (decimal): -3921222 or 12200644. OLE color: 12200644.
HSL color Cylindrical-coordinate representation of color #C42ABA: hue angle of 303.9º 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 #C42ABA is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 186 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.23 |
| HSL | 303.9º | 0.65% | 0.47% | - |
| HSV(B) | 303.9º | 0.79% | 0.77% | - |
| XYZ | 32.46 | 16.94 | 48.01 | - |
| YUV | 104.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 186 | 0 | 0.79 | 0.05 | 0.23 | 303.9 | 0.65 | 0.47 |
| Hex | C4 | 2A | BA | 0 | 4F | 5 | 17 | 130 | 41 | 2F |
| Octal | 304 | 52 | 272 | 0 | 117 | 5 | 27 | 460 | 101 | 57 |
| Binary | 11000100 | 101010 | 10111010 | 0 | 1001111 | 101 | 10111 | 100110000 | 1000001 | 101111 |
Color Harmonies of #C42ABA
Complementary color
Monochromatic Colors of #C42ABA
Black with #C42ABA
Text Example
Text Example
White with #C42ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42ABA; }
p { color: rgb(196,42,186); }
H1.HeaderClassName
{
color: #C42ABA;
}
.AnyTagClassName
{
color: #C42ABA;
}
</style>
background-color css
<style>
a { background-color: #C42ABA; }
a { background-color: rgb(196,42,186); }
div.DivClassName
{
background-color: #C42ABA;
}
.BgClassName
{
background-color: #C42ABA;
}
</style>
border-color css
<style>
span { border-color: #C42ABA; }
span { border-color: rgb(196,42,186); }
td.TdClassName
{
border-color: #C42ABA;
}
.TagClassName
{
border-color: #C42ABA;
}
</style>