Html Css Color HEX #C077BA Fuchsia

📋 copy color: '#C077BA'

red 192 ◦ green 119 ◦ blue 186

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

Shades of Fuchsia #C077BA

Tints of Fuchsia #C077BA

RGB

 RED value IS 192 (75.39% from 255) = 38.63%

 GREEN value IS 119 (46.88% from 255) = 23.94%

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

R = 38.63%
G = 23.94%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C077BA (or 0xC077BA) is known color: Fuchsia. HEX triplet: C0, 77 and BA. RGB value is (192,119,186). Sum of RGB (Red+Green+Blue) = 192+119+186=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C077BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077BA is #3F8845. Grayscale: #949494. Windows color (decimal): -4163654 or 12220352. OLE color: 12220352.

HSL color Cylindrical-coordinate representation of color #C077BA: hue angle of 304.93º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C077BA is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 186 -
CMYK 0 0.38 0.03 0.25
HSL 304.93º 0.37% 0.61% -
HSV(B) 304.93º 0.38% 0.75% -
XYZ 37.2 27.95 49.89 -
YUV 148.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 192 119 186 0 0.38 0.03 0.25 304.93 0.37 0.61
Hex C0 77 BA 0 26 3 19 131 25 3D
Octal 300 167 272 0 46 3 31 461 45 75
Binary 11000000 1110111 10111010 0 100110 11 11001 100110001 100101 111101

Color Harmonies of #C077BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077BA

Black with #C077BA

Text Example


Text Example

White with #C077BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077BA; }

 p { color: rgb(192,119,186); }

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

background-color css

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

 a { background-color: rgb(192,119,186); }

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

border-color css

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

 span { border-color: rgb(192,119,186); }

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