Shades of Fuchsia #C643AD
Tints of Fuchsia #C643AD
RGB
CMYK
RGB Variations
Color information
#C643AD (or 0xC643AD) is known color: Fuchsia. HEX triplet: C6, 43 and AD. RGB value is (198,67,173). Sum of RGB (Red+Green+Blue) = 198+67+173=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C643AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C643AD is #39BC52. Grayscale: #757575. Windows color (decimal): -3783763 or 11355078. OLE color: 11355078.
HSL color Cylindrical-coordinate representation of color #C643AD: hue angle of 311.45º 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 #C643AD is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 173 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.22 |
| HSL | 311.45º | 0.53% | 0.52% | - |
| HSV(B) | 311.45º | 0.66% | 0.78% | - |
| XYZ | 32.84 | 19.04 | 41.48 | - |
| YUV | 118.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 173 | 0 | 0.66 | 0.13 | 0.22 | 311.45 | 0.53 | 0.52 |
| Hex | C6 | 43 | AD | 0 | 42 | D | 16 | 137 | 35 | 34 |
| Octal | 306 | 103 | 255 | 0 | 102 | 15 | 26 | 467 | 65 | 64 |
| Binary | 11000110 | 1000011 | 10101101 | 0 | 1000010 | 1101 | 10110 | 100110111 | 110101 | 110100 |
Color Harmonies of #C643AD
Complementary color
Monochromatic Colors of #C643AD
Black with #C643AD
Text Example
Text Example
White with #C643AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643AD; }
p { color: rgb(198,67,173); }
H1.HeaderClassName
{
color: #C643AD;
}
.AnyTagClassName
{
color: #C643AD;
}
</style>
background-color css
<style>
a { background-color: #C643AD; }
a { background-color: rgb(198,67,173); }
div.DivClassName
{
background-color: #C643AD;
}
.BgClassName
{
background-color: #C643AD;
}
</style>
border-color css
<style>
span { border-color: #C643AD; }
span { border-color: rgb(198,67,173); }
td.TdClassName
{
border-color: #C643AD;
}
.TagClassName
{
border-color: #C643AD;
}
</style>