Shades of Fuchsia #C42DC3
Tints of Fuchsia #C42DC3
RGB
CMYK
RGB Variations
Color information
#C42DC3 (or 0xC42DC3) is known color: Fuchsia. HEX triplet: C4, 2D and C3. RGB value is (196,45,195). Sum of RGB (Red+Green+Blue) = 196+45+195=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DC3 is #3BD23C. Grayscale: #6A6A6A. Windows color (decimal): -3920445 or 12791236. OLE color: 12791236.
HSL color Cylindrical-coordinate representation of color #C42DC3: hue angle of 300.4º degrees, saturation: 0.63, 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 #C42DC3 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 195 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.23 |
| HSL | 300.4º | 0.63% | 0.47% | - |
| HSV(B) | 300.4º | 0.77% | 0.77% | - |
| XYZ | 33.55 | 17.55 | 53.25 | - |
| YUV | 107.25 | 177.53 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 195 | 0 | 0.77 | 0.01 | 0.23 | 300.4 | 0.63 | 0.47 |
| Hex | C4 | 2D | C3 | 0 | 4D | 1 | 17 | 12C | 3F | 2F |
| Octal | 304 | 55 | 303 | 0 | 115 | 1 | 27 | 454 | 77 | 57 |
| Binary | 11000100 | 101101 | 11000011 | 0 | 1001101 | 1 | 10111 | 100101100 | 111111 | 101111 |
Color Harmonies of #C42DC3
Complementary color
Monochromatic Colors of #C42DC3
Black with #C42DC3
Text Example
Text Example
White with #C42DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DC3; }
p { color: rgb(196,45,195); }
H1.HeaderClassName
{
color: #C42DC3;
}
.AnyTagClassName
{
color: #C42DC3;
}
</style>
background-color css
<style>
a { background-color: #C42DC3; }
a { background-color: rgb(196,45,195); }
div.DivClassName
{
background-color: #C42DC3;
}
.BgClassName
{
background-color: #C42DC3;
}
</style>
border-color css
<style>
span { border-color: #C42DC3; }
span { border-color: rgb(196,45,195); }
td.TdClassName
{
border-color: #C42DC3;
}
.TagClassName
{
border-color: #C42DC3;
}
</style>