Shades of Fuchsia #C436AA
Tints of Fuchsia #C436AA
RGB
CMYK
RGB Variations
Color information
#C436AA (or 0xC436AA) is known color: Fuchsia. HEX triplet: C4, 36 and AA. RGB value is (196,54,170). Sum of RGB (Red+Green+Blue) = 196+54+170=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C436AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C436AA is #3BC955. Grayscale: #6D6D6D. Windows color (decimal): -3918166 or 11155140. OLE color: 11155140.
HSL color Cylindrical-coordinate representation of color #C436AA: hue angle of 310.99º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C436AA is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 170 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.23 |
| HSL | 310.99º | 0.57% | 0.49% | - |
| HSV(B) | 310.99º | 0.72% | 0.77% | - |
| XYZ | 31.34 | 17.28 | 39.71 | - |
| YUV | 109.68 | 162.04 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 170 | 0 | 0.72 | 0.13 | 0.23 | 310.99 | 0.57 | 0.49 |
| Hex | C4 | 36 | AA | 0 | 48 | D | 17 | 137 | 39 | 31 |
| Octal | 304 | 66 | 252 | 0 | 110 | 15 | 27 | 467 | 71 | 61 |
| Binary | 11000100 | 110110 | 10101010 | 0 | 1001000 | 1101 | 10111 | 100110111 | 111001 | 110001 |
Color Harmonies of #C436AA
Complementary color
Monochromatic Colors of #C436AA
Black with #C436AA
Text Example
Text Example
White with #C436AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C436AA; }
p { color: rgb(196,54,170); }
H1.HeaderClassName
{
color: #C436AA;
}
.AnyTagClassName
{
color: #C436AA;
}
</style>
background-color css
<style>
a { background-color: #C436AA; }
a { background-color: rgb(196,54,170); }
div.DivClassName
{
background-color: #C436AA;
}
.BgClassName
{
background-color: #C436AA;
}
</style>
border-color css
<style>
span { border-color: #C436AA; }
span { border-color: rgb(196,54,170); }
td.TdClassName
{
border-color: #C436AA;
}
.TagClassName
{
border-color: #C436AA;
}
</style>