Html Css Color HEX #C771BD Fuchsia

📋 copy color: '#C771BD'

red 199 ◦ green 113 ◦ blue 189

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

Shades of Fuchsia #C771BD

Tints of Fuchsia #C771BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.72%

R = 39.72%
G = 22.55%
B = 37.72%

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

#C771BD (or 0xC771BD) is known color: Fuchsia. HEX triplet: C7, 71 and BD. RGB value is (199,113,189). Sum of RGB (Red+Green+Blue) = 199+113+189=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C771BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771BD is #388E42. Grayscale: #939393. Windows color (decimal): -3706435 or 12415431. OLE color: 12415431.

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

Color convert

RGB 199 113 189 -
CMYK 0 0.43 0.05 0.22
HSL 306.98º 0.43% 0.61% -
HSV(B) 306.98º 0.43% 0.78% -
XYZ 38.64 27.63 51.44 -
YUV 147.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 199 113 189 0 0.43 0.05 0.22 306.98 0.43 0.61
Hex C7 71 BD 0 2B 5 16 133 2B 3D
Octal 307 161 275 0 53 5 26 463 53 75
Binary 11000111 1110001 10111101 0 101011 101 10110 100110011 101011 111101

Color Harmonies of #C771BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771BD

Black with #C771BD

Text Example


Text Example

White with #C771BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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