Shades of Fuchsia #C428B3
Tints of Fuchsia #C428B3
RGB
CMYK
RGB Variations
Color information
#C428B3 (or 0xC428B3) is known color: Fuchsia. HEX triplet: C4, 28 and B3. RGB value is (196,40,179). Sum of RGB (Red+Green+Blue) = 196+40+179=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C428B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428B3 is #3BD74C. Grayscale: #666666. Windows color (decimal): -3921741 or 11741380. OLE color: 11741380.
HSL color Cylindrical-coordinate representation of color #C428B3: hue angle of 306.54º 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 #C428B3 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 179 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.23 |
| HSL | 306.54º | 0.66% | 0.46% | - |
| HSV(B) | 306.54º | 0.8% | 0.77% | - |
| XYZ | 31.66 | 16.51 | 44.17 | - |
| YUV | 102.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 179 | 0 | 0.80 | 0.09 | 0.23 | 306.54 | 0.66 | 0.46 |
| Hex | C4 | 28 | B3 | 0 | 50 | 9 | 17 | 133 | 42 | 2E |
| Octal | 304 | 50 | 263 | 0 | 120 | 11 | 27 | 463 | 102 | 56 |
| Binary | 11000100 | 101000 | 10110011 | 0 | 1010000 | 1001 | 10111 | 100110011 | 1000010 | 101110 |
Color Harmonies of #C428B3
Complementary color
Monochromatic Colors of #C428B3
Black with #C428B3
Text Example
Text Example
White with #C428B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428B3; }
p { color: rgb(196,40,179); }
H1.HeaderClassName
{
color: #C428B3;
}
.AnyTagClassName
{
color: #C428B3;
}
</style>
background-color css
<style>
a { background-color: #C428B3; }
a { background-color: rgb(196,40,179); }
div.DivClassName
{
background-color: #C428B3;
}
.BgClassName
{
background-color: #C428B3;
}
</style>
border-color css
<style>
span { border-color: #C428B3; }
span { border-color: rgb(196,40,179); }
td.TdClassName
{
border-color: #C428B3;
}
.TagClassName
{
border-color: #C428B3;
}
</style>