Shades of Fuchsia #C65CAC
Tints of Fuchsia #C65CAC
RGB
CMYK
RGB Variations
Color information
#C65CAC (or 0xC65CAC) is known color: Fuchsia. HEX triplet: C6, 5C and AC. RGB value is (198,92,172). Sum of RGB (Red+Green+Blue) = 198+92+172=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C65CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65CAC is #39A353. Grayscale: #848484. Windows color (decimal): -3777364 or 11295942. OLE color: 11295942.
HSL color Cylindrical-coordinate representation of color #C65CAC: hue angle of 314.72º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65CAC is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 172 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.22 |
| HSL | 314.72º | 0.48% | 0.57% | - |
| HSV(B) | 314.72º | 0.54% | 0.78% | - |
| XYZ | 34.56 | 22.64 | 41.58 | - |
| YUV | 132.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 172 | 0 | 0.54 | 0.13 | 0.22 | 314.72 | 0.48 | 0.57 |
| Hex | C6 | 5C | AC | 0 | 36 | D | 16 | 13B | 30 | 39 |
| Octal | 306 | 134 | 254 | 0 | 66 | 15 | 26 | 473 | 60 | 71 |
| Binary | 11000110 | 1011100 | 10101100 | 0 | 110110 | 1101 | 10110 | 100111011 | 110000 | 111001 |
Color Harmonies of #C65CAC
Complementary color
Monochromatic Colors of #C65CAC
Black with #C65CAC
Text Example
Text Example
White with #C65CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65CAC; }
p { color: rgb(198,92,172); }
H1.HeaderClassName
{
color: #C65CAC;
}
.AnyTagClassName
{
color: #C65CAC;
}
</style>
background-color css
<style>
a { background-color: #C65CAC; }
a { background-color: rgb(198,92,172); }
div.DivClassName
{
background-color: #C65CAC;
}
.BgClassName
{
background-color: #C65CAC;
}
</style>
border-color css
<style>
span { border-color: #C65CAC; }
span { border-color: rgb(198,92,172); }
td.TdClassName
{
border-color: #C65CAC;
}
.TagClassName
{
border-color: #C65CAC;
}
</style>