Shades of Fuchsia #C362AC
Tints of Fuchsia #C362AC
RGB
CMYK
RGB Variations
Color information
#C362AC (or 0xC362AC) is known color: Fuchsia. HEX triplet: C3, 62 and AC. RGB value is (195,98,172). Sum of RGB (Red+Green+Blue) = 195+98+172=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C362AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C362AC is #3C9D53. Grayscale: #878787. Windows color (decimal): -3972436 or 11297475. OLE color: 11297475.
HSL color Cylindrical-coordinate representation of color #C362AC: hue angle of 314.23º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C362AC is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 172 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.24 |
| HSL | 314.23º | 0.45% | 0.57% | - |
| HSV(B) | 314.23º | 0.5% | 0.76% | - |
| XYZ | 34.32 | 23.32 | 41.72 | - |
| YUV | 135.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 172 | 0 | 0.50 | 0.12 | 0.24 | 314.23 | 0.45 | 0.57 |
| Hex | C3 | 62 | AC | 0 | 32 | C | 18 | 13A | 2D | 39 |
| Octal | 303 | 142 | 254 | 0 | 62 | 14 | 30 | 472 | 55 | 71 |
| Binary | 11000011 | 1100010 | 10101100 | 0 | 110010 | 1100 | 11000 | 100111010 | 101101 | 111001 |
Color Harmonies of #C362AC
Complementary color
Monochromatic Colors of #C362AC
Black with #C362AC
Text Example
Text Example
White with #C362AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362AC; }
p { color: rgb(195,98,172); }
H1.HeaderClassName
{
color: #C362AC;
}
.AnyTagClassName
{
color: #C362AC;
}
</style>
background-color css
<style>
a { background-color: #C362AC; }
a { background-color: rgb(195,98,172); }
div.DivClassName
{
background-color: #C362AC;
}
.BgClassName
{
background-color: #C362AC;
}
</style>
border-color css
<style>
span { border-color: #C362AC; }
span { border-color: rgb(195,98,172); }
td.TdClassName
{
border-color: #C362AC;
}
.TagClassName
{
border-color: #C362AC;
}
</style>