Shades of Fuchsia #C358A7
Tints of Fuchsia #C358A7
RGB
CMYK
RGB Variations
Color information
#C358A7 (or 0xC358A7) is known color: Fuchsia. HEX triplet: C3, 58 and A7. RGB value is (195,88,167). Sum of RGB (Red+Green+Blue) = 195+88+167=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C358A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C358A7 is #3CA758. Grayscale: #808080. Windows color (decimal): -3975001 or 10967235. OLE color: 10967235.
HSL color Cylindrical-coordinate representation of color #C358A7: hue angle of 315.7º 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 #C358A7 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 167 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.24 |
| HSL | 315.7º | 0.47% | 0.55% | - |
| HSV(B) | 315.7º | 0.55% | 0.76% | - |
| XYZ | 32.97 | 21.37 | 38.95 | - |
| YUV | 129 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 167 | 0 | 0.55 | 0.14 | 0.24 | 315.7 | 0.47 | 0.55 |
| Hex | C3 | 58 | A7 | 0 | 37 | E | 18 | 13C | 2F | 37 |
| Octal | 303 | 130 | 247 | 0 | 67 | 16 | 30 | 474 | 57 | 67 |
| Binary | 11000011 | 1011000 | 10100111 | 0 | 110111 | 1110 | 11000 | 100111100 | 101111 | 110111 |
Color Harmonies of #C358A7
Complementary color
Monochromatic Colors of #C358A7
Black with #C358A7
Text Example
Text Example
White with #C358A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C358A7; }
p { color: rgb(195,88,167); }
H1.HeaderClassName
{
color: #C358A7;
}
.AnyTagClassName
{
color: #C358A7;
}
</style>
background-color css
<style>
a { background-color: #C358A7; }
a { background-color: rgb(195,88,167); }
div.DivClassName
{
background-color: #C358A7;
}
.BgClassName
{
background-color: #C358A7;
}
</style>
border-color css
<style>
span { border-color: #C358A7; }
span { border-color: rgb(195,88,167); }
td.TdClassName
{
border-color: #C358A7;
}
.TagClassName
{
border-color: #C358A7;
}
</style>