Shades of Fuchsia #C358AF
Tints of Fuchsia #C358AF
RGB
CMYK
RGB Variations
Color information
#C358AF (or 0xC358AF) is known color: Fuchsia. HEX triplet: C3, 58 and AF. RGB value is (195,88,175). Sum of RGB (Red+Green+Blue) = 195+88+175=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C358AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C358AF is #3CA750. Grayscale: #818181. Windows color (decimal): -3974993 or 11491523. OLE color: 11491523.
HSL color Cylindrical-coordinate representation of color #C358AF: hue angle of 311.21º 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 #C358AF is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 175 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.24 |
| HSL | 311.22º | 0.47% | 0.55% | - |
| HSV(B) | 311.22º | 0.55% | 0.76% | - |
| XYZ | 33.73 | 21.68 | 42.96 | - |
| YUV | 129.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 175 | 0 | 0.55 | 0.10 | 0.24 | 311.22 | 0.47 | 0.55 |
| Hex | C3 | 58 | AF | 0 | 37 | A | 18 | 137 | 2F | 37 |
| Octal | 303 | 130 | 257 | 0 | 67 | 12 | 30 | 467 | 57 | 67 |
| Binary | 11000011 | 1011000 | 10101111 | 0 | 110111 | 1010 | 11000 | 100110111 | 101111 | 110111 |
Color Harmonies of #C358AF
Complementary color
Monochromatic Colors of #C358AF
Black with #C358AF
Text Example
Text Example
White with #C358AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C358AF; }
p { color: rgb(195,88,175); }
H1.HeaderClassName
{
color: #C358AF;
}
.AnyTagClassName
{
color: #C358AF;
}
</style>
background-color css
<style>
a { background-color: #C358AF; }
a { background-color: rgb(195,88,175); }
div.DivClassName
{
background-color: #C358AF;
}
.BgClassName
{
background-color: #C358AF;
}
</style>
border-color css
<style>
span { border-color: #C358AF; }
span { border-color: rgb(195,88,175); }
td.TdClassName
{
border-color: #C358AF;
}
.TagClassName
{
border-color: #C358AF;
}
</style>