Shades of Fuchsia #C357A7
Tints of Fuchsia #C357A7
RGB
CMYK
RGB Variations
Color information
#C357A7 (or 0xC357A7) is known color: Fuchsia. HEX triplet: C3, 57 and A7. RGB value is (195,87,167). Sum of RGB (Red+Green+Blue) = 195+87+167=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C357A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C357A7 is #3CA858. Grayscale: #808080. Windows color (decimal): -3975257 or 10966979. OLE color: 10966979.
HSL color Cylindrical-coordinate representation of color #C357A7: hue angle of 315.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C357A7 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 167 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.24 |
| HSL | 315.56º | 0.47% | 0.55% | - |
| HSV(B) | 315.56º | 0.55% | 0.76% | - |
| XYZ | 32.89 | 21.21 | 38.92 | - |
| YUV | 128.41 | 149.78 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 167 | 0 | 0.55 | 0.14 | 0.24 | 315.56 | 0.47 | 0.55 |
| Hex | C3 | 57 | A7 | 0 | 37 | E | 18 | 13C | 2F | 37 |
| Octal | 303 | 127 | 247 | 0 | 67 | 16 | 30 | 474 | 57 | 67 |
| Binary | 11000011 | 1010111 | 10100111 | 0 | 110111 | 1110 | 11000 | 100111100 | 101111 | 110111 |
Color Harmonies of #C357A7
Complementary color
Monochromatic Colors of #C357A7
Black with #C357A7
Text Example
Text Example
White with #C357A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C357A7; }
p { color: rgb(195,87,167); }
H1.HeaderClassName
{
color: #C357A7;
}
.AnyTagClassName
{
color: #C357A7;
}
</style>
background-color css
<style>
a { background-color: #C357A7; }
a { background-color: rgb(195,87,167); }
div.DivClassName
{
background-color: #C357A7;
}
.BgClassName
{
background-color: #C357A7;
}
</style>
border-color css
<style>
span { border-color: #C357A7; }
span { border-color: rgb(195,87,167); }
td.TdClassName
{
border-color: #C357A7;
}
.TagClassName
{
border-color: #C357A7;
}
</style>