Shades of Fuchsia #C45BBE
Tints of Fuchsia #C45BBE
RGB
CMYK
RGB Variations
Color information
#C45BBE (or 0xC45BBE) is known color: Fuchsia. HEX triplet: C4, 5B and BE. RGB value is (196,91,190). Sum of RGB (Red+Green+Blue) = 196+91+190=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C45BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45BBE is #3BA441. Grayscale: #858585. Windows color (decimal): -3908674 or 12475332. OLE color: 12475332.
HSL color Cylindrical-coordinate representation of color #C45BBE: hue angle of 303.43º 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 #C45BBE is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 190 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.23 |
| HSL | 303.43º | 0.47% | 0.56% | - |
| HSV(B) | 303.43º | 0.54% | 0.77% | - |
| XYZ | 35.8 | 22.94 | 51.26 | - |
| YUV | 133.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 190 | 0 | 0.54 | 0.03 | 0.23 | 303.43 | 0.47 | 0.56 |
| Hex | C4 | 5B | BE | 0 | 36 | 3 | 17 | 12F | 2F | 38 |
| Octal | 304 | 133 | 276 | 0 | 66 | 3 | 27 | 457 | 57 | 70 |
| Binary | 11000100 | 1011011 | 10111110 | 0 | 110110 | 11 | 10111 | 100101111 | 101111 | 111000 |
Color Harmonies of #C45BBE
Complementary color
Monochromatic Colors of #C45BBE
Black with #C45BBE
Text Example
Text Example
White with #C45BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45BBE; }
p { color: rgb(196,91,190); }
H1.HeaderClassName
{
color: #C45BBE;
}
.AnyTagClassName
{
color: #C45BBE;
}
</style>
background-color css
<style>
a { background-color: #C45BBE; }
a { background-color: rgb(196,91,190); }
div.DivClassName
{
background-color: #C45BBE;
}
.BgClassName
{
background-color: #C45BBE;
}
</style>
border-color css
<style>
span { border-color: #C45BBE; }
span { border-color: rgb(196,91,190); }
td.TdClassName
{
border-color: #C45BBE;
}
.TagClassName
{
border-color: #C45BBE;
}
</style>