Html Css Color HEX #C354AC Fuchsia

📋 copy color: '#C354AC'

red 195 ◦ green 84 ◦ blue 172

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

Shades of Fuchsia #C354AC

Tints of Fuchsia #C354AC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.63%

 BLUE value IS 172 (67.58% from 255) = 38.14%

R = 43.24%
G = 18.63%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C354AC (or 0xC354AC) is known color: Fuchsia. HEX triplet: C3, 54 and AC. RGB value is (195,84,172). Sum of RGB (Red+Green+Blue) = 195+84+172=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C354AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C354AC is #3CAB53. Grayscale: #7E7E7E. Windows color (decimal): -3976020 or 11293891. OLE color: 11293891.

HSL color Cylindrical-coordinate representation of color #C354AC: hue angle of 312.43º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C354AC is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 84 172 -
CMYK 0 0.57 0.12 0.24
HSL 312.43º 0.48% 0.55% -
HSV(B) 312.43º 0.57% 0.76% -
XYZ 33.12 20.92 41.32 -
YUV 127.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 195 84 172 0 0.57 0.12 0.24 312.43 0.48 0.55
Hex C3 54 AC 0 39 C 18 138 30 37
Octal 303 124 254 0 71 14 30 470 60 67
Binary 11000011 1010100 10101100 0 111001 1100 11000 100111000 110000 110111

Color Harmonies of #C354AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354AC

Black with #C354AC

Text Example


Text Example

White with #C354AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354AC; }

 p { color: rgb(195,84,172); }

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

background-color css

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

 a { background-color: rgb(195,84,172); }

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

border-color css

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

 span { border-color: rgb(195,84,172); }

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