Shades of Fuchsia #C42CCD
Tints of Fuchsia #C42CCD
RGB
CMYK
RGB Variations
Color information
#C42CCD (or 0xC42CCD) is known color: Fuchsia. HEX triplet: C4, 2C and CD. RGB value is (196,44,205). Sum of RGB (Red+Green+Blue) = 196+44+205=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #C42CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CCD is #3BD332. Grayscale: #6B6B6B. Windows color (decimal): -3920691 or 13446340. OLE color: 13446340.
HSL color Cylindrical-coordinate representation of color #C42CCD: hue angle of 296.65º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42CCD is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 44 | 205 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.20 |
| HSL | 296.65º | 0.65% | 0.49% | - |
| HSV(B) | 296.65º | 0.79% | 0.8% | - |
| XYZ | 34.69 | 17.94 | 59.39 | - |
| YUV | 107.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 205 | 0.04 | 0.79 | 0 | 0.20 | 296.65 | 0.65 | 0.49 |
| Hex | C4 | 2C | CD | 4 | 4F | 0 | 14 | 129 | 41 | 31 |
| Octal | 304 | 54 | 315 | 4 | 117 | 0 | 24 | 451 | 101 | 61 |
| Binary | 11000100 | 101100 | 11001101 | 100 | 1001111 | 0 | 10100 | 100101001 | 1000001 | 110001 |
Color Harmonies of #C42CCD
Complementary color
Monochromatic Colors of #C42CCD
Black with #C42CCD
Text Example
Text Example
White with #C42CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CCD; }
p { color: rgb(196,44,205); }
H1.HeaderClassName
{
color: #C42CCD;
}
.AnyTagClassName
{
color: #C42CCD;
}
</style>
background-color css
<style>
a { background-color: #C42CCD; }
a { background-color: rgb(196,44,205); }
div.DivClassName
{
background-color: #C42CCD;
}
.BgClassName
{
background-color: #C42CCD;
}
</style>
border-color css
<style>
span { border-color: #C42CCD; }
span { border-color: rgb(196,44,205); }
td.TdClassName
{
border-color: #C42CCD;
}
.TagClassName
{
border-color: #C42CCD;
}
</style>