Shades of Fuchsia #C450BA
Tints of Fuchsia #C450BA
RGB
CMYK
RGB Variations
Color information
#C450BA (or 0xC450BA) is known color: Fuchsia. HEX triplet: C4, 50 and BA. RGB value is (196,80,186). Sum of RGB (Red+Green+Blue) = 196+80+186=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C450BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450BA is #3BAF45. Grayscale: #7E7E7E. Windows color (decimal): -3911494 or 12210372. OLE color: 12210372.
HSL color Cylindrical-coordinate representation of color #C450BA: hue angle of 305.17º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C450BA is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 186 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.23 |
| HSL | 305.17º | 0.5% | 0.54% | - |
| HSV(B) | 305.17º | 0.59% | 0.77% | - |
| XYZ | 34.5 | 21.02 | 48.69 | - |
| YUV | 126.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 186 | 0 | 0.59 | 0.05 | 0.23 | 305.17 | 0.5 | 0.54 |
| Hex | C4 | 50 | BA | 0 | 3B | 5 | 17 | 131 | 32 | 36 |
| Octal | 304 | 120 | 272 | 0 | 73 | 5 | 27 | 461 | 62 | 66 |
| Binary | 11000100 | 1010000 | 10111010 | 0 | 111011 | 101 | 10111 | 100110001 | 110010 | 110110 |
Color Harmonies of #C450BA
Complementary color
Monochromatic Colors of #C450BA
Black with #C450BA
Text Example
Text Example
White with #C450BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450BA; }
p { color: rgb(196,80,186); }
H1.HeaderClassName
{
color: #C450BA;
}
.AnyTagClassName
{
color: #C450BA;
}
</style>
background-color css
<style>
a { background-color: #C450BA; }
a { background-color: rgb(196,80,186); }
div.DivClassName
{
background-color: #C450BA;
}
.BgClassName
{
background-color: #C450BA;
}
</style>
border-color css
<style>
span { border-color: #C450BA; }
span { border-color: rgb(196,80,186); }
td.TdClassName
{
border-color: #C450BA;
}
.TagClassName
{
border-color: #C450BA;
}
</style>