#c358aa

Color #C358AA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C358AA

Tints of Fuchsia #C358AA

Color information

#C358AA (or 0xC358AA) is unknown color: approx 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

RGB19588170-
CMYK00.550.130.24
HSL314.02º47.14%55.49%-
HSV(B)314.02º54.87%76.47%-
XYZ33.2521.4840.42-
YUV129.34150.95174.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 43.05%
GREEN value IS 88 (34.77% from 255) = 19.43%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=43.05%
G=19.43%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958817000.550.130.24314.0247.1455.49
HexC358AA037D1813a2f37
Octal30313025206715304725767
Binary110000111011000101010100110111110111000100111010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c358aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>