Html Css Color HEX #C359BD Fuchsia

📋 copy color: '#C359BD'

red 195 ◦ green 89 ◦ blue 189

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

Shades of Fuchsia #C359BD

Tints of Fuchsia #C359BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.96%

R = 41.23%
G = 18.82%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C359BD (or 0xC359BD) is known color: Fuchsia. HEX triplet: C3, 59 and BD. RGB value is (195,89,189). Sum of RGB (Red+Green+Blue) = 195+89+189=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C359BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359BD is #3CA642. Grayscale: #838383. Windows color (decimal): -3974723 or 12409283. OLE color: 12409283.

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

Color convert

RGB 195 89 189 -
CMYK 0 0.54 0.03 0.24
HSL 303.4º 0.47% 0.56% -
HSV(B) 303.4º 0.54% 0.76% -
XYZ 35.26 22.42 50.61 -
YUV 132.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 195 89 189 0 0.54 0.03 0.24 303.4 0.47 0.56
Hex C3 59 BD 0 36 3 18 12F 2F 38
Octal 303 131 275 0 66 3 30 457 57 70
Binary 11000011 1011001 10111101 0 110110 11 11000 100101111 101111 111000

Color Harmonies of #C359BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C359BD

Black with #C359BD

Text Example


Text Example

White with #C359BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C359BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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