Html Css Color HEX #C077BF Fuchsia

📋 copy color: '#C077BF'

red 192 ◦ green 119 ◦ blue 191

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

Shades of Fuchsia #C077BF

Tints of Fuchsia #C077BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.05%

R = 38.25%
G = 23.71%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C077BF (or 0xC077BF) is known color: Fuchsia. HEX triplet: C0, 77 and BF. RGB value is (192,119,191). Sum of RGB (Red+Green+Blue) = 192+119+191=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C077BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077BF is #3F8840. Grayscale: #949494. Windows color (decimal): -4163649 or 12548032. OLE color: 12548032.

HSL color Cylindrical-coordinate representation of color #C077BF: hue angle of 300.82º 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 #C077BF is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 191 -
CMYK 0 0.38 0.01 0.25
HSL 300.82º 0.37% 0.61% -
HSV(B) 300.82º 0.38% 0.75% -
XYZ 37.74 28.16 52.74 -
YUV 149.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 192 119 191 0 0.38 0.01 0.25 300.82 0.37 0.61
Hex C0 77 BF 0 26 1 19 12D 25 3D
Octal 300 167 277 0 46 1 31 455 45 75
Binary 11000000 1110111 10111111 0 100110 1 11001 100101101 100101 111101

Color Harmonies of #C077BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077BF

Black with #C077BF

Text Example


Text Example

White with #C077BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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