Shades of Fuchsia #C364AC
Tints of Fuchsia #C364AC
RGB
CMYK
RGB Variations
Color information
#C364AC (or 0xC364AC) is known color: Fuchsia. HEX triplet: C3, 64 and AC. RGB value is (195,100,172). Sum of RGB (Red+Green+Blue) = 195+100+172=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C364AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C364AC is #3C9B53. Grayscale: #888888. Windows color (decimal): -3971924 or 11297987. OLE color: 11297987.
HSL color Cylindrical-coordinate representation of color #C364AC: hue angle of 314.53º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C364AC is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 172 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.24 |
| HSL | 314.53º | 0.44% | 0.58% | - |
| HSV(B) | 314.53º | 0.49% | 0.76% | - |
| XYZ | 34.51 | 23.7 | 41.78 | - |
| YUV | 136.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 172 | 0 | 0.49 | 0.12 | 0.24 | 314.53 | 0.44 | 0.58 |
| Hex | C3 | 64 | AC | 0 | 31 | C | 18 | 13B | 2C | 3A |
| Octal | 303 | 144 | 254 | 0 | 61 | 14 | 30 | 473 | 54 | 72 |
| Binary | 11000011 | 1100100 | 10101100 | 0 | 110001 | 1100 | 11000 | 100111011 | 101100 | 111010 |
Color Harmonies of #C364AC
Complementary color
Monochromatic Colors of #C364AC
Black with #C364AC
Text Example
Text Example
White with #C364AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C364AC; }
p { color: rgb(195,100,172); }
H1.HeaderClassName
{
color: #C364AC;
}
.AnyTagClassName
{
color: #C364AC;
}
</style>
background-color css
<style>
a { background-color: #C364AC; }
a { background-color: rgb(195,100,172); }
div.DivClassName
{
background-color: #C364AC;
}
.BgClassName
{
background-color: #C364AC;
}
</style>
border-color css
<style>
span { border-color: #C364AC; }
span { border-color: rgb(195,100,172); }
td.TdClassName
{
border-color: #C364AC;
}
.TagClassName
{
border-color: #C364AC;
}
</style>