Shades of Fuchsia #C42CBA
Tints of Fuchsia #C42CBA
RGB
CMYK
RGB Variations
Color information
#C42CBA (or 0xC42CBA) is known color: Fuchsia. HEX triplet: C4, 2C and BA. RGB value is (196,44,186). Sum of RGB (Red+Green+Blue) = 196+44+186=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C42CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CBA is #3BD345. Grayscale: #696969. Windows color (decimal): -3920710 or 12201156. OLE color: 12201156.
HSL color Cylindrical-coordinate representation of color #C42CBA: hue angle of 303.95º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42CBA is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 186 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.23 |
| HSL | 303.95º | 0.63% | 0.47% | - |
| HSV(B) | 303.95º | 0.78% | 0.77% | - |
| XYZ | 32.53 | 17.08 | 48.04 | - |
| YUV | 105.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 186 | 0 | 0.78 | 0.05 | 0.23 | 303.95 | 0.63 | 0.47 |
| Hex | C4 | 2C | BA | 0 | 4E | 5 | 17 | 130 | 3F | 2F |
| Octal | 304 | 54 | 272 | 0 | 116 | 5 | 27 | 460 | 77 | 57 |
| Binary | 11000100 | 101100 | 10111010 | 0 | 1001110 | 101 | 10111 | 100110000 | 111111 | 101111 |
Color Harmonies of #C42CBA
Complementary color
Monochromatic Colors of #C42CBA
Black with #C42CBA
Text Example
Text Example
White with #C42CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CBA; }
p { color: rgb(196,44,186); }
H1.HeaderClassName
{
color: #C42CBA;
}
.AnyTagClassName
{
color: #C42CBA;
}
</style>
background-color css
<style>
a { background-color: #C42CBA; }
a { background-color: rgb(196,44,186); }
div.DivClassName
{
background-color: #C42CBA;
}
.BgClassName
{
background-color: #C42CBA;
}
</style>
border-color css
<style>
span { border-color: #C42CBA; }
span { border-color: rgb(196,44,186); }
td.TdClassName
{
border-color: #C42CBA;
}
.TagClassName
{
border-color: #C42CBA;
}
</style>