Html Css Color HEX #C277BA Fuchsia

📋 copy color: '#C277BA'

red 194 ◦ green 119 ◦ blue 186

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

Shades of Fuchsia #C277BA

Tints of Fuchsia #C277BA

RGB

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

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

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

R = 38.88%
G = 23.85%
B = 37.27%

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

#C277BA (or 0xC277BA) is known color: Fuchsia. HEX triplet: C2, 77 and BA. RGB value is (194,119,186). Sum of RGB (Red+Green+Blue) = 194+119+186=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C277BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277BA is #3D8845. Grayscale: #949494. Windows color (decimal): -4032582 or 12220354. OLE color: 12220354.

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

Color convert

RGB 194 119 186 -
CMYK 0 0.39 0.04 0.24
HSL 306.4º 0.38% 0.61% -
HSV(B) 306.4º 0.39% 0.76% -
XYZ 37.71 28.21 49.91 -
YUV 149.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 194 119 186 0 0.39 0.04 0.24 306.4 0.38 0.61
Hex C2 77 BA 0 27 4 18 132 26 3D
Octal 302 167 272 0 47 4 30 462 46 75
Binary 11000010 1110111 10111010 0 100111 100 11000 100110010 100110 111101

Color Harmonies of #C277BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277BA

Black with #C277BA

Text Example


Text Example

White with #C277BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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