Html Css Color HEX #C376B9 Fuchsia

📋 copy color: '#C376B9'

red 195 ◦ green 118 ◦ blue 185

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

Shades of Fuchsia #C376B9

Tints of Fuchsia #C376B9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.69%

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

R = 39.16%
G = 23.69%
B = 37.15%

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

#C376B9 (or 0xC376B9) is known color: Fuchsia. HEX triplet: C3, 76 and B9. RGB value is (195,118,185). Sum of RGB (Red+Green+Blue) = 195+118+185=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C376B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376B9 is #3C8946. Grayscale: #949494. Windows color (decimal): -3967303 or 12154563. OLE color: 12154563.

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

Color convert

RGB 195 118 185 -
CMYK 0 0.39 0.05 0.24
HSL 307.79º 0.39% 0.61% -
HSV(B) 307.79º 0.39% 0.76% -
XYZ 37.74 28.06 49.33 -
YUV 148.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 195 118 185 0 0.39 0.05 0.24 307.79 0.39 0.61
Hex C3 76 B9 0 27 5 18 134 27 3D
Octal 303 166 271 0 47 5 30 464 47 75
Binary 11000011 1110110 10111001 0 100111 101 11000 100110100 100111 111101

Color Harmonies of #C376B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376B9

Black with #C376B9

Text Example


Text Example

White with #C376B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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