Html Css Color HEX #C354BA Fuchsia

📋 copy color: '#C354BA'

red 195 ◦ green 84 ◦ blue 186

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

Shades of Fuchsia #C354BA

Tints of Fuchsia #C354BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 41.94%
G = 18.06%
B = 40%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C354BA (or 0xC354BA) is known color: Fuchsia. HEX triplet: C3, 54 and BA. RGB value is (195,84,186). Sum of RGB (Red+Green+Blue) = 195+84+186=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C354BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354BA is #3CAB45. Grayscale: #808080. Windows color (decimal): -3976006 or 12211395. OLE color: 12211395.

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

Color convert

RGB 195 84 186 -
CMYK 0 0.57 0.05 0.24
HSL 304.86º 0.48% 0.55% -
HSV(B) 304.86º 0.57% 0.76% -
XYZ 34.54 21.49 48.78 -
YUV 128.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 195 84 186 0 0.57 0.05 0.24 304.86 0.48 0.55
Hex C3 54 BA 0 39 5 18 131 30 37
Octal 303 124 272 0 71 5 30 461 60 67
Binary 11000011 1010100 10111010 0 111001 101 11000 100110001 110000 110111

Color Harmonies of #C354BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354BA

Black with #C354BA

Text Example


Text Example

White with #C354BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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