Shades of Fuchsia #C363AF
Tints of Fuchsia #C363AF
RGB
CMYK
RGB Variations
Color information
#C363AF (or 0xC363AF) is known color: Fuchsia. HEX triplet: C3, 63 and AF. RGB value is (195,99,175). Sum of RGB (Red+Green+Blue) = 195+99+175=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C363AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C363AF is #3C9C50. Grayscale: #888888. Windows color (decimal): -3972177 or 11494339. OLE color: 11494339.
HSL color Cylindrical-coordinate representation of color #C363AF: hue angle of 312.5º 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 #C363AF is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 175 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.24 |
| HSL | 312.5º | 0.44% | 0.58% | - |
| HSV(B) | 312.5º | 0.49% | 0.76% | - |
| XYZ | 34.71 | 23.62 | 43.29 | - |
| YUV | 136.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 175 | 0 | 0.49 | 0.10 | 0.24 | 312.5 | 0.44 | 0.58 |
| Hex | C3 | 63 | AF | 0 | 31 | A | 18 | 138 | 2C | 3A |
| Octal | 303 | 143 | 257 | 0 | 61 | 12 | 30 | 470 | 54 | 72 |
| Binary | 11000011 | 1100011 | 10101111 | 0 | 110001 | 1010 | 11000 | 100111000 | 101100 | 111010 |
Color Harmonies of #C363AF
Complementary color
Monochromatic Colors of #C363AF
Black with #C363AF
Text Example
Text Example
White with #C363AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363AF; }
p { color: rgb(195,99,175); }
H1.HeaderClassName
{
color: #C363AF;
}
.AnyTagClassName
{
color: #C363AF;
}
</style>
background-color css
<style>
a { background-color: #C363AF; }
a { background-color: rgb(195,99,175); }
div.DivClassName
{
background-color: #C363AF;
}
.BgClassName
{
background-color: #C363AF;
}
</style>
border-color css
<style>
span { border-color: #C363AF; }
span { border-color: rgb(195,99,175); }
td.TdClassName
{
border-color: #C363AF;
}
.TagClassName
{
border-color: #C363AF;
}
</style>