Shades of Fuchsia #C42FCD
Tints of Fuchsia #C42FCD
RGB
CMYK
RGB Variations
Color information
#C42FCD (or 0xC42FCD) is known color: Fuchsia. HEX triplet: C4, 2F and CD. RGB value is (196,47,205). Sum of RGB (Red+Green+Blue) = 196+47+205=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #C42FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FCD is #3BD032. Grayscale: #6D6D6D. Windows color (decimal): -3919923 or 13447108. OLE color: 13447108.
HSL color Cylindrical-coordinate representation of color #C42FCD: hue angle of 296.58º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42FCD is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 47 | 205 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.20 |
| HSL | 296.58º | 0.63% | 0.49% | - |
| HSV(B) | 296.58º | 0.77% | 0.8% | - |
| XYZ | 34.8 | 18.18 | 59.43 | - |
| YUV | 109.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 205 | 0.04 | 0.77 | 0 | 0.20 | 296.58 | 0.63 | 0.49 |
| Hex | C4 | 2F | CD | 4 | 4D | 0 | 14 | 129 | 3F | 31 |
| Octal | 304 | 57 | 315 | 4 | 115 | 0 | 24 | 451 | 77 | 61 |
| Binary | 11000100 | 101111 | 11001101 | 100 | 1001101 | 0 | 10100 | 100101001 | 111111 | 110001 |
Color Harmonies of #C42FCD
Complementary color
Monochromatic Colors of #C42FCD
Black with #C42FCD
Text Example
Text Example
White with #C42FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FCD; }
p { color: rgb(196,47,205); }
H1.HeaderClassName
{
color: #C42FCD;
}
.AnyTagClassName
{
color: #C42FCD;
}
</style>
background-color css
<style>
a { background-color: #C42FCD; }
a { background-color: rgb(196,47,205); }
div.DivClassName
{
background-color: #C42FCD;
}
.BgClassName
{
background-color: #C42FCD;
}
</style>
border-color css
<style>
span { border-color: #C42FCD; }
span { border-color: rgb(196,47,205); }
td.TdClassName
{
border-color: #C42FCD;
}
.TagClassName
{
border-color: #C42FCD;
}
</style>