Shades of Fuchsia #C45BBF
Tints of Fuchsia #C45BBF
RGB
CMYK
RGB Variations
Color information
#C45BBF (or 0xC45BBF) is known color: Fuchsia. HEX triplet: C4, 5B and BF. RGB value is (196,91,191). Sum of RGB (Red+Green+Blue) = 196+91+191=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C45BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45BBF is #3BA440. Grayscale: #858585. Windows color (decimal): -3908673 or 12540868. OLE color: 12540868.
HSL color Cylindrical-coordinate representation of color #C45BBF: hue angle of 302.86º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45BBF is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 191 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.23 |
| HSL | 302.86º | 0.47% | 0.56% | - |
| HSV(B) | 302.86º | 0.54% | 0.77% | - |
| XYZ | 35.91 | 22.98 | 51.83 | - |
| YUV | 133.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 191 | 0 | 0.54 | 0.03 | 0.23 | 302.86 | 0.47 | 0.56 |
| Hex | C4 | 5B | BF | 0 | 36 | 3 | 17 | 12F | 2F | 38 |
| Octal | 304 | 133 | 277 | 0 | 66 | 3 | 27 | 457 | 57 | 70 |
| Binary | 11000100 | 1011011 | 10111111 | 0 | 110110 | 11 | 10111 | 100101111 | 101111 | 111000 |
Color Harmonies of #C45BBF
Complementary color
Monochromatic Colors of #C45BBF
Black with #C45BBF
Text Example
Text Example
White with #C45BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45BBF; }
p { color: rgb(196,91,191); }
H1.HeaderClassName
{
color: #C45BBF;
}
.AnyTagClassName
{
color: #C45BBF;
}
</style>
background-color css
<style>
a { background-color: #C45BBF; }
a { background-color: rgb(196,91,191); }
div.DivClassName
{
background-color: #C45BBF;
}
.BgClassName
{
background-color: #C45BBF;
}
</style>
border-color css
<style>
span { border-color: #C45BBF; }
span { border-color: rgb(196,91,191); }
td.TdClassName
{
border-color: #C45BBF;
}
.TagClassName
{
border-color: #C45BBF;
}
</style>