Shades of Fuchsia #C643A9
Tints of Fuchsia #C643A9
RGB
CMYK
RGB Variations
Color information
#C643A9 (or 0xC643A9) is known color: Fuchsia. HEX triplet: C6, 43 and A9. RGB value is (198,67,169). Sum of RGB (Red+Green+Blue) = 198+67+169=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C643A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C643A9 is #39BC56. Grayscale: #757575. Windows color (decimal): -3783767 or 11092934. OLE color: 11092934.
HSL color Cylindrical-coordinate representation of color #C643A9: hue angle of 313.28º 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 #C643A9 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 169 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.22 |
| HSL | 313.28º | 0.53% | 0.52% | - |
| HSV(B) | 313.28º | 0.66% | 0.78% | - |
| XYZ | 32.46 | 18.88 | 39.47 | - |
| YUV | 117.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 169 | 0 | 0.66 | 0.15 | 0.22 | 313.28 | 0.53 | 0.52 |
| Hex | C6 | 43 | A9 | 0 | 42 | F | 16 | 139 | 35 | 34 |
| Octal | 306 | 103 | 251 | 0 | 102 | 17 | 26 | 471 | 65 | 64 |
| Binary | 11000110 | 1000011 | 10101001 | 0 | 1000010 | 1111 | 10110 | 100111001 | 110101 | 110100 |
Color Harmonies of #C643A9
Complementary color
Monochromatic Colors of #C643A9
Black with #C643A9
Text Example
Text Example
White with #C643A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643A9; }
p { color: rgb(198,67,169); }
H1.HeaderClassName
{
color: #C643A9;
}
.AnyTagClassName
{
color: #C643A9;
}
</style>
background-color css
<style>
a { background-color: #C643A9; }
a { background-color: rgb(198,67,169); }
div.DivClassName
{
background-color: #C643A9;
}
.BgClassName
{
background-color: #C643A9;
}
</style>
border-color css
<style>
span { border-color: #C643A9; }
span { border-color: rgb(198,67,169); }
td.TdClassName
{
border-color: #C643A9;
}
.TagClassName
{
border-color: #C643A9;
}
</style>