Html Css Color HEX #C772BA Fuchsia

📋 copy color: '#C772BA'

red 199 ◦ green 114 ◦ blue 186

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

Shades of Fuchsia #C772BA

Tints of Fuchsia #C772BA

RGB

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

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

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

R = 39.88%
G = 22.85%
B = 37.27%

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

#C772BA (or 0xC772BA) is known color: Fuchsia. HEX triplet: C7, 72 and BA. RGB value is (199,114,186). Sum of RGB (Red+Green+Blue) = 199+114+186=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C772BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772BA is #388D45. Grayscale: #939393. Windows color (decimal): -3706182 or 12219079. OLE color: 12219079.

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

Color convert

RGB 199 114 186 -
CMYK 0 0.43 0.07 0.22
HSL 309.18º 0.43% 0.61% -
HSV(B) 309.18º 0.43% 0.78% -
XYZ 38.43 27.72 49.78 -
YUV 147.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 199 114 186 0 0.43 0.07 0.22 309.18 0.43 0.61
Hex C7 72 BA 0 2B 7 16 135 2B 3D
Octal 307 162 272 0 53 7 26 465 53 75
Binary 11000111 1110010 10111010 0 101011 111 10110 100110101 101011 111101

Color Harmonies of #C772BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772BA

Black with #C772BA

Text Example


Text Example

White with #C772BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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