Html Css Color HEX #C771BA Fuchsia

📋 copy color: '#C771BA'

red 199 ◦ green 113 ◦ blue 186

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

Shades of Fuchsia #C771BA

Tints of Fuchsia #C771BA

RGB

 RED value IS 199 (78.13% from 255) = 39.96%

 GREEN value IS 113 (44.53% from 255) = 22.69%

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

R = 39.96%
G = 22.69%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C771BA (or 0xC771BA) is known color: Fuchsia. HEX triplet: C7, 71 and BA. RGB value is (199,113,186). Sum of RGB (Red+Green+Blue) = 199+113+186=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C771BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771BA is #388E45. Grayscale: #929292. Windows color (decimal): -3706438 or 12218823. OLE color: 12218823.

HSL color Cylindrical-coordinate representation of color #C771BA: hue angle of 309.07º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C771BA is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 113 186 -
CMYK 0 0.43 0.07 0.22
HSL 309.07º 0.43% 0.61% -
HSV(B) 309.07º 0.43% 0.78% -
XYZ 38.32 27.5 49.74 -
YUV 147.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 199 113 186 0 0.43 0.07 0.22 309.07 0.43 0.61
Hex C7 71 BA 0 2B 7 16 135 2B 3D
Octal 307 161 272 0 53 7 26 465 53 75
Binary 11000111 1110001 10111010 0 101011 111 10110 100110101 101011 111101

Color Harmonies of #C771BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771BA

Black with #C771BA

Text Example


Text Example

White with #C771BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771BA; }

 p { color: rgb(199,113,186); }

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

background-color css

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

 a { background-color: rgb(199,113,186); }

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

border-color css

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

 span { border-color: rgb(199,113,186); }

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