Html Css Color HEX #C277BB Fuchsia

📋 copy color: '#C277BB'

red 194 ◦ green 119 ◦ blue 187

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

Shades of Fuchsia #C277BB

Tints of Fuchsia #C277BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 38.8%
G = 23.8%
B = 37.4%

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

#C277BB (or 0xC277BB) is known color: Fuchsia. HEX triplet: C2, 77 and BB. RGB value is (194,119,187). Sum of RGB (Red+Green+Blue) = 194+119+187=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C277BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277BB is #3D8844. Grayscale: #949494. Windows color (decimal): -4032581 or 12285890. OLE color: 12285890.

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

Color convert

RGB 194 119 187 -
CMYK 0 0.39 0.04 0.24
HSL 305.6º 0.38% 0.61% -
HSV(B) 305.6º 0.39% 0.76% -
XYZ 37.81 28.25 50.47 -
YUV 149.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 194 119 187 0 0.39 0.04 0.24 305.6 0.38 0.61
Hex C2 77 BB 0 27 4 18 132 26 3D
Octal 302 167 273 0 47 4 30 462 46 75
Binary 11000010 1110111 10111011 0 100111 100 11000 100110010 100110 111101

Color Harmonies of #C277BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277BB

Black with #C277BB

Text Example


Text Example

White with #C277BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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