Shades of Fuchsia #C42FAF
Tints of Fuchsia #C42FAF
RGB
CMYK
RGB Variations
Color information
#C42FAF (or 0xC42FAF) is known color: Fuchsia. HEX triplet: C4, 2F and AF. RGB value is (196,47,175). Sum of RGB (Red+Green+Blue) = 196+47+175=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C42FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42FAF is #3BD050. Grayscale: #696969. Windows color (decimal): -3919953 or 11481028. OLE color: 11481028.
HSL color Cylindrical-coordinate representation of color #C42FAF: hue angle of 308.46º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C42FAF is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 175 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.23 |
| HSL | 308.46º | 0.61% | 0.48% | - |
| HSV(B) | 308.46º | 0.76% | 0.77% | - |
| XYZ | 31.52 | 16.86 | 42.15 | - |
| YUV | 106.14 | 166.86 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 175 | 0 | 0.76 | 0.11 | 0.23 | 308.46 | 0.61 | 0.48 |
| Hex | C4 | 2F | AF | 0 | 4C | B | 17 | 134 | 3D | 30 |
| Octal | 304 | 57 | 257 | 0 | 114 | 13 | 27 | 464 | 75 | 60 |
| Binary | 11000100 | 101111 | 10101111 | 0 | 1001100 | 1011 | 10111 | 100110100 | 111101 | 110000 |
Color Harmonies of #C42FAF
Complementary color
Monochromatic Colors of #C42FAF
Black with #C42FAF
Text Example
Text Example
White with #C42FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FAF; }
p { color: rgb(196,47,175); }
H1.HeaderClassName
{
color: #C42FAF;
}
.AnyTagClassName
{
color: #C42FAF;
}
</style>
background-color css
<style>
a { background-color: #C42FAF; }
a { background-color: rgb(196,47,175); }
div.DivClassName
{
background-color: #C42FAF;
}
.BgClassName
{
background-color: #C42FAF;
}
</style>
border-color css
<style>
span { border-color: #C42FAF; }
span { border-color: rgb(196,47,175); }
td.TdClassName
{
border-color: #C42FAF;
}
.TagClassName
{
border-color: #C42FAF;
}
</style>