Shades of Fuchsia #C45AAD
Tints of Fuchsia #C45AAD
RGB
CMYK
RGB Variations
Color information
#C45AAD (or 0xC45AAD) is known color: Fuchsia. HEX triplet: C4, 5A and AD. RGB value is (196,90,173). Sum of RGB (Red+Green+Blue) = 196+90+173=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C45AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45AAD is #3BA552. Grayscale: #828282. Windows color (decimal): -3908947 or 11360964. OLE color: 11360964.
HSL color Cylindrical-coordinate representation of color #C45AAD: hue angle of 313.02º 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 #C45AAD is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 173 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.23 |
| HSL | 313.02º | 0.47% | 0.56% | - |
| HSV(B) | 313.02º | 0.54% | 0.77% | - |
| XYZ | 33.96 | 22.07 | 42 | - |
| YUV | 131.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 173 | 0 | 0.54 | 0.12 | 0.23 | 313.02 | 0.47 | 0.56 |
| Hex | C4 | 5A | AD | 0 | 36 | C | 17 | 139 | 2F | 38 |
| Octal | 304 | 132 | 255 | 0 | 66 | 14 | 27 | 471 | 57 | 70 |
| Binary | 11000100 | 1011010 | 10101101 | 0 | 110110 | 1100 | 10111 | 100111001 | 101111 | 111000 |
Color Harmonies of #C45AAD
Complementary color
Monochromatic Colors of #C45AAD
Black with #C45AAD
Text Example
Text Example
White with #C45AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45AAD; }
p { color: rgb(196,90,173); }
H1.HeaderClassName
{
color: #C45AAD;
}
.AnyTagClassName
{
color: #C45AAD;
}
</style>
background-color css
<style>
a { background-color: #C45AAD; }
a { background-color: rgb(196,90,173); }
div.DivClassName
{
background-color: #C45AAD;
}
.BgClassName
{
background-color: #C45AAD;
}
</style>
border-color css
<style>
span { border-color: #C45AAD; }
span { border-color: rgb(196,90,173); }
td.TdClassName
{
border-color: #C45AAD;
}
.TagClassName
{
border-color: #C45AAD;
}
</style>