Html Css Color HEX #C359B5 Fuchsia

📋 copy color: '#C359B5'

red 195 ◦ green 89 ◦ blue 181

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

Shades of Fuchsia #C359B5

Tints of Fuchsia #C359B5

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.14%

 BLUE value IS 181 (71.09% from 255) = 38.92%

R = 41.94%
G = 19.14%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C359B5 (or 0xC359B5) is known color: Fuchsia. HEX triplet: C3, 59 and B5. RGB value is (195,89,181). Sum of RGB (Red+Green+Blue) = 195+89+181=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C359B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359B5 is #3CA64A. Grayscale: #828282. Windows color (decimal): -3974731 or 11884995. OLE color: 11884995.

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

Color convert

RGB 195 89 181 -
CMYK 0 0.54 0.07 0.24
HSL 307.92º 0.47% 0.56% -
HSV(B) 307.92º 0.54% 0.76% -
XYZ 34.42 22.08 46.16 -
YUV 131.18 156.12 173.52 -
System Red Green Blue C M Y K H S L
Decimal 195 89 181 0 0.54 0.07 0.24 307.92 0.47 0.56
Hex C3 59 B5 0 36 7 18 134 2F 38
Octal 303 131 265 0 66 7 30 464 57 70
Binary 11000011 1011001 10110101 0 110110 111 11000 100110100 101111 111000

Color Harmonies of #C359B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C359B5

Black with #C359B5

Text Example


Text Example

White with #C359B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C359B5; }

 p { color: rgb(195,89,181); }

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

background-color css

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

 a { background-color: rgb(195,89,181); }

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

border-color css

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

 span { border-color: rgb(195,89,181); }

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