Shades of Fuchsia #C42FB0
Tints of Fuchsia #C42FB0
RGB
CMYK
RGB Variations
Color information
#C42FB0 (or 0xC42FB0) is known color: Fuchsia. HEX triplet: C4, 2F and B0. RGB value is (196,47,176). Sum of RGB (Red+Green+Blue) = 196+47+176=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C42FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42FB0 is #3BD04F. Grayscale: #696969. Windows color (decimal): -3919952 or 11546564. OLE color: 11546564.
HSL color Cylindrical-coordinate representation of color #C42FB0: hue angle of 308.05º 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 #C42FB0 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 47 | 176 | - |
CMYK | 0 | 0.76 | 0.10 | 0.23 |
HSL | 308.05º | 0.61% | 0.48% | - |
HSV(B) | 308.05º | 0.76% | 0.77% | - |
XYZ | 31.62 | 16.9 | 42.67 | - |
YUV | 106.26 | 167.36 | 192.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 47 | 176 | 0 | 0.76 | 0.10 | 0.23 | 308.05 | 0.61 | 0.48 |
Hex | C4 | 2F | B0 | 0 | 4C | A | 17 | 134 | 3D | 30 |
Octal | 304 | 57 | 260 | 0 | 114 | 12 | 27 | 464 | 75 | 60 |
Binary | 11000100 | 101111 | 10110000 | 0 | 1001100 | 1010 | 10111 | 100110100 | 111101 | 110000 |
Color Harmonies of #C42FB0
Complementary color
Monochromatic Colors of #C42FB0
Black with #C42FB0
Text Example
Text Example
White with #C42FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FB0; }
p { color: rgb(196,47,176); }
H1.HeaderClassName
{
color: #C42FB0;
}
.AnyTagClassName
{
color: #C42FB0;
}
</style>
background-color css
<style>
a { background-color: #C42FB0; }
a { background-color: rgb(196,47,176); }
div.DivClassName
{
background-color: #C42FB0;
}
.BgClassName
{
background-color: #C42FB0;
}
</style>
border-color css
<style>
span { border-color: #C42FB0; }
span { border-color: rgb(196,47,176); }
td.TdClassName
{
border-color: #C42FB0;
}
.TagClassName
{
border-color: #C42FB0;
}
</style>