Html Css Color HEX #C359B0 Fuchsia

📋 copy color: '#C359B0'

red 195 ◦ green 89 ◦ blue 176

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

Shades of Fuchsia #C359B0

Tints of Fuchsia #C359B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.26%

R = 42.39%
G = 19.35%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C359B0 (or 0xC359B0) is known color: Fuchsia. HEX triplet: C3, 59 and B0. RGB value is (195,89,176). Sum of RGB (Red+Green+Blue) = 195+89+176=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C359B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C359B0 is #3CA64F. Grayscale: #828282. Windows color (decimal): -3974736 or 11557315. OLE color: 11557315.

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

Color convert

RGB 195 89 176 -
CMYK 0 0.54 0.10 0.24
HSL 310.75º 0.47% 0.56% -
HSV(B) 310.75º 0.54% 0.76% -
XYZ 33.91 21.88 43.51 -
YUV 130.61 153.62 173.93 -
System Red Green Blue C M Y K H S L
Decimal 195 89 176 0 0.54 0.10 0.24 310.75 0.47 0.56
Hex C3 59 B0 0 36 A 18 137 2F 38
Octal 303 131 260 0 66 12 30 467 57 70
Binary 11000011 1011001 10110000 0 110110 1010 11000 100110111 101111 111000

Color Harmonies of #C359B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C359B0

Black with #C359B0

Text Example


Text Example

White with #C359B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C359B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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