Shades of Fuchsia #C42FBB
Tints of Fuchsia #C42FBB
RGB
CMYK
RGB Variations
Color information
#C42FBB (or 0xC42FBB) is known color: Fuchsia. HEX triplet: C4, 2F and BB. RGB value is (196,47,187). Sum of RGB (Red+Green+Blue) = 196+47+187=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C42FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FBB is #3BD044. Grayscale: #6B6B6B. Windows color (decimal): -3919941 or 12267460. OLE color: 12267460.
HSL color Cylindrical-coordinate representation of color #C42FBB: hue angle of 303.62º 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 #C42FBB is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 187 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.23 |
| HSL | 303.62º | 0.61% | 0.48% | - |
| HSV(B) | 303.62º | 0.76% | 0.77% | - |
| XYZ | 32.75 | 17.36 | 48.64 | - |
| YUV | 107.51 | 172.86 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 187 | 0 | 0.76 | 0.05 | 0.23 | 303.62 | 0.61 | 0.48 |
| Hex | C4 | 2F | BB | 0 | 4C | 5 | 17 | 130 | 3D | 30 |
| Octal | 304 | 57 | 273 | 0 | 114 | 5 | 27 | 460 | 75 | 60 |
| Binary | 11000100 | 101111 | 10111011 | 0 | 1001100 | 101 | 10111 | 100110000 | 111101 | 110000 |
Color Harmonies of #C42FBB
Complementary color
Monochromatic Colors of #C42FBB
Black with #C42FBB
Text Example
Text Example
White with #C42FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FBB; }
p { color: rgb(196,47,187); }
H1.HeaderClassName
{
color: #C42FBB;
}
.AnyTagClassName
{
color: #C42FBB;
}
</style>
background-color css
<style>
a { background-color: #C42FBB; }
a { background-color: rgb(196,47,187); }
div.DivClassName
{
background-color: #C42FBB;
}
.BgClassName
{
background-color: #C42FBB;
}
</style>
border-color css
<style>
span { border-color: #C42FBB; }
span { border-color: rgb(196,47,187); }
td.TdClassName
{
border-color: #C42FBB;
}
.TagClassName
{
border-color: #C42FBB;
}
</style>