Shades of Fuchsia #C451BF
Tints of Fuchsia #C451BF
RGB
CMYK
RGB Variations
Color information
#C451BF (or 0xC451BF) is known color: Fuchsia. HEX triplet: C4, 51 and BF. RGB value is (196,81,191). Sum of RGB (Red+Green+Blue) = 196+81+191=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C451BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451BF is #3BAE40. Grayscale: #7F7F7F. Windows color (decimal): -3911233 or 12538308. OLE color: 12538308.
HSL color Cylindrical-coordinate representation of color #C451BF: hue angle of 302.61º degrees, saturation: 0.49, 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 #C451BF is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 191 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.23 |
| HSL | 302.61º | 0.49% | 0.54% | - |
| HSV(B) | 302.61º | 0.59% | 0.77% | - |
| XYZ | 35.11 | 21.38 | 51.57 | - |
| YUV | 127.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 191 | 0 | 0.59 | 0.03 | 0.23 | 302.61 | 0.49 | 0.54 |
| Hex | C4 | 51 | BF | 0 | 3B | 3 | 17 | 12F | 31 | 36 |
| Octal | 304 | 121 | 277 | 0 | 73 | 3 | 27 | 457 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10111111 | 0 | 111011 | 11 | 10111 | 100101111 | 110001 | 110110 |
Color Harmonies of #C451BF
Complementary color
Monochromatic Colors of #C451BF
Black with #C451BF
Text Example
Text Example
White with #C451BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451BF; }
p { color: rgb(196,81,191); }
H1.HeaderClassName
{
color: #C451BF;
}
.AnyTagClassName
{
color: #C451BF;
}
</style>
background-color css
<style>
a { background-color: #C451BF; }
a { background-color: rgb(196,81,191); }
div.DivClassName
{
background-color: #C451BF;
}
.BgClassName
{
background-color: #C451BF;
}
</style>
border-color css
<style>
span { border-color: #C451BF; }
span { border-color: rgb(196,81,191); }
td.TdClassName
{
border-color: #C451BF;
}
.TagClassName
{
border-color: #C451BF;
}
</style>