Shades of Fuchsia #C451B8
Tints of Fuchsia #C451B8
RGB
CMYK
RGB Variations
Color information
#C451B8 (or 0xC451B8) is known color: Fuchsia. HEX triplet: C4, 51 and B8. RGB value is (196,81,184). Sum of RGB (Red+Green+Blue) = 196+81+184=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C451B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451B8 is #3BAE47. Grayscale: #7E7E7E. Windows color (decimal): -3911240 or 12079556. OLE color: 12079556.
HSL color Cylindrical-coordinate representation of color #C451B8: hue angle of 306.26º 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 #C451B8 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 184 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.23 |
| HSL | 306.26º | 0.49% | 0.54% | - |
| HSV(B) | 306.26º | 0.59% | 0.77% | - |
| XYZ | 34.36 | 21.08 | 47.61 | - |
| YUV | 127.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 184 | 0 | 0.59 | 0.06 | 0.23 | 306.26 | 0.49 | 0.54 |
| Hex | C4 | 51 | B8 | 0 | 3B | 6 | 17 | 132 | 31 | 36 |
| Octal | 304 | 121 | 270 | 0 | 73 | 6 | 27 | 462 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10111000 | 0 | 111011 | 110 | 10111 | 100110010 | 110001 | 110110 |
Color Harmonies of #C451B8
Complementary color
Monochromatic Colors of #C451B8
Black with #C451B8
Text Example
Text Example
White with #C451B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451B8; }
p { color: rgb(196,81,184); }
H1.HeaderClassName
{
color: #C451B8;
}
.AnyTagClassName
{
color: #C451B8;
}
</style>
background-color css
<style>
a { background-color: #C451B8; }
a { background-color: rgb(196,81,184); }
div.DivClassName
{
background-color: #C451B8;
}
.BgClassName
{
background-color: #C451B8;
}
</style>
border-color css
<style>
span { border-color: #C451B8; }
span { border-color: rgb(196,81,184); }
td.TdClassName
{
border-color: #C451B8;
}
.TagClassName
{
border-color: #C451B8;
}
</style>