Shades of Fuchsia #C42DC0
Tints of Fuchsia #C42DC0
RGB
CMYK
RGB Variations
Color information
#C42DC0 (or 0xC42DC0) is known color: Fuchsia. HEX triplet: C4, 2D and C0. RGB value is (196,45,192). Sum of RGB (Red+Green+Blue) = 196+45+192=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DC0 is #3BD23F. Grayscale: #6A6A6A. Windows color (decimal): -3920448 or 12594628. OLE color: 12594628.
HSL color Cylindrical-coordinate representation of color #C42DC0: hue angle of 301.59º 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 #C42DC0 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 192 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.23 |
| HSL | 301.59º | 0.63% | 0.47% | - |
| HSV(B) | 301.59º | 0.77% | 0.77% | - |
| XYZ | 33.22 | 17.42 | 51.48 | - |
| YUV | 106.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 192 | 0 | 0.77 | 0.02 | 0.23 | 301.59 | 0.63 | 0.47 |
| Hex | C4 | 2D | C0 | 0 | 4D | 2 | 17 | 12E | 3F | 2F |
| Octal | 304 | 55 | 300 | 0 | 115 | 2 | 27 | 456 | 77 | 57 |
| Binary | 11000100 | 101101 | 11000000 | 0 | 1001101 | 10 | 10111 | 100101110 | 111111 | 101111 |
Color Harmonies of #C42DC0
Complementary color
Monochromatic Colors of #C42DC0
Black with #C42DC0
Text Example
Text Example
White with #C42DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DC0; }
p { color: rgb(196,45,192); }
H1.HeaderClassName
{
color: #C42DC0;
}
.AnyTagClassName
{
color: #C42DC0;
}
</style>
background-color css
<style>
a { background-color: #C42DC0; }
a { background-color: rgb(196,45,192); }
div.DivClassName
{
background-color: #C42DC0;
}
.BgClassName
{
background-color: #C42DC0;
}
</style>
border-color css
<style>
span { border-color: #C42DC0; }
span { border-color: rgb(196,45,192); }
td.TdClassName
{
border-color: #C42DC0;
}
.TagClassName
{
border-color: #C42DC0;
}
</style>