Shades of Fuchsia #C45AB0
Tints of Fuchsia #C45AB0
RGB
CMYK
RGB Variations
Color information
#C45AB0 (or 0xC45AB0) is known color: Fuchsia. HEX triplet: C4, 5A and B0. RGB value is (196,90,176). Sum of RGB (Red+Green+Blue) = 196+90+176=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C45AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45AB0 is #3BA54F. Grayscale: #838383. Windows color (decimal): -3908944 or 11557572. OLE color: 11557572.
HSL color Cylindrical-coordinate representation of color #C45AB0: hue angle of 311.32º 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 #C45AB0 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 176 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.23 |
| HSL | 311.32º | 0.47% | 0.56% | - |
| HSV(B) | 311.32º | 0.54% | 0.77% | - |
| XYZ | 34.26 | 22.18 | 43.55 | - |
| YUV | 131.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 176 | 0 | 0.54 | 0.10 | 0.23 | 311.32 | 0.47 | 0.56 |
| Hex | C4 | 5A | B0 | 0 | 36 | A | 17 | 137 | 2F | 38 |
| Octal | 304 | 132 | 260 | 0 | 66 | 12 | 27 | 467 | 57 | 70 |
| Binary | 11000100 | 1011010 | 10110000 | 0 | 110110 | 1010 | 10111 | 100110111 | 101111 | 111000 |
Color Harmonies of #C45AB0
Complementary color
Monochromatic Colors of #C45AB0
Black with #C45AB0
Text Example
Text Example
White with #C45AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45AB0; }
p { color: rgb(196,90,176); }
H1.HeaderClassName
{
color: #C45AB0;
}
.AnyTagClassName
{
color: #C45AB0;
}
</style>
background-color css
<style>
a { background-color: #C45AB0; }
a { background-color: rgb(196,90,176); }
div.DivClassName
{
background-color: #C45AB0;
}
.BgClassName
{
background-color: #C45AB0;
}
</style>
border-color css
<style>
span { border-color: #C45AB0; }
span { border-color: rgb(196,90,176); }
td.TdClassName
{
border-color: #C45AB0;
}
.TagClassName
{
border-color: #C45AB0;
}
</style>