Html Css Color HEX #C377B9 Fuchsia

📋 copy color: '#C377B9'

red 195 ◦ green 119 ◦ blue 185

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

Shades of Fuchsia #C377B9

Tints of Fuchsia #C377B9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.85%

 BLUE value IS 185 (72.66% from 255) = 37.07%

R = 39.08%
G = 23.85%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C377B9 (or 0xC377B9) is known color: Fuchsia. HEX triplet: C3, 77 and B9. RGB value is (195,119,185). Sum of RGB (Red+Green+Blue) = 195+119+185=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C377B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377B9 is #3C8846. Grayscale: #959595. Windows color (decimal): -3967047 or 12154819. OLE color: 12154819.

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

Color convert

RGB 195 119 185 -
CMYK 0 0.39 0.05 0.24
HSL 307.89º 0.39% 0.62% -
HSV(B) 307.89º 0.39% 0.76% -
XYZ 37.86 28.3 49.37 -
YUV 149.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 195 119 185 0 0.39 0.05 0.24 307.89 0.39 0.62
Hex C3 77 B9 0 27 5 18 134 27 3E
Octal 303 167 271 0 47 5 30 464 47 76
Binary 11000011 1110111 10111001 0 100111 101 11000 100110100 100111 111110

Color Harmonies of #C377B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C377B9

Black with #C377B9

Text Example


Text Example

White with #C377B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C377B9; }

 p { color: rgb(195,119,185); }

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

background-color css

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

 a { background-color: rgb(195,119,185); }

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

border-color css

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

 span { border-color: rgb(195,119,185); }

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