Html Css Color HEX #C354AB Fuchsia

📋 copy color: '#C354AB'

red 195 ◦ green 84 ◦ blue 171

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

Shades of Fuchsia #C354AB

Tints of Fuchsia #C354AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38%

R = 43.33%
G = 18.67%
B = 38%

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

#C354AB (or 0xC354AB) is known color: Fuchsia. HEX triplet: C3, 54 and AB. RGB value is (195,84,171). Sum of RGB (Red+Green+Blue) = 195+84+171=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C354AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C354AB is #3CAB54. Grayscale: #7E7E7E. Windows color (decimal): -3976021 or 11228355. OLE color: 11228355.

HSL color Cylindrical-coordinate representation of color #C354AB: hue angle of 312.97º 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 #C354AB is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 84 171 -
CMYK 0 0.57 0.12 0.24
HSL 312.97º 0.48% 0.55% -
HSV(B) 312.97º 0.57% 0.76% -
XYZ 33.03 20.88 40.82 -
YUV 127.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 195 84 171 0 0.57 0.12 0.24 312.97 0.48 0.55
Hex C3 54 AB 0 39 C 18 139 30 37
Octal 303 124 253 0 71 14 30 471 60 67
Binary 11000011 1010100 10101011 0 111001 1100 11000 100111001 110000 110111

Color Harmonies of #C354AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354AB

Black with #C354AB

Text Example


Text Example

White with #C354AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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