Shades of Fuchsia #C450BF
Tints of Fuchsia #C450BF
RGB
CMYK
RGB Variations
Color information
#C450BF (or 0xC450BF) is known color: Fuchsia. HEX triplet: C4, 50 and BF. RGB value is (196,80,191). Sum of RGB (Red+Green+Blue) = 196+80+191=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C450BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450BF is #3BAF40. Grayscale: #7F7F7F. Windows color (decimal): -3911489 or 12538052. OLE color: 12538052.
HSL color Cylindrical-coordinate representation of color #C450BF: hue angle of 302.59º 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 #C450BF is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 191 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.23 |
| HSL | 302.59º | 0.5% | 0.54% | - |
| HSV(B) | 302.59º | 0.59% | 0.77% | - |
| XYZ | 35.04 | 21.23 | 51.54 | - |
| YUV | 127.34 | 163.93 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 191 | 0 | 0.59 | 0.03 | 0.23 | 302.59 | 0.5 | 0.54 |
| Hex | C4 | 50 | BF | 0 | 3B | 3 | 17 | 12F | 32 | 36 |
| Octal | 304 | 120 | 277 | 0 | 73 | 3 | 27 | 457 | 62 | 66 |
| Binary | 11000100 | 1010000 | 10111111 | 0 | 111011 | 11 | 10111 | 100101111 | 110010 | 110110 |
Color Harmonies of #C450BF
Complementary color
Monochromatic Colors of #C450BF
Black with #C450BF
Text Example
Text Example
White with #C450BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450BF; }
p { color: rgb(196,80,191); }
H1.HeaderClassName
{
color: #C450BF;
}
.AnyTagClassName
{
color: #C450BF;
}
</style>
background-color css
<style>
a { background-color: #C450BF; }
a { background-color: rgb(196,80,191); }
div.DivClassName
{
background-color: #C450BF;
}
.BgClassName
{
background-color: #C450BF;
}
</style>
border-color css
<style>
span { border-color: #C450BF; }
span { border-color: rgb(196,80,191); }
td.TdClassName
{
border-color: #C450BF;
}
.TagClassName
{
border-color: #C450BF;
}
</style>