Shades of Fuchsia #C42DCD
Tints of Fuchsia #C42DCD
RGB
CMYK
RGB Variations
Color information
#C42DCD (or 0xC42DCD) is known color: Fuchsia. HEX triplet: C4, 2D and CD. RGB value is (196,45,205). Sum of RGB (Red+Green+Blue) = 196+45+205=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #C42DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DCD is #3BD232. Grayscale: #6B6B6B. Windows color (decimal): -3920435 or 13446596. OLE color: 13446596.
HSL color Cylindrical-coordinate representation of color #C42DCD: hue angle of 296.62º 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 #C42DCD is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 45 | 205 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.20 |
| HSL | 296.63º | 0.64% | 0.49% | - |
| HSV(B) | 296.63º | 0.78% | 0.8% | - |
| XYZ | 34.72 | 18.02 | 59.41 | - |
| YUV | 108.39 | 182.53 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 205 | 0.04 | 0.78 | 0 | 0.20 | 296.63 | 0.64 | 0.49 |
| Hex | C4 | 2D | CD | 4 | 4E | 0 | 14 | 129 | 40 | 31 |
| Octal | 304 | 55 | 315 | 4 | 116 | 0 | 24 | 451 | 100 | 61 |
| Binary | 11000100 | 101101 | 11001101 | 100 | 1001110 | 0 | 10100 | 100101001 | 1000000 | 110001 |
Color Harmonies of #C42DCD
Complementary color
Monochromatic Colors of #C42DCD
Black with #C42DCD
Text Example
Text Example
White with #C42DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DCD; }
p { color: rgb(196,45,205); }
H1.HeaderClassName
{
color: #C42DCD;
}
.AnyTagClassName
{
color: #C42DCD;
}
</style>
background-color css
<style>
a { background-color: #C42DCD; }
a { background-color: rgb(196,45,205); }
div.DivClassName
{
background-color: #C42DCD;
}
.BgClassName
{
background-color: #C42DCD;
}
</style>
border-color css
<style>
span { border-color: #C42DCD; }
span { border-color: rgb(196,45,205); }
td.TdClassName
{
border-color: #C42DCD;
}
.TagClassName
{
border-color: #C42DCD;
}
</style>