Html Css Color HEX #C376BA Fuchsia

📋 copy color: '#C376BA'

red 195 ◦ green 118 ◦ blue 186

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

Shades of Fuchsia #C376BA

Tints of Fuchsia #C376BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 39.08%
G = 23.65%
B = 37.27%

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

#C376BA (or 0xC376BA) is known color: Fuchsia. HEX triplet: C3, 76 and BA. RGB value is (195,118,186). Sum of RGB (Red+Green+Blue) = 195+118+186=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C376BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376BA is #3C8945. Grayscale: #949494. Windows color (decimal): -3967302 or 12220099. OLE color: 12220099.

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

Color convert

RGB 195 118 186 -
CMYK 0 0.39 0.05 0.24
HSL 307.01º 0.39% 0.61% -
HSV(B) 307.01º 0.39% 0.76% -
XYZ 37.85 28.1 49.88 -
YUV 148.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 195 118 186 0 0.39 0.05 0.24 307.01 0.39 0.61
Hex C3 76 BA 0 27 5 18 133 27 3D
Octal 303 166 272 0 47 5 30 463 47 75
Binary 11000011 1110110 10111010 0 100111 101 11000 100110011 100111 111101

Color Harmonies of #C376BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376BA

Black with #C376BA

Text Example


Text Example

White with #C376BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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