Shades of Fuchsia #C428B2
Tints of Fuchsia #C428B2
RGB
CMYK
RGB Variations
Color information
#C428B2 (or 0xC428B2) is known color: Fuchsia. HEX triplet: C4, 28 and B2. RGB value is (196,40,178). Sum of RGB (Red+Green+Blue) = 196+40+178=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C428B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C428B2 is #3BD74D. Grayscale: #656565. Windows color (decimal): -3921742 or 11675844. OLE color: 11675844.
HSL color Cylindrical-coordinate representation of color #C428B2: hue angle of 306.92º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C428B2 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 178 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.23 |
| HSL | 306.92º | 0.66% | 0.46% | - |
| HSV(B) | 306.92º | 0.8% | 0.77% | - |
| XYZ | 31.56 | 16.47 | 43.63 | - |
| YUV | 102.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 178 | 0 | 0.80 | 0.09 | 0.23 | 306.92 | 0.66 | 0.46 |
| Hex | C4 | 28 | B2 | 0 | 50 | 9 | 17 | 133 | 42 | 2E |
| Octal | 304 | 50 | 262 | 0 | 120 | 11 | 27 | 463 | 102 | 56 |
| Binary | 11000100 | 101000 | 10110010 | 0 | 1010000 | 1001 | 10111 | 100110011 | 1000010 | 101110 |
Color Harmonies of #C428B2
Complementary color
Monochromatic Colors of #C428B2
Black with #C428B2
Text Example
Text Example
White with #C428B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428B2; }
p { color: rgb(196,40,178); }
H1.HeaderClassName
{
color: #C428B2;
}
.AnyTagClassName
{
color: #C428B2;
}
</style>
background-color css
<style>
a { background-color: #C428B2; }
a { background-color: rgb(196,40,178); }
div.DivClassName
{
background-color: #C428B2;
}
.BgClassName
{
background-color: #C428B2;
}
</style>
border-color css
<style>
span { border-color: #C428B2; }
span { border-color: rgb(196,40,178); }
td.TdClassName
{
border-color: #C428B2;
}
.TagClassName
{
border-color: #C428B2;
}
</style>