Shades of Fuchsia #C42DCC
Tints of Fuchsia #C42DCC
RGB
CMYK
RGB Variations
Color information
#C42DCC (or 0xC42DCC) is known color: Fuchsia. HEX triplet: C4, 2D and CC. RGB value is (196,45,204). Sum of RGB (Red+Green+Blue) = 196+45+204=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #C42DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DCC is #3BD233. Grayscale: #6B6B6B. Windows color (decimal): -3920436 or 13381060. OLE color: 13381060.
HSL color Cylindrical-coordinate representation of color #C42DCC: hue angle of 296.98º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42DCC is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 45 | 204 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.2 |
| HSL | 296.98º | 0.64% | 0.49% | - |
| HSV(B) | 296.98º | 0.78% | 0.8% | - |
| XYZ | 34.6 | 17.97 | 58.77 | - |
| YUV | 108.28 | 182.03 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 204 | 0.04 | 0.78 | 0 | 0.2 | 296.98 | 0.64 | 0.49 |
| Hex | C4 | 2D | CC | 4 | 4E | 0 | 14 | 129 | 40 | 31 |
| Octal | 304 | 55 | 314 | 4 | 116 | 0 | 24 | 451 | 100 | 61 |
| Binary | 11000100 | 101101 | 11001100 | 100 | 1001110 | 0 | 10100 | 100101001 | 1000000 | 110001 |
Color Harmonies of #C42DCC
Complementary color
Monochromatic Colors of #C42DCC
Black with #C42DCC
Text Example
Text Example
White with #C42DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DCC; }
p { color: rgb(196,45,204); }
H1.HeaderClassName
{
color: #C42DCC;
}
.AnyTagClassName
{
color: #C42DCC;
}
</style>
background-color css
<style>
a { background-color: #C42DCC; }
a { background-color: rgb(196,45,204); }
div.DivClassName
{
background-color: #C42DCC;
}
.BgClassName
{
background-color: #C42DCC;
}
</style>
border-color css
<style>
span { border-color: #C42DCC; }
span { border-color: rgb(196,45,204); }
td.TdClassName
{
border-color: #C42DCC;
}
.TagClassName
{
border-color: #C42DCC;
}
</style>