Shades of Fuchsia #C443AA
Tints of Fuchsia #C443AA
RGB
CMYK
RGB Variations
Color information
#C443AA (or 0xC443AA) is known color: Fuchsia. HEX triplet: C4, 43 and AA. RGB value is (196,67,170). Sum of RGB (Red+Green+Blue) = 196+67+170=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C443AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C443AA is #3BBC55. Grayscale: #757575. Windows color (decimal): -3914838 or 11158468. OLE color: 11158468.
HSL color Cylindrical-coordinate representation of color #C443AA: hue angle of 312.09º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C443AA is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 170 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.23 |
| HSL | 312.09º | 0.52% | 0.52% | - |
| HSV(B) | 312.09º | 0.66% | 0.77% | - |
| XYZ | 32.03 | 18.65 | 39.94 | - |
| YUV | 117.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 170 | 0 | 0.66 | 0.13 | 0.23 | 312.09 | 0.52 | 0.52 |
| Hex | C4 | 43 | AA | 0 | 42 | D | 17 | 138 | 34 | 34 |
| Octal | 304 | 103 | 252 | 0 | 102 | 15 | 27 | 470 | 64 | 64 |
| Binary | 11000100 | 1000011 | 10101010 | 0 | 1000010 | 1101 | 10111 | 100111000 | 110100 | 110100 |
Color Harmonies of #C443AA
Complementary color
Monochromatic Colors of #C443AA
Black with #C443AA
Text Example
Text Example
White with #C443AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C443AA; }
p { color: rgb(196,67,170); }
H1.HeaderClassName
{
color: #C443AA;
}
.AnyTagClassName
{
color: #C443AA;
}
</style>
background-color css
<style>
a { background-color: #C443AA; }
a { background-color: rgb(196,67,170); }
div.DivClassName
{
background-color: #C443AA;
}
.BgClassName
{
background-color: #C443AA;
}
</style>
border-color css
<style>
span { border-color: #C443AA; }
span { border-color: rgb(196,67,170); }
td.TdClassName
{
border-color: #C443AA;
}
.TagClassName
{
border-color: #C443AA;
}
</style>