Html Css Color HEX #C354B2 Fuchsia

📋 copy color: '#C354B2'

red 195 ◦ green 84 ◦ blue 178

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

Shades of Fuchsia #C354B2

Tints of Fuchsia #C354B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.95%

R = 42.67%
G = 18.38%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C354B2 (or 0xC354B2) is known color: Fuchsia. HEX triplet: C3, 54 and B2. RGB value is (195,84,178). Sum of RGB (Red+Green+Blue) = 195+84+178=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C354B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C354B2 is #3CAB4D. Grayscale: #7F7F7F. Windows color (decimal): -3976014 or 11687107. OLE color: 11687107.

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

Color convert

RGB 195 84 178 -
CMYK 0 0.57 0.09 0.24
HSL 309.19º 0.48% 0.55% -
HSV(B) 309.19º 0.57% 0.76% -
XYZ 33.71 21.16 44.43 -
YUV 127.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 195 84 178 0 0.57 0.09 0.24 309.19 0.48 0.55
Hex C3 54 B2 0 39 9 18 135 30 37
Octal 303 124 262 0 71 11 30 465 60 67
Binary 11000011 1010100 10110010 0 111001 1001 11000 100110101 110000 110111

Color Harmonies of #C354B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354B2

Black with #C354B2

Text Example


Text Example

White with #C354B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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