Shades of Fuchsia #C451B7
Tints of Fuchsia #C451B7
RGB
CMYK
RGB Variations
Color information
#C451B7 (or 0xC451B7) is known color: Fuchsia. HEX triplet: C4, 51 and B7. RGB value is (196,81,183). Sum of RGB (Red+Green+Blue) = 196+81+183=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C451B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451B7 is #3BAE48. Grayscale: #7E7E7E. Windows color (decimal): -3911241 or 12014020. OLE color: 12014020.
HSL color Cylindrical-coordinate representation of color #C451B7: hue angle of 306.78º 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 #C451B7 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 183 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.23 |
| HSL | 306.78º | 0.49% | 0.54% | - |
| HSV(B) | 306.78º | 0.59% | 0.77% | - |
| XYZ | 34.25 | 21.04 | 47.06 | - |
| YUV | 127.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 183 | 0 | 0.59 | 0.07 | 0.23 | 306.78 | 0.49 | 0.54 |
| Hex | C4 | 51 | B7 | 0 | 3B | 7 | 17 | 133 | 31 | 36 |
| Octal | 304 | 121 | 267 | 0 | 73 | 7 | 27 | 463 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10110111 | 0 | 111011 | 111 | 10111 | 100110011 | 110001 | 110110 |
Color Harmonies of #C451B7
Complementary color
Monochromatic Colors of #C451B7
Black with #C451B7
Text Example
Text Example
White with #C451B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451B7; }
p { color: rgb(196,81,183); }
H1.HeaderClassName
{
color: #C451B7;
}
.AnyTagClassName
{
color: #C451B7;
}
</style>
background-color css
<style>
a { background-color: #C451B7; }
a { background-color: rgb(196,81,183); }
div.DivClassName
{
background-color: #C451B7;
}
.BgClassName
{
background-color: #C451B7;
}
</style>
border-color css
<style>
span { border-color: #C451B7; }
span { border-color: rgb(196,81,183); }
td.TdClassName
{
border-color: #C451B7;
}
.TagClassName
{
border-color: #C451B7;
}
</style>