Html Css Color HEX #C357BA Fuchsia

📋 copy color: '#C357BA'

red 195 ◦ green 87 ◦ blue 186

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

Shades of Fuchsia #C357BA

Tints of Fuchsia #C357BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.59%

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

R = 41.67%
G = 18.59%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C357BA (or 0xC357BA) is known color: Fuchsia. HEX triplet: C3, 57 and BA. RGB value is (195,87,186). Sum of RGB (Red+Green+Blue) = 195+87+186=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C357BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C357BA is #3CA845. Grayscale: #828282. Windows color (decimal): -3975238 or 12212163. OLE color: 12212163.

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

Color convert

RGB 195 87 186 -
CMYK 0 0.55 0.05 0.24
HSL 305º 0.47% 0.55% -
HSV(B) 305º 0.55% 0.76% -
XYZ 34.78 21.96 48.86 -
YUV 130.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 195 87 186 0 0.55 0.05 0.24 305 0.47 0.55
Hex C3 57 BA 0 37 5 18 131 2F 37
Octal 303 127 272 0 67 5 30 461 57 67
Binary 11000011 1010111 10111010 0 110111 101 11000 100110001 101111 110111

Color Harmonies of #C357BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C357BA

Black with #C357BA

Text Example


Text Example

White with #C357BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C357BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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