Shades of Fuchsia #C358AA
Tints of Fuchsia #C358AA
RGB
CMYK
RGB Variations
Color information
#C358AA (or 0xC358AA) is known color: Fuchsia. HEX triplet: C3, 58 and AA. RGB value is (195,88,170). Sum of RGB (Red+Green+Blue) = 195+88+170=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C358AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C358AA is #3CA755. Grayscale: #818181. Windows color (decimal): -3974998 or 11163843. OLE color: 11163843.
HSL color Cylindrical-coordinate representation of color #C358AA: hue angle of 314.02º 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 #C358AA is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 170 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.24 |
| HSL | 314.02º | 0.47% | 0.55% | - |
| HSV(B) | 314.02º | 0.55% | 0.76% | - |
| XYZ | 33.25 | 21.48 | 40.42 | - |
| YUV | 129.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 170 | 0 | 0.55 | 0.13 | 0.24 | 314.02 | 0.47 | 0.55 |
| Hex | C3 | 58 | AA | 0 | 37 | D | 18 | 13A | 2F | 37 |
| Octal | 303 | 130 | 252 | 0 | 67 | 15 | 30 | 472 | 57 | 67 |
| Binary | 11000011 | 1011000 | 10101010 | 0 | 110111 | 1101 | 11000 | 100111010 | 101111 | 110111 |
Color Harmonies of #C358AA
Complementary color
Monochromatic Colors of #C358AA
Black with #C358AA
Text Example
Text Example
White with #C358AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C358AA; }
p { color: rgb(195,88,170); }
H1.HeaderClassName
{
color: #C358AA;
}
.AnyTagClassName
{
color: #C358AA;
}
</style>
background-color css
<style>
a { background-color: #C358AA; }
a { background-color: rgb(195,88,170); }
div.DivClassName
{
background-color: #C358AA;
}
.BgClassName
{
background-color: #C358AA;
}
</style>
border-color css
<style>
span { border-color: #C358AA; }
span { border-color: rgb(195,88,170); }
td.TdClassName
{
border-color: #C358AA;
}
.TagClassName
{
border-color: #C358AA;
}
</style>