Shades of Fuchsia #C42FCF
Tints of Fuchsia #C42FCF
RGB
CMYK
RGB Variations
Color information
#C42FCF (or 0xC42FCF) is known color: Fuchsia. HEX triplet: C4, 2F and CF. RGB value is (196,47,207). Sum of RGB (Red+Green+Blue) = 196+47+207=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #C42FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FCF is #3BD030. Grayscale: #6D6D6D. Windows color (decimal): -3919921 or 13578180. OLE color: 13578180.
HSL color Cylindrical-coordinate representation of color #C42FCF: hue angle of 295.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42FCF is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 47 | 207 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.19 |
| HSL | 295.88º | 0.63% | 0.5% | - |
| HSV(B) | 295.88º | 0.77% | 0.81% | - |
| XYZ | 35.04 | 18.27 | 60.71 | - |
| YUV | 109.79 | 182.86 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 207 | 0.05 | 0.77 | 0 | 0.19 | 295.88 | 0.63 | 0.5 |
| Hex | C4 | 2F | CF | 5 | 4D | 0 | 13 | 128 | 3F | 32 |
| Octal | 304 | 57 | 317 | 5 | 115 | 0 | 23 | 450 | 77 | 62 |
| Binary | 11000100 | 101111 | 11001111 | 101 | 1001101 | 0 | 10011 | 100101000 | 111111 | 110010 |
Color Harmonies of #C42FCF
Complementary color
Monochromatic Colors of #C42FCF
Black with #C42FCF
Text Example
Text Example
White with #C42FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FCF; }
p { color: rgb(196,47,207); }
H1.HeaderClassName
{
color: #C42FCF;
}
.AnyTagClassName
{
color: #C42FCF;
}
</style>
background-color css
<style>
a { background-color: #C42FCF; }
a { background-color: rgb(196,47,207); }
div.DivClassName
{
background-color: #C42FCF;
}
.BgClassName
{
background-color: #C42FCF;
}
</style>
border-color css
<style>
span { border-color: #C42FCF; }
span { border-color: rgb(196,47,207); }
td.TdClassName
{
border-color: #C42FCF;
}
.TagClassName
{
border-color: #C42FCF;
}
</style>