Html Css Color HEX #C359AA Fuchsia

📋 copy color: '#C359AA'

red 195 ◦ green 89 ◦ blue 170

#C359AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C359AA

Tints of Fuchsia #C359AA

RGB

 RED value IS 195 (76.56% from 255) = 42.95%

 GREEN value IS 89 (35.16% from 255) = 19.6%

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 42.95%
G = 19.6%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C359AA (or 0xC359AA) is known color: Fuchsia. HEX triplet: C3, 59 and AA. RGB value is (195,89,170). Sum of RGB (Red+Green+Blue) = 195+89+170=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C359AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C359AA is #3CA655. Grayscale: #818181. Windows color (decimal): -3974742 or 11164099. OLE color: 11164099.

HSL color Cylindrical-coordinate representation of color #C359AA: hue angle of 314.15º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C359AA is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 89 170 -
CMYK 0 0.54 0.13 0.24
HSL 314.15º 0.47% 0.56% -
HSV(B) 314.15º 0.54% 0.76% -
XYZ 33.33 21.65 40.45 -
YUV 129.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 195 89 170 0 0.54 0.13 0.24 314.15 0.47 0.56
Hex C3 59 AA 0 36 D 18 13A 2F 38
Octal 303 131 252 0 66 15 30 472 57 70
Binary 11000011 1011001 10101010 0 110110 1101 11000 100111010 101111 111000

Color Harmonies of #C359AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C359AA

Black with #C359AA

Text Example


Text Example

White with #C359AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C359AA; }

 p { color: rgb(195,89,170); }

 H1.HeaderClassName
 {
   color: #C359AA;
 }
 .AnyTagClassName
 {
   color: #C359AA;
 }
</style>

background-color css

<style>
 a { background-color: #C359AA; }

 a { background-color: rgb(195,89,170); }

 div.DivClassName
 {
   background-color: #C359AA;
 }
 .BgClassName
 {
   background-color: #C359AA;
 }
</style>

border-color css

<style>
 span { border-color: #C359AA; }

 span { border-color: rgb(195,89,170); }

 td.TdClassName
 {
   border-color: #C359AA;
 }
 .TagClassName
 {
   border-color: #C359AA;
 }
</style>