Shades of Fuchsia #C45DBA
Tints of Fuchsia #C45DBA
RGB
CMYK
RGB Variations
Color information
#C45DBA (or 0xC45DBA) is known color: Fuchsia. HEX triplet: C4, 5D and BA. RGB value is (196,93,186). Sum of RGB (Red+Green+Blue) = 196+93+186=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C45DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DBA is #3BA245. Grayscale: #868686. Windows color (decimal): -3908166 or 12213700. OLE color: 12213700.
HSL color Cylindrical-coordinate representation of color #C45DBA: hue angle of 305.83º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45DBA is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 186 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.23 |
| HSL | 305.83º | 0.47% | 0.57% | - |
| HSV(B) | 305.83º | 0.53% | 0.77% | - |
| XYZ | 35.54 | 23.11 | 49.04 | - |
| YUV | 134.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 186 | 0 | 0.53 | 0.05 | 0.23 | 305.83 | 0.47 | 0.57 |
| Hex | C4 | 5D | BA | 0 | 35 | 5 | 17 | 132 | 2F | 39 |
| Octal | 304 | 135 | 272 | 0 | 65 | 5 | 27 | 462 | 57 | 71 |
| Binary | 11000100 | 1011101 | 10111010 | 0 | 110101 | 101 | 10111 | 100110010 | 101111 | 111001 |
Color Harmonies of #C45DBA
Complementary color
Monochromatic Colors of #C45DBA
Black with #C45DBA
Text Example
Text Example
White with #C45DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45DBA; }
p { color: rgb(196,93,186); }
H1.HeaderClassName
{
color: #C45DBA;
}
.AnyTagClassName
{
color: #C45DBA;
}
</style>
background-color css
<style>
a { background-color: #C45DBA; }
a { background-color: rgb(196,93,186); }
div.DivClassName
{
background-color: #C45DBA;
}
.BgClassName
{
background-color: #C45DBA;
}
</style>
border-color css
<style>
span { border-color: #C45DBA; }
span { border-color: rgb(196,93,186); }
td.TdClassName
{
border-color: #C45DBA;
}
.TagClassName
{
border-color: #C45DBA;
}
</style>