Shades of Fuchsia #C356A7
Tints of Fuchsia #C356A7
RGB
CMYK
RGB Variations
Color information
#C356A7 (or 0xC356A7) is known color: Fuchsia. HEX triplet: C3, 56 and A7. RGB value is (195,86,167). Sum of RGB (Red+Green+Blue) = 195+86+167=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C356A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C356A7 is #3CA958. Grayscale: #7F7F7F. Windows color (decimal): -3975513 or 10966723. OLE color: 10966723.
HSL color Cylindrical-coordinate representation of color #C356A7: hue angle of 315.41º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C356A7 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 167 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.24 |
| HSL | 315.41º | 0.48% | 0.55% | - |
| HSV(B) | 315.41º | 0.56% | 0.76% | - |
| XYZ | 32.81 | 21.05 | 38.89 | - |
| YUV | 127.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 167 | 0 | 0.56 | 0.14 | 0.24 | 315.41 | 0.48 | 0.55 |
| Hex | C3 | 56 | A7 | 0 | 38 | E | 18 | 13B | 30 | 37 |
| Octal | 303 | 126 | 247 | 0 | 70 | 16 | 30 | 473 | 60 | 67 |
| Binary | 11000011 | 1010110 | 10100111 | 0 | 111000 | 1110 | 11000 | 100111011 | 110000 | 110111 |
Color Harmonies of #C356A7
Complementary color
Monochromatic Colors of #C356A7
Black with #C356A7
Text Example
Text Example
White with #C356A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C356A7; }
p { color: rgb(195,86,167); }
H1.HeaderClassName
{
color: #C356A7;
}
.AnyTagClassName
{
color: #C356A7;
}
</style>
background-color css
<style>
a { background-color: #C356A7; }
a { background-color: rgb(195,86,167); }
div.DivClassName
{
background-color: #C356A7;
}
.BgClassName
{
background-color: #C356A7;
}
</style>
border-color css
<style>
span { border-color: #C356A7; }
span { border-color: rgb(195,86,167); }
td.TdClassName
{
border-color: #C356A7;
}
.TagClassName
{
border-color: #C356A7;
}
</style>