Shades of Fuchsia #C65DAC
Tints of Fuchsia #C65DAC
RGB
CMYK
RGB Variations
Color information
#C65DAC (or 0xC65DAC) is known color: Fuchsia. HEX triplet: C6, 5D and AC. RGB value is (198,93,172). Sum of RGB (Red+Green+Blue) = 198+93+172=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C65DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65DAC is #39A253. Grayscale: #858585. Windows color (decimal): -3777108 or 11296198. OLE color: 11296198.
HSL color Cylindrical-coordinate representation of color #C65DAC: hue angle of 314.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65DAC is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 172 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.22 |
| HSL | 314.86º | 0.48% | 0.57% | - |
| HSV(B) | 314.86º | 0.53% | 0.78% | - |
| XYZ | 34.65 | 22.81 | 41.61 | - |
| YUV | 133.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 172 | 0 | 0.53 | 0.13 | 0.22 | 314.86 | 0.48 | 0.57 |
| Hex | C6 | 5D | AC | 0 | 35 | D | 16 | 13B | 30 | 39 |
| Octal | 306 | 135 | 254 | 0 | 65 | 15 | 26 | 473 | 60 | 71 |
| Binary | 11000110 | 1011101 | 10101100 | 0 | 110101 | 1101 | 10110 | 100111011 | 110000 | 111001 |
Color Harmonies of #C65DAC
Complementary color
Monochromatic Colors of #C65DAC
Black with #C65DAC
Text Example
Text Example
White with #C65DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DAC; }
p { color: rgb(198,93,172); }
H1.HeaderClassName
{
color: #C65DAC;
}
.AnyTagClassName
{
color: #C65DAC;
}
</style>
background-color css
<style>
a { background-color: #C65DAC; }
a { background-color: rgb(198,93,172); }
div.DivClassName
{
background-color: #C65DAC;
}
.BgClassName
{
background-color: #C65DAC;
}
</style>
border-color css
<style>
span { border-color: #C65DAC; }
span { border-color: rgb(198,93,172); }
td.TdClassName
{
border-color: #C65DAC;
}
.TagClassName
{
border-color: #C65DAC;
}
</style>