Shades of Fuchsia #C361A8
Tints of Fuchsia #C361A8
RGB
CMYK
RGB Variations
Color information
#C361A8 (or 0xC361A8) is known color: Fuchsia. HEX triplet: C3, 61 and A8. RGB value is (195,97,168). Sum of RGB (Red+Green+Blue) = 195+97+168=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C361A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C361A8 is #3C9E57. Grayscale: #868686. Windows color (decimal): -3972696 or 11035075. OLE color: 11035075.
HSL color Cylindrical-coordinate representation of color #C361A8: hue angle of 316.53º 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 #C361A8 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 168 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.24 |
| HSL | 316.53º | 0.45% | 0.57% | - |
| HSV(B) | 316.53º | 0.5% | 0.76% | - |
| XYZ | 33.85 | 22.98 | 39.7 | - |
| YUV | 134.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 168 | 0 | 0.50 | 0.14 | 0.24 | 316.53 | 0.45 | 0.57 |
| Hex | C3 | 61 | A8 | 0 | 32 | E | 18 | 13D | 2D | 39 |
| Octal | 303 | 141 | 250 | 0 | 62 | 16 | 30 | 475 | 55 | 71 |
| Binary | 11000011 | 1100001 | 10101000 | 0 | 110010 | 1110 | 11000 | 100111101 | 101101 | 111001 |
Color Harmonies of #C361A8
Complementary color
Monochromatic Colors of #C361A8
Black with #C361A8
Text Example
Text Example
White with #C361A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C361A8; }
p { color: rgb(195,97,168); }
H1.HeaderClassName
{
color: #C361A8;
}
.AnyTagClassName
{
color: #C361A8;
}
</style>
background-color css
<style>
a { background-color: #C361A8; }
a { background-color: rgb(195,97,168); }
div.DivClassName
{
background-color: #C361A8;
}
.BgClassName
{
background-color: #C361A8;
}
</style>
border-color css
<style>
span { border-color: #C361A8; }
span { border-color: rgb(195,97,168); }
td.TdClassName
{
border-color: #C361A8;
}
.TagClassName
{
border-color: #C361A8;
}
</style>