Shades of Fuchsia #C362A9
Tints of Fuchsia #C362A9
RGB
CMYK
RGB Variations
Color information
#C362A9 (or 0xC362A9) is known color: Fuchsia. HEX triplet: C3, 62 and A9. RGB value is (195,98,169). Sum of RGB (Red+Green+Blue) = 195+98+169=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C362A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C362A9 is #3C9D56. Grayscale: #868686. Windows color (decimal): -3972439 or 11100867. OLE color: 11100867.
HSL color Cylindrical-coordinate representation of color #C362A9: hue angle of 316.08º 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 #C362A9 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 169 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.24 |
| HSL | 316.08º | 0.45% | 0.57% | - |
| HSV(B) | 316.08º | 0.5% | 0.76% | - |
| XYZ | 34.03 | 23.2 | 40.22 | - |
| YUV | 135.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 169 | 0 | 0.50 | 0.13 | 0.24 | 316.08 | 0.45 | 0.57 |
| Hex | C3 | 62 | A9 | 0 | 32 | D | 18 | 13C | 2D | 39 |
| Octal | 303 | 142 | 251 | 0 | 62 | 15 | 30 | 474 | 55 | 71 |
| Binary | 11000011 | 1100010 | 10101001 | 0 | 110010 | 1101 | 11000 | 100111100 | 101101 | 111001 |
Color Harmonies of #C362A9
Complementary color
Monochromatic Colors of #C362A9
Black with #C362A9
Text Example
Text Example
White with #C362A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362A9; }
p { color: rgb(195,98,169); }
H1.HeaderClassName
{
color: #C362A9;
}
.AnyTagClassName
{
color: #C362A9;
}
</style>
background-color css
<style>
a { background-color: #C362A9; }
a { background-color: rgb(195,98,169); }
div.DivClassName
{
background-color: #C362A9;
}
.BgClassName
{
background-color: #C362A9;
}
</style>
border-color css
<style>
span { border-color: #C362A9; }
span { border-color: rgb(195,98,169); }
td.TdClassName
{
border-color: #C362A9;
}
.TagClassName
{
border-color: #C362A9;
}
</style>