Shades of Fuchsia #C45AB5
Tints of Fuchsia #C45AB5
RGB
CMYK
RGB Variations
Color information
#C45AB5 (or 0xC45AB5) is known color: Fuchsia. HEX triplet: C4, 5A and B5. RGB value is (196,90,181). Sum of RGB (Red+Green+Blue) = 196+90+181=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C45AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45AB5 is #3BA54A. Grayscale: #838383. Windows color (decimal): -3908939 or 11885252. OLE color: 11885252.
HSL color Cylindrical-coordinate representation of color #C45AB5: hue angle of 308.49º 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 #C45AB5 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 181 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.23 |
| HSL | 308.49º | 0.47% | 0.56% | - |
| HSV(B) | 308.49º | 0.54% | 0.77% | - |
| XYZ | 34.76 | 22.38 | 46.2 | - |
| YUV | 132.07 | 155.62 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 181 | 0 | 0.54 | 0.08 | 0.23 | 308.49 | 0.47 | 0.56 |
| Hex | C4 | 5A | B5 | 0 | 36 | 8 | 17 | 134 | 2F | 38 |
| Octal | 304 | 132 | 265 | 0 | 66 | 10 | 27 | 464 | 57 | 70 |
| Binary | 11000100 | 1011010 | 10110101 | 0 | 110110 | 1000 | 10111 | 100110100 | 101111 | 111000 |
Color Harmonies of #C45AB5
Complementary color
Monochromatic Colors of #C45AB5
Black with #C45AB5
Text Example
Text Example
White with #C45AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45AB5; }
p { color: rgb(196,90,181); }
H1.HeaderClassName
{
color: #C45AB5;
}
.AnyTagClassName
{
color: #C45AB5;
}
</style>
background-color css
<style>
a { background-color: #C45AB5; }
a { background-color: rgb(196,90,181); }
div.DivClassName
{
background-color: #C45AB5;
}
.BgClassName
{
background-color: #C45AB5;
}
</style>
border-color css
<style>
span { border-color: #C45AB5; }
span { border-color: rgb(196,90,181); }
td.TdClassName
{
border-color: #C45AB5;
}
.TagClassName
{
border-color: #C45AB5;
}
</style>