Shades of Fuchsia #C42FB3
Tints of Fuchsia #C42FB3
RGB
CMYK
RGB Variations
Color information
#C42FB3 (or 0xC42FB3) is known color: Fuchsia. HEX triplet: C4, 2F and B3. RGB value is (196,47,179). Sum of RGB (Red+Green+Blue) = 196+47+179=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C42FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FB3 is #3BD04C. Grayscale: #6A6A6A. Windows color (decimal): -3919949 or 11743172. OLE color: 11743172.
HSL color Cylindrical-coordinate representation of color #C42FB3: hue angle of 306.85º 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 #C42FB3 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 179 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.23 |
| HSL | 306.85º | 0.61% | 0.48% | - |
| HSV(B) | 306.85º | 0.76% | 0.77% | - |
| XYZ | 31.92 | 17.02 | 44.25 | - |
| YUV | 106.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 179 | 0 | 0.76 | 0.09 | 0.23 | 306.85 | 0.61 | 0.48 |
| Hex | C4 | 2F | B3 | 0 | 4C | 9 | 17 | 133 | 3D | 30 |
| Octal | 304 | 57 | 263 | 0 | 114 | 11 | 27 | 463 | 75 | 60 |
| Binary | 11000100 | 101111 | 10110011 | 0 | 1001100 | 1001 | 10111 | 100110011 | 111101 | 110000 |
Color Harmonies of #C42FB3
Complementary color
Monochromatic Colors of #C42FB3
Black with #C42FB3
Text Example
Text Example
White with #C42FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FB3; }
p { color: rgb(196,47,179); }
H1.HeaderClassName
{
color: #C42FB3;
}
.AnyTagClassName
{
color: #C42FB3;
}
</style>
background-color css
<style>
a { background-color: #C42FB3; }
a { background-color: rgb(196,47,179); }
div.DivClassName
{
background-color: #C42FB3;
}
.BgClassName
{
background-color: #C42FB3;
}
</style>
border-color css
<style>
span { border-color: #C42FB3; }
span { border-color: rgb(196,47,179); }
td.TdClassName
{
border-color: #C42FB3;
}
.TagClassName
{
border-color: #C42FB3;
}
</style>