Shades of Fuchsia #C42DCF
Tints of Fuchsia #C42DCF
RGB
CMYK
RGB Variations
Color information
#C42DCF (or 0xC42DCF) is known color: Fuchsia. HEX triplet: C4, 2D and CF. RGB value is (196,45,207). Sum of RGB (Red+Green+Blue) = 196+45+207=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #C42DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DCF is #3BD230. Grayscale: #6C6C6C. Windows color (decimal): -3920433 or 13577668. OLE color: 13577668.
HSL color Cylindrical-coordinate representation of color #C42DCF: hue angle of 295.93º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42DCF is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 45 | 207 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.19 |
| HSL | 295.93º | 0.64% | 0.49% | - |
| HSV(B) | 295.93º | 0.78% | 0.81% | - |
| XYZ | 34.97 | 18.12 | 60.69 | - |
| YUV | 108.62 | 183.53 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 207 | 0.05 | 0.78 | 0 | 0.19 | 295.93 | 0.64 | 0.49 |
| Hex | C4 | 2D | CF | 5 | 4E | 0 | 13 | 128 | 40 | 31 |
| Octal | 304 | 55 | 317 | 5 | 116 | 0 | 23 | 450 | 100 | 61 |
| Binary | 11000100 | 101101 | 11001111 | 101 | 1001110 | 0 | 10011 | 100101000 | 1000000 | 110001 |
Color Harmonies of #C42DCF
Complementary color
Monochromatic Colors of #C42DCF
Black with #C42DCF
Text Example
Text Example
White with #C42DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DCF; }
p { color: rgb(196,45,207); }
H1.HeaderClassName
{
color: #C42DCF;
}
.AnyTagClassName
{
color: #C42DCF;
}
</style>
background-color css
<style>
a { background-color: #C42DCF; }
a { background-color: rgb(196,45,207); }
div.DivClassName
{
background-color: #C42DCF;
}
.BgClassName
{
background-color: #C42DCF;
}
</style>
border-color css
<style>
span { border-color: #C42DCF; }
span { border-color: rgb(196,45,207); }
td.TdClassName
{
border-color: #C42DCF;
}
.TagClassName
{
border-color: #C42DCF;
}
</style>