Html Css Color HEX #C276BA Fuchsia

📋 copy color: '#C276BA'

red 194 ◦ green 118 ◦ blue 186

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

Shades of Fuchsia #C276BA

Tints of Fuchsia #C276BA

RGB

 RED value IS 194 (76.17% from 255) = 38.96%

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

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

R = 38.96%
G = 23.69%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C276BA (or 0xC276BA) is known color: Fuchsia. HEX triplet: C2, 76 and BA. RGB value is (194,118,186). Sum of RGB (Red+Green+Blue) = 194+118+186=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C276BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276BA is #3D8945. Grayscale: #949494. Windows color (decimal): -4032838 or 12220098. OLE color: 12220098.

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

Color convert

RGB 194 118 186 -
CMYK 0 0.39 0.04 0.24
HSL 306.32º 0.38% 0.61% -
HSV(B) 306.32º 0.39% 0.76% -
XYZ 37.59 27.97 49.87 -
YUV 148.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 194 118 186 0 0.39 0.04 0.24 306.32 0.38 0.61
Hex C2 76 BA 0 27 4 18 132 26 3D
Octal 302 166 272 0 47 4 30 462 46 75
Binary 11000010 1110110 10111010 0 100111 100 11000 100110010 100110 111101

Color Harmonies of #C276BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276BA

Black with #C276BA

Text Example


Text Example

White with #C276BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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