Shades of Fuchsia #C363A9
Tints of Fuchsia #C363A9
RGB
CMYK
RGB Variations
Color information
#C363A9 (or 0xC363A9) is known color: Fuchsia. HEX triplet: C3, 63 and A9. RGB value is (195,99,169). Sum of RGB (Red+Green+Blue) = 195+99+169=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C363A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C363A9 is #3C9C56. Grayscale: #878787. Windows color (decimal): -3972183 or 11101123. OLE color: 11101123.
HSL color Cylindrical-coordinate representation of color #C363A9: hue angle of 316.25º 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 #C363A9 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 169 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.24 |
| HSL | 316.25º | 0.44% | 0.58% | - |
| HSV(B) | 316.25º | 0.49% | 0.76% | - |
| XYZ | 34.13 | 23.39 | 40.25 | - |
| YUV | 135.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 169 | 0 | 0.49 | 0.13 | 0.24 | 316.25 | 0.44 | 0.58 |
| Hex | C3 | 63 | A9 | 0 | 31 | D | 18 | 13C | 2C | 3A |
| Octal | 303 | 143 | 251 | 0 | 61 | 15 | 30 | 474 | 54 | 72 |
| Binary | 11000011 | 1100011 | 10101001 | 0 | 110001 | 1101 | 11000 | 100111100 | 101100 | 111010 |
Color Harmonies of #C363A9
Complementary color
Monochromatic Colors of #C363A9
Black with #C363A9
Text Example
Text Example
White with #C363A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363A9; }
p { color: rgb(195,99,169); }
H1.HeaderClassName
{
color: #C363A9;
}
.AnyTagClassName
{
color: #C363A9;
}
</style>
background-color css
<style>
a { background-color: #C363A9; }
a { background-color: rgb(195,99,169); }
div.DivClassName
{
background-color: #C363A9;
}
.BgClassName
{
background-color: #C363A9;
}
</style>
border-color css
<style>
span { border-color: #C363A9; }
span { border-color: rgb(195,99,169); }
td.TdClassName
{
border-color: #C363A9;
}
.TagClassName
{
border-color: #C363A9;
}
</style>