Shades of Fuchsia #C643AA
Tints of Fuchsia #C643AA
RGB
CMYK
RGB Variations
Color information
#C643AA (or 0xC643AA) is known color: Fuchsia. HEX triplet: C6, 43 and AA. RGB value is (198,67,170). Sum of RGB (Red+Green+Blue) = 198+67+170=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C643AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C643AA is #39BC55. Grayscale: #757575. Windows color (decimal): -3783766 or 11158470. OLE color: 11158470.
HSL color Cylindrical-coordinate representation of color #C643AA: hue angle of 312.82º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C643AA is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 170 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.22 |
| HSL | 312.82º | 0.53% | 0.52% | - |
| HSV(B) | 312.82º | 0.66% | 0.78% | - |
| XYZ | 32.55 | 18.92 | 39.97 | - |
| YUV | 117.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 170 | 0 | 0.66 | 0.14 | 0.22 | 312.82 | 0.53 | 0.52 |
| Hex | C6 | 43 | AA | 0 | 42 | E | 16 | 139 | 35 | 34 |
| Octal | 306 | 103 | 252 | 0 | 102 | 16 | 26 | 471 | 65 | 64 |
| Binary | 11000110 | 1000011 | 10101010 | 0 | 1000010 | 1110 | 10110 | 100111001 | 110101 | 110100 |
Color Harmonies of #C643AA
Complementary color
Monochromatic Colors of #C643AA
Black with #C643AA
Text Example
Text Example
White with #C643AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643AA; }
p { color: rgb(198,67,170); }
H1.HeaderClassName
{
color: #C643AA;
}
.AnyTagClassName
{
color: #C643AA;
}
</style>
background-color css
<style>
a { background-color: #C643AA; }
a { background-color: rgb(198,67,170); }
div.DivClassName
{
background-color: #C643AA;
}
.BgClassName
{
background-color: #C643AA;
}
</style>
border-color css
<style>
span { border-color: #C643AA; }
span { border-color: rgb(198,67,170); }
td.TdClassName
{
border-color: #C643AA;
}
.TagClassName
{
border-color: #C643AA;
}
</style>