Html Css Color HEX #C772B1 Fuchsia

📋 copy color: '#C772B1'

red 199 ◦ green 114 ◦ blue 177

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

Shades of Fuchsia #C772B1

Tints of Fuchsia #C772B1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.27%

 BLUE value IS 177 (69.53% from 255) = 36.12%

R = 40.61%
G = 23.27%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C772B1 (or 0xC772B1) is known color: Fuchsia. HEX triplet: C7, 72 and B1. RGB value is (199,114,177). Sum of RGB (Red+Green+Blue) = 199+114+177=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C772B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C772B1 is #388D4E. Grayscale: #929292. Windows color (decimal): -3706191 or 11629255. OLE color: 11629255.

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

Color convert

RGB 199 114 177 -
CMYK 0 0.43 0.11 0.22
HSL 315.53º 0.43% 0.61% -
HSV(B) 315.53º 0.43% 0.78% -
XYZ 37.51 27.35 44.9 -
YUV 146.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 199 114 177 0 0.43 0.11 0.22 315.53 0.43 0.61
Hex C7 72 B1 0 2B B 16 13C 2B 3D
Octal 307 162 261 0 53 13 26 474 53 75
Binary 11000111 1110010 10110001 0 101011 1011 10110 100111100 101011 111101

Color Harmonies of #C772B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772B1

Black with #C772B1

Text Example


Text Example

White with #C772B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772B1; }

 p { color: rgb(199,114,177); }

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

background-color css

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

 a { background-color: rgb(199,114,177); }

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

border-color css

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

 span { border-color: rgb(199,114,177); }

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