Shades of Fuchsia #C365AC
Tints of Fuchsia #C365AC
RGB
CMYK
RGB Variations
Color information
#C365AC (or 0xC365AC) is known color: Fuchsia. HEX triplet: C3, 65 and AC. RGB value is (195,101,172). Sum of RGB (Red+Green+Blue) = 195+101+172=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C365AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C365AC is #3C9A53. Grayscale: #898989. Windows color (decimal): -3971668 or 11298243. OLE color: 11298243.
HSL color Cylindrical-coordinate representation of color #C365AC: hue angle of 314.68º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C365AC is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 172 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.24 |
| HSL | 314.68º | 0.44% | 0.58% | - |
| HSV(B) | 314.68º | 0.48% | 0.76% | - |
| XYZ | 34.61 | 23.89 | 41.82 | - |
| YUV | 137.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 172 | 0 | 0.48 | 0.12 | 0.24 | 314.68 | 0.44 | 0.58 |
| Hex | C3 | 65 | AC | 0 | 30 | C | 18 | 13B | 2C | 3A |
| Octal | 303 | 145 | 254 | 0 | 60 | 14 | 30 | 473 | 54 | 72 |
| Binary | 11000011 | 1100101 | 10101100 | 0 | 110000 | 1100 | 11000 | 100111011 | 101100 | 111010 |
Color Harmonies of #C365AC
Complementary color
Monochromatic Colors of #C365AC
Black with #C365AC
Text Example
Text Example
White with #C365AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C365AC; }
p { color: rgb(195,101,172); }
H1.HeaderClassName
{
color: #C365AC;
}
.AnyTagClassName
{
color: #C365AC;
}
</style>
background-color css
<style>
a { background-color: #C365AC; }
a { background-color: rgb(195,101,172); }
div.DivClassName
{
background-color: #C365AC;
}
.BgClassName
{
background-color: #C365AC;
}
</style>
border-color css
<style>
span { border-color: #C365AC; }
span { border-color: rgb(195,101,172); }
td.TdClassName
{
border-color: #C365AC;
}
.TagClassName
{
border-color: #C365AC;
}
</style>