Html Css Color HEX #C771BE Fuchsia

📋 copy color: '#C771BE'

red 199 ◦ green 113 ◦ blue 190

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

Shades of Fuchsia #C771BE

Tints of Fuchsia #C771BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 39.64%
G = 22.51%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C771BE (or 0xC771BE) is known color: Fuchsia. HEX triplet: C7, 71 and BE. RGB value is (199,113,190). Sum of RGB (Red+Green+Blue) = 199+113+190=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C771BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771BE is #388E41. Grayscale: #939393. Windows color (decimal): -3706434 or 12480967. OLE color: 12480967.

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

Color convert

RGB 199 113 190 -
CMYK 0 0.43 0.05 0.22
HSL 306.28º 0.43% 0.61% -
HSV(B) 306.28º 0.43% 0.78% -
XYZ 38.75 27.67 52.01 -
YUV 147.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 199 113 190 0 0.43 0.05 0.22 306.28 0.43 0.61
Hex C7 71 BE 0 2B 5 16 132 2B 3D
Octal 307 161 276 0 53 5 26 462 53 75
Binary 11000111 1110001 10111110 0 101011 101 10110 100110010 101011 111101

Color Harmonies of #C771BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771BE

Black with #C771BE

Text Example


Text Example

White with #C771BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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